@charset "UTF-8";

/*ここにレスポンシブのスタイルを書く*/
@media screen and (max-width:740px){
.entry-read a,
.related-entry-read a{
background-color:#dbf9f6;
border:1px solid #5ee0d3;
color:#008db7;
}

#h-top #site-title a{
font-size: 20px;
}

#page-top a#move-page-top{
font-size:8px;
}

blockquote:before{
display:inline-block;
left:8px;
}

blockquote:after{
display:inline-block;
right:15px;
}
}