@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------
base
#141977 青
#ED4549 赤
-----------------------------------------------*/



#list .detail {
display:none;
}


@media (max-width:640px) {
}


#detail {
max-width:1000px;
margin:6% auto;
padding:0 4%;
}
#detail .date {
text-align:center;
color:#666;
}
#detail h2 {
margin-top:0.4em;
padding:0.2em 0;
border-top:1px solid #141977;
border-bottom:1px solid #141977;
}
#detail .message {
margin-top:6%;
}
#detail .message img {
height:auto !important;
margin:1em 0;
}


@media (max-width:640px) {
#detail {
margin:8% auto;
}
}

