@charset "utf-8";
/* CSS Document */
h2{
	font-size:18px !important;
	color:#fff;
	background-color:#62670B !important;
	border-bottom:3px solid #EACD30;
	padding:5px 10px !important;
	margin-bottom:5px !important;
	
}


.honbun p, .topTxt p{
	margin:5px 10px 20px;
	font-size:18px;
	line-height:140%;
	text-indent:1em;
}

.honbun h3{
	background-color:#FFC600;
	color:#5C4400;
	padding:3px;
}

.honbun ul{
	margin-bottom:20px;
}

.honbun li{
	font-size:18px;
	line-height:140%;
	margin:5px 30px 0 40px;
	list-style-type:disc;
}

@media only screen and (max-width:360px){
	h2{
		font-size:18px !important;
		padding:5px 10px !important;
	}
}