@charset "utf-8";


/*-----------------------------
	main
------------------------------*/
.lower-title{
	background: url(images/title-bg.jpg) no-repeat left top;
	background-size: cover;
}
body{ text-align: center;}
h2{
	margin-bottom:30px;
}

#main{ margin:0 auto 40px;}
#main a{opacity:0.8;}
#main h3{
	height:30px;
	line-height:30px;
	padding-left:10px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	background:url(images/subtitle.jpg) no-repeat center top;
	margin:0 auto 10px;
}
#main p{margin-bottom:10px;}
.iframe-cont{ margin-bottom: 20px;}
iframe{ width: 100%; height: 600px;}

#headermap{ margin-bottom: 35px;}
#headermap a.btn span{ padding: 5px 25px;}
#headermap a:hover{opacity:0.7;}
#wrappermap p{ line-height:2; text-align:center;margin-bottom: 40px;}
#footer{border-top: 2px solid #BCBCBC;}

@media screen and (max-width:768px){
	.lower-title{
		background: url(images/title-bg.jpg) no-repeat left top;
		background-size: auto 100%;
	}
	iframe{ height: 200px;}
	#wrappermap{width: 100%;}
}

#wrapper{
padding-top: 86px;
}

#header .header-inner{
max-width: 900px;
}







