body{
  width:700px;
  margin:0 auto;
}

#honbun p {   /* 小説本文 */
 line-height: 150%;
 font-size: 20px;
 color:#000000;
}

#honbun img{
 text-align:center;
}

h3{
 font-size:4rem;   
}

h4{
 font-size:3rem;
}

a:link {
 color: #cc3366;
}
a:visited {
 color: #6666cc;
}
a:active {
 color: #ff0000;
}
a:hover {
 color: #ffffff;
 background-color: #9999ff;
 text-decoration: none;
}

footer p{
 text-align: center;
}

@media(max-width:375px){
    body{
      width:350px;
      background-color:#ffffff
    }
    
    h3{
      font-size:35px;
    }

    h4{
      font-size:27px;
    }
    
    #honbun img{
      width:350px;
    }
    
    footer p{
      font-size:20px;
      color:#389745;
    }
  }    
    
    
