@charset "utf-8";



/*=============================================*/
/*                   intro                      */
/*=============================================*/


#c-carousel {
	min-height:600px;
	min-width:1100px;
	padding:0px;
	margin: 0;
	z-index: 1;
	width:100%;
	text-align:center;
	overflow:hidden;
}
#carousel img {
	margin:0 5px 0 5px;
}
#carousel div {
	display: block;
	float: left;
	height:600px;
}
#click_key {
	width:1200px;
	margin:auto;
	position:relative;
	z-index:100;
	top:-310px;
}
#prev {
	background:url(../img/shared/right.png) no-repeat center top;
	height:60px;
	width:60px;
	top:20px;
	position: absolute;
	right:-10px;
}
#next {
	background:url(../img/shared/left.png) no-repeat center top;
	height:60px;
	width:60px;
	top:20px;
	position: absolute;
	left:-10px;
}

#prev, #next {
    background: url(../img/shared/bg_o.png) repeat scroll center top;
    height:600px;
    position: absolute;
    top: -290px;
    width: 50%;
    z-index: 2;
}
#prev {
    right: -550px;
}

#prev img{
	position:absolute;
	top:290px;
	left:-25px;
}

#next img{
	position:absolute;
	top:290px;
	right:-25px;
}

#next {
    left: -550px;
}

#c-carousel p#logo_key{
	width:1000px;
	margin:0 auto;
	position:relative;
	display:block;
}

#c-carousel p#logo_key img{
	position:absolute;
	top:18px;
	left:-12px;
	z-index:999;
}

#lead{
	background: url(../img/intro/bg.jpg) no-repeat top center;
	position:relative;
}

#lead .section{
	height: 1721px;
}

#lead h3{
	margin-left: 72px;
}

#txt_01{
	position: absolute;
	top: 622px;
	width: 242px;
	left: 285px;
}

#txt_02{
	position: absolute;
	top: 400px;
	width: 209px;
	right: -9px;
}

#txt_03{
	position: absolute;
	top: 1035px;
	width: 280px;
	right: 0px;
}

#txt_04{
	position: absolute;
	top: 1108px;
	width: 467px;
	left: 105px;
}


#lead p.bnr{
	position: absolute;
	top: 1105px;
	right: 0;
}
#lead .ttl {
	position:absolute;
	top:1380px;
}
#sec_01{
	background: url(../img/intro/bg01.jpg) repeat-x top center;
}

#sec_01 .section{
	height: 1117px;
}

#sec_01 h2{
	padding:59px 0 45px;
}

#sec_01 dl{
	height: 260px;
	margin-bottom: 46px;
	position: relative;
}

#sec_01 dl dd.txt{
	position: absolute;
	top: 152px;
	left: 45px;
}

#sec_01 dl dd.txt span{
	display: block;
	padding-top: 12px;
}

#sec_01 dl dd.bnr{
	position: absolute;
	top: 0;
	right: 0;
}
