body{
	background: url(../images/common/hf_line.png) repeat-x !important;
}
header{
	width:940px;
	margin:0 auto 40px;
}
#gnav{
	margin:0 0 70px 0;
}
#gnav ul{
	width:940px;
	margin:0 auto;
}
#gnav ul li{
	height:60px;
	float:left;
}
#gnav ul li a{
	width:100%;
	height:100%;
	display:block;
	background:url('../images/index/navi.png') no-repeat;
	text-indent:-9999px;
}
#gnav1{
	width:300px;
	margin:0 60px 0 0;
}
#gnav1 a{
	background-position:   0     0   !important;
}
#gnav1 a:hover{
	background-position:   0   -60px !important;
}
#gnav2{
	width:220px;
	margin:0 60px 0 0;
}
#gnav2 a{
	background-position:-300px     0   !important;
}
#gnav2 a:hover{
	background-position:-300px -60px !important;
}
#gnav3{
	width:300px;
	margin:0 0px 0 0;
}
#gnav3 a{
	background-position:-520px     0   !important;
}
#gnav3 a:hover{
	background-position:-520px -60px !important;
}
#mainimage{
	width:940px;
	margin:0 auto 70px;
}
#news{
	width:810px;
	height:160px;
	padding:13px 60px 15px 70px;
	margin:0 auto 4px;
	background:url('../images/index/bg_news.png') no-repeat;
}
#news_inner{
	width:810px;
	height:160px;
	overflow:auto;
}
#news dl{
margin:0 0 15px 0;
}
#mainbanner{
list-style:none;
width:960px;
margin:0 auto 40px;
display:flex;
}
#mainbanner li{
width:33.33%;
padding:10px;
box-sizing:border-box;
}
#mainbanner li a{
display:block;
width:100%;
box-shadow:0 0 10px rgba(0,0,0,0.5);
height:auto;
border-radius:30px;
}
#mainbanner li a:hover{
background:#fff;
}
#mainbanner li img{
width:100%;
height:auto;
display:block;
}
#mainbanner li img:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#instafeed{
width:884px;
margin:40px auto 40px;
padding:10px 10px 10px 45px;
display:flex;
background:rgba(255,255,255,0.7) url('../images/index/title_insta.png') no-repeat top 10px left 5px;
}
#instafeed li{
width:25%;
padding:0 2px;
box-sizing:border-box;
height:215px;
overflow:hidden;
}
#instafeed li img{
width:100%;
height:auto;
}