@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/shared/line_s.jpg) repeat-x bottom center;
	padding-bottom: 10px;
}

#lead .section{
	padding-bottom: 64px;
}

#lead p.pic{
	float: left;
	margin-left: 35px;
}

#box_shop{
	float: right;
	width: 525px;
	margin-right: 70px;
}

#box_shop dl{
	padding:14px 0 14px 30px;
	border-bottom: 1px dashed #f2ce9e;
}

#box_shop dl:after {
	content: "." !important;
	display: block !important;
	height: 0px !important;
	clear: both !important;
	visibility: hidden !important;
	font-size:0px !important;
}

#box_shop dl dt{
	float: left;
	font-weight: bold;
	color: #c97b0c;
	width: 178px;
}

#box_shop dl dt span{
	padding-left: 43px;
	display: block;
	background: url(../img/party/icon.png) no-repeat left center;
}

#box_shop dl dd{
	float: left;
	width: 310px;
}




#sec_01{
	background: url(../img/shared/line_s.jpg) repeat-x bottom center;
	box-shadow:0 5px 5px rgba(0,0,0,0.4);
	padding-bottom: 10px;
	position: relative;
}

#sec_01 .block{
	background: url(../img/party/bg01.png) repeat top center;
	padding-bottom: 54px;
}

#sec_01 p.pic{
	box-shadow:0 0 5px rgba(0,0,0,0.6);
}

