@charset "utf-8";
/* CSS Document */
header{
	width:100%;
	z-index:99;
	padding:0;
	background:url(../images/footerbg.jpg);
	position:absolute;
	bottom:0 !important;
	top:auto !important;
	left:0;
}
header.shrink {
	top: 0 !important;
	bottom: auto !important;
	position: fixed;
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.20);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.20);
}





.mainArea{
	padding-top:0px;
}
.newsArea{
	position:relative;
	padding:100px 50% 100px 0;
	text-align:center;
	z-index: 5;
	overflow:hidden;
}
.newsArea img.decoration{
	height:100%;
	float:right;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	z-index:-1;
}
.newsArea div.wrap{
	z-index:50;
	width:auto;
	padding:0 20px;}
.newsArea h3{
	background:url(../images/icon-news.png) no-repeat top center;
	padding:90px 0 15px 0;
	margin-bottom:40px;
	font-size:1em;
	color:#202020;
	text-align:center;
	position:relative;}
.newsArea h3 em{
	font-size:2.3em;
	font-weight:normal;
	font-family: 'Questrial', sans-serif;
	padding-right:10px;
}
.newsArea h3:after{
	content:"";
	display:block;
	background:#cabfaf;
	width:36px;
	height:2px;
	position:absolute;
	left:50%;
	bottom:0;
	margin-left:-18px;
}
.newsArea ul li{color:#666;
}
.newsArea ul li a{
	color:#666;}
.newsArea ul li a:hover{
	text-decoration:underline;
	color:#c3954a;
	font-weight:blod;}
.newsArea div.btn{
	margin-top:40px;
	text-align:center;}
.newsArea div.btn a{
	color:#554b44;
	background:#f0efed;
	display:inline-block;
	border:1px solid #554b44;
	padding:8px 20px;
	font-size:0.8em;}
.newsArea div.btn a:hover{
	color:#fff;
	background:#554b44;}
	


.aboutArea{
	width:100%;
	background:url(../images/icon-about.png) top center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:100px 0 200px 0;
	text-align:center;}
.aboutArea div.wrap{
	width:auto;
	padding:0 20px;}
.aboutArea h3{
	background:url(../images/icon-about.png) no-repeat top center;
	padding:90px 0 15px 0;
	margin-bottom:40px;
	font-size:1em;
	color:#fff;
	text-align:center;
	position:relative;}
.aboutArea h3 em{
	font-size:2.3em;
	font-weight:normal;
	font-family: 'Questrial', sans-serif;
	padding-right:10px;
}
.aboutArea h3:after{
	content:"";
	display:block;
	background:#fff;
	width:36px;
	height:2px;
	position:absolute;
	left:50%;
	bottom:0;
	margin-left:-18px;
}
.aboutArea h4{
	padding:0 0 30px 0;
	font-size:1.5em;
	letter-spacing:2px;
	color:#fff;
	font-family: 'cwTeXMing', serif;
	font-weight:normal;
}
.aboutArea .Txt{
	color: #fff;
	line-height: 2;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.55);
}
.aboutArea div.btn{
	margin-top:40px;
	text-align:center;}
.aboutArea div.btn a{
	color:#000;
	display:inline-block;
	background:#fff;
	padding:8px 20px;
	font-size:0.8em;}
.aboutArea div.btn a:hover{
	color:#fff;
	background:#554b44;}
	
#gmap_s{
	height:480px;}
	
.linkArea{
	padding:40px 0 0px 0;}



@media (max-width: 1560px){
.newsArea img.decoration{
right:-300px;}
}

@media (max-width: 1460px){
.newsArea img.decoration{
right:-400px;}
}

@media (max-width: 1360px){
.newsArea img.decoration{
right:-500px;}
}
	
@media (max-width: 1260px){
.newsArea img.decoration{
right:-600px;}
}	

@media (max-width: 1160px){
.newsArea{
	position:relative;
	padding:100px 0 100px 0;
	text-align:center;
	z-index: 5;}
.newsArea img.decoration{
right:-700px;}

}	
@media (max-width: 768px){
.newsArea img.decoration{
display:none;}
.newsArea{
	padding:100px 0 300px 0;
	background:url(../images/news_bg2.png) no-repeat bottom;
	background-size:100% auto;}
}	
@media (max-width: 480px){
.newsArea img.decoration{
display:none;}
.newsArea{
	padding:100px 0 200px 0;
}
}
@media (max-width: 390px){
.newsArea h3 em{
	display:block;
}
}