@charset "UTF-8";
@import url(cmn.css);
@import url(base.css);


/*-------------*/

#mv{
	background: #efefef;
	min-height: 250px;
}
#slide{
	position: relative;
	width: auto;
	height: 100%;
}
#arrow{
	position: absolute;
	bottom: -3px;
	margin-left: -65px;
	left: 50%;
	display: block;
	width: 130px;
	height: 35px;
}
.slide{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
	display: table;
	table-layout: fixed;
	min-height: 250px;
}
.slideinner{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.slideinner img{
	display: block;
	margin: 0 auto 20px;
	width: auto;
	height: auto;
	max-width: 600px;
	width: 90%;
}


@media screen and (max-width: 800px){
	

#arrow{
	display:none;
}

}
/*-----#ld------*/

#ld{
	width:100%;
	margin:auto;
	text-align:center;
	padding-top:50px;
	background-color: #ededed;
	background-image: url(../images/index/ld.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#ld img{
	width:auto;
	max-width:100%;
	height:auto;
	margin-bottom:30px;
}

#ld h4{
	font-size:130%;
	line-height:140%;
}

@media screen and (max-width: 800px){
	#ld{
	padding-top:20px;
	background-color: #fff;
		background-image: none;
	}
#ld img{
		margin-bottom:15px;

}
#ld h4{
	font-size:75%;
}
}

/*-----#btnarea------*/

#btnarea{
		width:100%;
			background-color: #ededed;
			overflow:hidden;
			padding-top:40px;
}

#btnarea li{
	float: left;
	width: 33%;
	margin-bottom: 20px;
	
}
#btnarea li img{
	width:auto;
	height:auto;
	max-width:100%;
}

#btnarea li.btn2{
	width:48%!important;
	text-align:right;
	padding-right:2%;
}
#btnarea li.btn3{

	width:48%!important;
	text-align:left;
	padding-left:2%;


}

@media screen and (max-width: 800px){
#btnarea{
	margin-top:20px;
}
#btnarea li,
#btnarea li.btn2,
#btnarea li.btn3{
	float: left;
	width: 48%;
	margin:0 1%;
	text-align:center;
	padding:0 0 10px 0;
	
}




}
/*-----#newsarea------*/

#newsarea{
	background-color: #fff;
	overflow:hidden;
	width:100%;
	padding-top: 30px;
	padding-bottom: 30px;
	

}
#news{
	float:left;
	width:63%;
	padding-right:5%;
	font-size:90%;
}
#news dl{
	border-bottom:dotted 1px #bcbcbc;
	padding:15px 0px;
	
}
#news dt{
		background-image: url(../images/index/news_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:15px;
}
#news dd{
	padding-left:15px;
}
#newsbaner{
	float:left;
	width:32%;
}
#newsbaner img{
	max-width:100%;
	width:auto;
	height:auto;
	margin-bottom: 20px;
}
@media screen and (max-width: 800px){
	
	#newsarea{
			padding-top: 15px;
	padding-bottom: 15px;

	}
	#news{
			margin-bottom:30px;

	}
	#news,#newsbaner{
		float:none;
		width:100%!important;
		padding:0;
		
}
#news h4{
	text-align:center;
}
#news h4 img{
	width:65px;
	height:auto;
}
}