@charset "utf-8";



/*=============================================*/
/*                   home                      */
/*=============================================*/


#index #slide_top{
	width: 100%;
	min-width: 1100px;
	margin: auto;
	text-align: center;
	background: url(../img/index/slide01.jpg) no-repeat center top;
	height: 635px;
}

#index #container{
	background: url(../img/index/bg.jpg) no-repeat center top;
	padding-top: 35px;
}

#bg_bottom{
	background: url(../img/index/bg01.jpg) no-repeat center bottom;
	padding-bottom: 162px;
}

#lead h2{
	float: left;
}
#lead h3{
	float: right;
}

#lead p.txt{
	clear: both;
	width: 467px;
	line-height: 24px;
	font-size: 16px;
	color: #444444;
	padding-top: 28px;
	height: 370px;
}

#lead p.txt span{
	display: block;
	padding-top: 12px;
}

#js_box{
	position: absolute;
	top: 157px;
	right: 0;
	width: 519px;
	height: 562px;
}

#js_box .bx-pager, .bx-prev, .bx-next{
	display: none;
}
#lead h4{
	margin-bottom: 390px;
	text-align: right;
}

#lead p.txt01{
	clear: both;
	width: 433px;
	line-height: 24px;
	font-size: 16px;
	color: #444444;
	margin-left: 567px;
	height: 240px;
}

#lead p.txt01 span{
	display: block;
	padding-top: 12px;
}

#lead dl.dl_01{
	min-height: 330px;
}

#lead dl.dl_01 dd{
	width: 485px;
	line-height: 24px;
	font-size: 16px;
	color: #444444;
	padding-top: 15px;
}
#lead p.bnr{
	text-align: center;
	padding-top: 21px;
	margin-bottom: 75px;
}

#lead dl.dl_02{
	min-height: 805px;
}

#lead dl.dl_02 dt{
	text-align: right;
}

#lead dl.dl_02 dd{
	margin-left: 500px;
	line-height: 24px;
	font-size: 16px;
	color: #444444;
	padding-top: 15px;
}

#blog{
	padding-bottom: 61px;
	margin-top: -71px;
}

.box_line{
	background: url(../img/index/p.png) repeat top left;
	padding:1px;
}

.box_fff{
	background:#FFF;
	width: 478px;
	height: 472px;
	position: relative;
}

.box_fff h3{
	position: absolute;
	left: 0;
	top: -34px;
}

.box_info{
	width: 462px;
	height: 385px;
	position: absolute;
	top: 78px;
	left: 9px;
	display: block;
}

#left_auto{
	position: absolute;
	top: 591px;
	left: 0;
	width: 30%;
	z-index: 200;
}

#left01_auto{
	position: absolute;
	top: 2364px;
	left: 0;
	width: 30%;
	z-index: 200;
}

#right_auto{
	position: absolute;
	top: 1386px;
	right: 0;
	width: 30%;
	z-index: 200;
}

#left_auto img, #left01_auto img, #right_auto img{
	width: 100%;
	height: auto;
}

@media (min-width: 1500px) {
	
#left_auto{
	top: 490px;
}

#left01_auto{
	top: 2264px;
}


}

@media (max-width: 1200px) {
	
#left_auto{
	top: 650px;
}

#right_auto{
	top: 1480px;
}

}