@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;
	
}


div#contents table{
	margin:10px 0 40px 0;
	width:100%;
}

div#contents th{
	padding:5px 10px;
	border-bottom:1px dashed #999999;
	font-size:16px;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
}

div#contents td{
	padding:5px 10px;
	border-bottom:1px dashed #999999;
	font-size:16px;
	vertical-align:top;
}

div#contents p.setumei{
	font-size:14px;
	line-height:140%;
}

@media only screen and (max-width:650px){
	div#contents th{
		display:block;
		width:100%;
	}

	div#contents td{
		display:block;
		width:100%;
	}
}


@media only screen and (max-width:360px){
	h2{
		font-size:18px !important;
		padding:5px 10px !important;
	}
}