@charset "utf-8";

#side nav li#m5 a{
	color:#00A89C;
	}
@media screen and (max-width:800px){
#spnav ul li.m5 a{
	background-color:#EBEBEB;
	}
}
#main article{
	overflow:hidden;
	zoom:1;
	padding:20px 0 40px 0;
	}
#main article h2{
	font-size:26px;
	background:url(../img/common/maru2.png) no-repeat 5px center;
	padding:5px 0 5px 32px;
	border-bottom:1px solid #42210B;
	}
#main article h1{
	font-size:26px;
	background:url(../img/common/maru.png) no-repeat 5px center;
	padding:5px 0 5px 32px;
	border-bottom:1px solid #42210B;
	color:#42210B;
	}
#main article .post-box{
	overflow:hidden;
	zoom:1;
	padding:10px 10px 25px 10px;
	border-bottom:1px dotted #988575;
	}
#main article h6{
	font-size:16px;
	font-weight:100;
	text-align:right;
	margin:5px 5px 0 0;
	color:#988575;
	}
@media screen and (max-width:800px){
#main article .post-box{
	padding:10px 0 25px 0;
	}
}