@charset "utf-8";
@import url(common/style.css);


#main{
/*	background:url(../img/map/map_bg.png) center center no-repeat;
	background-size:cover;
*/
	background-color:#FFF;
}
.bgZeh1{
	background:url(../zeh_img/zeh/bg1.png) left top no-repeat;
	background-size:100% auto;
	border-top:1px solid transparent;
	margin-top:-1px;
}
.bgZeh2{
	background:url(../zeh_img/zeh/bg2.png) left top no-repeat;
	background-size:100% auto;
	border-top:1px solid transparent;
	margin-top:-1px;
	padding-top:80px;
	padding-bottom:80px;
}

h3.h3Txt{
	text-align:center;
	font-size:28px;
	color:#A56035;
	width:calc( 100% + 40px) !important;
	margin-left:-20px;
	border-bottom:1px solid #A56035;
	line-height:200%;
	background:none !important;
	margin-top:-20px;

}
.enTxt{
	position:absolute;
	right:0px;
	top:0px;
	height:100%;
	width:auto;
	z-index:2;
}
.enTxt > img{
	max-height:100%;
	float:right;
}


.inner1200{
	max-width:90%;
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}
.boxBrd{
	border:1px solid #A56035;
	padding:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom:40px;
	background-color:#FFF;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.boxBrd h3{
	background-color:#A56035;
	width:100%;
	margin-bottom:20px;
}
.boxBrd p:not(.caption){
	font-size:16px;
}
.contTxt{
	color:#A56035;
	line-height:160%;
}
@media only screen and (max-width:750px){
h3.h3Txt{
	font-size:5.6vw;
	line-height:140%;
	padding-bottom:1.6vw;
	padding-bottom:1.6vw;
}	
.boxBrd p:not(.caption){
	font-size:3.2vw;
}
.boxBrdImg,
.boxBrd h3{
	margin-bottom:4.0vw;
}
.boxBrd{
	border:1px solid #A56035;
	padding:4.0vw;
	margin-bottom:8.0vw;
}

}


