@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 .koumoku{
	border:1px solid #666666;
	margin:20px 10px;
	padding:10px;
}

.title{
	background-color:#0099CC;
	color:#ffffff;
	font-size:18px;
	padding:5px;
	margin-bottom:5px;
	font-weight:bold;
}

.koumoku p{
	font-size:16px;
	line-height:140%;
}
.tb_kyujin{
	width:100%;
}
table.tb_kyujin th{
	width:20%;
	color:#339900;
	text-align:left;
	font:bold;
	font-size:18px;
	border-bottom:1px dashed #999;
	padding:3px;
}
table.tb_kyujin td{
	color:#000;
	text-align:left;
	font-size:18px;
	border-bottom:1px dashed #999;
	padding:3px;
	line-height:130%;
}



@media only screen and (max-width:1199px){
	div .koumoku{
		width:95%;
	}
}



@media only screen and (max-width:600px){
	div .koumoku{
		width:90%;
	}
	
	table.tb_kyujin th{
		display:block;
		width:100%;
	}
	table.tb_kyujin td{
		display:block;
		width:100%;
		margin-bottom:20px;
	}
}

@media only screen and (max-width:360px){
	h2{
		font-size:18px !important;
		padding:5px 10px !important;
	}
}