@charset "utf-8";


/***************
+ .main_area
***************/

#Main_inner .main_area{
	width:100%;
	margin:0 auto;
}
/***************
+ .nav_area
***************/

#Main_inner .nav_area{
	width:100%;
	height:628px;
	background:url("../images/bg_top_main.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50% 50%;
	position:relative;
	margin:0 auto 5px;
}
#Main_inner .nav_area .top_line{
	position:relative;
	margin:0 auto;
	width:100%;
	height:3px;
	overflow:hidden;
}
#Main_inner .nav_area .top_line img{
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
	width:3000px;
	height:3px;
}
#Main_inner .nav_area .nav_box{
	width:956px;
	height:176px;
	position:absolute;
	top:226px;
	left:0;
	right:0;
	margin:0 auto;
}
#Main_inner .nav_area .nav_box .left_box{
	float:left;
	width:320px;
	height:176px;
	text-align:center;
	margin:10px 68px 0 0;
}
#Main_inner .nav_area .nav_box .logo{
	float:left;
	width:176px;
	height:176px;
}
#Main_inner .nav_area .nav_box .right_box{
	float:right;
	width:320px;
	height:176px;
	text-align:center;
	margin-top:10px;
}
#Main_inner .nav_area .nav_box .title{
	width:330px;
	margin:0 auto 20px;
}
#Main_inner .nav_area .nav_box .nav_btn{
	width:238px;
	margin:0 auto;
}
#Main_inner .nav_area .nav_box .nav_btn a{
	display:block;
	width:100%;
	height:100%;
}
#Main_inner .nav_area .nav_box .left_box .nav_btn a:hover{
	background:rgba(220,117,7,0.7);
}
#Main_inner .nav_area .nav_box .right_box .nav_btn a:hover{
	background:rgba(250,190,0,0.7);
}
#Main_inner .border_bw{
	border-bottom:1px solid #fff;
}

/***************
+ .main_contents
***************/
#Main_inner .main_contents{
	width:100%;
	background:#f39300;
	padding:25px 0 50px;
	margin:0 auto 150px;
}
#Main_inner .top_title{
	width:956px;
	margin:15px auto 40px;
}

#Main_inner .top_btn_area{
	width:956px;
	margin:0 auto 30px;
}
#Main_inner .top_btn_area li{
	float:left;
	width:312px;
	height:400px;
	margin-left:10px;
	position:relative;
	overflow:hidden;
}
#Main_inner .top_btn_area li.btn_1{
	margin-left:0;
}

#Main_inner .top_btn_area li a .img img {
	-moz-transition: -moz-transform 0.3s linear;
	-webkit-transition: -webkit-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	transition: transform 0.3s linear;
}
#Main_inner .top_btn_area li a:hover .img img {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-o-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);
}

#Main_inner .top_btn_area .btn_2 .img:after{
	position: absolute;
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
	rgiht:0;
	bottom:0;
	background: url(../images/bg_top_btn_2.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
	z-index:10;
	zoom: 1;
}
#Main_inner .top_btn_area .btn_2 a:hover .img:after {
	-moz-transform: scale(1.25);
	-webkit-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);
}

#Main_inner .top_btn_area li .title{
	width:312px;
	height:400px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
	z-index:300;
}
@media all and (-ms-high-contrast:none){
	#Main_inner .top_btn_area li .title{
		width:312px;
		height:400px;
		position:absolute;
		top:1px;
		bottom:0;
		left:0.3px;
		right:0;
		margin: auto;
	}
}

#Main_inner .top_btn_area li a{
	display:block;
	width:312px;
	height:400px;
	margin:0 auto;
}

#Main_inner .movie_box{
	width:730px;
	margin:0 auto 30px;
}
#Main_inner .bnr_box{
	width:275px;
	margin:0 auto;
	text-align:center;
	line-height: 60%;
}
#Main_inner .bnr_box img {
	border: 1px solid #AE800B;
	box-sizing: border-box;
}
#Main_inner .bnr_box a {
	font-size: 12px;
	color: #000;
	text-decoration:none;
}
#Main_inner .blankLinks01 {
	width: 956px;
	margin: 50px auto 0;
	text-align:right;
	padding-bottom: 70px;
}
#Main_inner .blankLinks01 a {
	padding-left:14px;
	background:url(../images/ico_blank01.gif) no-repeat center left;
	font-size:12px;
}