@charset "UTF-8";

@media (max-width: 800px) {
    header{color: white ;}
    }

html {
    height: 100%;
    font-size: 10px;
  }  

.wrapper {
    padding: 0%;
}

body {
    color: white;
    margin: 5px;
    padding: 10px;
    background-image: url(../images/KSLP_2F.jpg);
    background-repeat: no-repeat;
    background-size: 1200px;
    background-position:left 0px top 0px;
}


img {
    vertical-align: bottom;
    margin-top: 400px;
    margin-left: 780px;
    max-width: 100%;
}

header {
    display: flex;
    color: white;
    font-family: "Helvetica Neue", Helvetica;
    font-size: 12px;
    letter-spacing: 1.5pt;
    line-height:150%; 
    font-weight: 500;
    width: 955px;
    height:136px;
    margin-left: 100px;
} 

a:link { 
    color: white; 
    text-decoration: none;
    border: none; 
    }    /* 未訪問のリンク */

a:visited{
    color: white;
    text-decoration: none;
}

a:hover {
    opacity:0.7;
    color: honeydew;
    text-decoration:none;
    } 

.fade7 {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.item {
    color: lightsteelblue;
    font-family: "Helvetica Neue", Helvetica;
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1.5pt;
    padding: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-left: 35px;
  }
  
.container {
    display: flex;
    font-family: "Helvetica Neue", Helvetica;
    font-size: 12px;
    line-height:170%; 
    flex-direction: column;
    justify-content: center;
    margin: 0px;
    margin-top: 100px;
    margin-left: 40px;
    padding: 0px;
    letter-spacing: 0.15em;
    text-align : left;
    width: 955px;
    height: 30px;
    margin-bottom:auto;
}
