@charset "UTF-8";
html{
     min-width: 1080PX;
     max-width: 1080px;
     margin: 0 auto;
     }

body{
     text-size-adjust: 100%;
     -webkit-text-size-adjust: 100%;
}

.pc { display: block;}
.sh { display: none;}


@media only screen and (max-width:750px) {
 .pc { display: none;}
 .sh { display: block;}
}





#first:link{
            color: #b22222;
}

#second:link{
             color: #006400;
}

#third:link{
            color: #ff8c00;
}

#fourth:link{
             color: #4169e1;
}



#first:hover{
             color: #808080;
}

#second:hover{
              color: #808080;
}

#third:hover{
              color: #808080;
}

#fourth:hover{
              color: #808080;
}
