@charset "utf-8";
@media screen and (min-width:768px) {

body{
    font-family: "Kaisei Opti", serif;
    background-attachment: fixed;
}
a{
    color: #000;
    text-decoration: none;
}
a:hover{
    color: #E95B6B;
}
h1{
   width: 800px;
   text-align: left; 
   padding: 20px  60px 10px;
   border-bottom: 8px solid #008CAF;
} 
.pagetop{
    text-align: right;
    padding-right: 50px;
}
footer{
    text-align: center;
}
}

@media screen and (max-width:768px) {

body{
    font-family: "Kaisei Opti", serif;
    background-attachment: fixed;
}
a{
    color: #000;
    text-decoration: none;
}
a:hover{
    color: #E95B6B;
}
h1{
   width: 100%;
   text-align: left; 
   padding: 20px  60px 10px;
   border-bottom: 8px solid #008CAF;
} 
.pagetop{
    text-align: right;
    margin: 5px 0px 5px;
}
footer{
    text-align: center;
}
}