@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.content{
	margin-bottom:20px;
	padding:10px;
	border:1px solid #777;
	background-color:#fff;
	height:100%;
	width:98%;
}

div.content p{
	font-size:18px;
	line-height:150%;
}

div.name{
	font-size:16px;
	font-weight:bold;
	background-color: #FFC600;
	color:#5C4400;
	padding:5px;
	margin-bottom:5px;
	text-align:left;
}

div.mutou{
	font-size:14px;
	font-weight:bold;
	background-color:#0D32B8;
	color:#fff;
	padding:3px;
	margin-bottom:5px;
}

div .pic{
	padding-left:60px;
}

div.pic td{
	vertical-align:top;
}

div.pic .imgArea{
	width:40%;
	float:left;
}

div.pic .arrowArea{
	width:130px;
	float:left;
}

div.pic .wakuImg{
	padding:5px;
	border:1px solid #666;
}

div.pic p{
	margin-top:0;
	font-size:14px;
	line-height:140%;
	color:#666;
}


div.hagakiLeft{
	float:left;
	width:48%;
	text-align:center;
}

div.hagakiRight{
	float:right;
	width:48%;
	text-align:center;
}

img.hagaki{
	border:1px solid #666;
}


div.content2{
	margin-bottom:20px;
	padding:10px;
	border:1px solid #777;
	background-color:#fff;
	/*height:320px;*/
	width:98%;
}

div.hagaki2Left{
	float:left;
	width:48%;
	text-align:center;
}

div.hagaki2Right{
	float:right;
	width:48%;
	text-align:center
}

/*div.hagaki2Right img{
	margin-left:90px;
}*/



@media only screen and (max-width:1199px){
	div.content, div.content2{
		width:95%;
	}
}



@media only screen and (max-width:750px){
	div.pic .imgArea{
		width:100%;
		float:none;
		text-align: center;
		margin-bottom: 10px;
	}

	div.pic .arrowArea{
		display: none;
	}
}


@media only screen and (max-width:550px){
	div.content, div.content2{
		width:92%;
	}
	
	div.hagakiLeft, div.hagaki2Left{
		float:none;
		width:100%;
		margin-bottom:10px;
	}

	div.hagakiRight, div.hagaki2Right{
		float:none;
		width:100%;
	}
}

@media only screen and (max-width:360px){
	h2{
		font-size:18px !important;
		padding:5px 10px !important;
	}
}