@charset "utf-8";

/* ==

　style

=============================================================================== */
#main .smpL{ text-align:center;}
#main h3{
	padding:10px 0;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}
#main h3.titBlock{
	border-top:2px dotted #309a84;
	border-bottom:2px dotted #309a84;
}
#main h4.num{
	font-size:132%;
	color:#333;
}
#main h4.num span{
	padding:2px 6px;
	margin-right:5px;
	background: #329a83;
	color:#fff;
}
#main .bgBlockO{
	padding:20px;
	margin-bottom:10px;
	border:2px solid #f15f11;
	text-align:center;
	font-weight:bold;
}
#main .bgBlockO p{color:#222; font-size:132%;}
#main .bgBlockG{
	background:#efefef;
	text-align:center;
	padding:20px;
}
#main .indent02{
	text-indent:-2em;
	margin-left:2em;
}


@media only screen and (max-width: 780px) {
#main .smpL{ text-align:left;}
}
@media only screen and (max-width: 630px) {
#main .bgBlockG{padding:5px;}

}