@charset "utf-8";

/*
 *
 *	PC - sliderBox
 *
 */

/*===============================
	sliderBox
===============================*/



/****** btn ******/



.btnBox .shop a {
	background-image: url(../images/btn_pc1.png);
}
.btnBox .site a {
	background-image: url(../images/btn_pc2.png);
}
.btnBox .detail a {
	background-image: url(../images/btn_pc3.png);
}
.btnBox .pv a {
	background-image: url(../images/btn_pc4.png);
}



/****** common ******/



#main {
	width: 100%;
	min-width: 960px;
}
#main .sliderBox * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#main .sliderBox {
	position: relative;
	width: 100%;
	min-width: 960px;
	margin: 0 0 20px 0;
}

#main .doubleSlider-1 {
	min-width: 100%;
	height: 504px;
}
#main .doubleSlider-1 .slider {
	width: 100%;
	height: 100%;
}
#main .doubleSlider-1 .slider .item {
	position: relative;
	width: 960px;
	margin: 0 0 0 0;
	opacity: 0.7;
	filter: alpha(opacity:0.7);
	transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-webkit-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
}
#main .doubleSlider-1 .slider .item > img {
	display: block;
	position: relative;
	width: 960px;
	height: 460px;
}
#main .doubleSlider-1 .slider .selected {
	opacity: 1;
	filter: alpha(opacity:100);
}
#main .doubleSlider-1 .slider .item .btnBox {
	position: relative;
	width: 100%;
	height: 32px;
	margin: 0;
	padding: 6px 0;
	text-align: center;
	list-style-type: none;
	background: #231915;
}
#main .doubleSlider-1 .slider .item .btnBox li {
	float: left;
	margin: 0 0 0 6px;
	width: 233px;
	height: 32px;
	list-style-type: none;
}
#main .doubleSlider-1 .slider .item .btnBox li a {
	display: block;
	width: 233px;
	height: 32px;
	overflow: hidden;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#main .doubleSlider-1 .slider .item .btnBox li a:hover {
	opacity: 1;
	-ms-filter:alpha(opacity=100);
	filter:alpha(opacity=100);
}
#main .doubleSlider-1 .slider .item .btnBox li a:hover {
	background-position: 0 -32px;
}
#main .doubleSlider-1 .slider .item .btnBox li:first-child {
	margin: 0 0 0 5px;
}

#main .doubleSlider-2 {
	margin: 0 0 0 0;
	padding: 2px 0 10px 0;
	width: 100%;
	height: 116px;
	background: #e9e8e8;
}
#main .doubleSlider-2 .slider {
	width: 100%;
	height: 100%;
}
#main .doubleSlider-2 .button {
	position: relative;
	float: left;
	margin: 0 5px;
	width: 192px;
	height: 116px;
	cursor: pointer;
}
#main .doubleSlider-2 .button:hover {
	opacity: 0.7;
	filter: alpha(opacity:0.7);
}
#main .doubleSlider-2 .button .item {
	position: absolute;
	top: 8px;
	left: 0;
	width: 192px;
	height: 108px;
}
#main .doubleSlider-2 .button .border {
	position: absolute;
	top: 0;
	left: 0;
	width: 192px;
	height: 116px;
	background: url(../images/active.png) no-repeat 0 0;
	opacity: 0;
	filter: alpha(opacity:0);
}
#main .doubleSlider-2 .selected .border {
	opacity: 1;
	filter: alpha(opacity:100);
}

#main .doubleSliderPrevButton {
	position: absolute;
	display: block;
	top: 230px;
	left: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -550px;
	background: url(../images/prev.png) no-repeat 0 0;
	overflow: hidden;
	z-index: 2;
}
#main .doubleSliderNextButton {
	position: absolute;
	display: block;
	top: 230px;
	right: 50%;
	width: 50px;
	height: 50px;
	margin: -25px -550px 0 0;
	background: url(../images/next.png) no-repeat 0 0;
	overflow: hidden;
	z-index: 2;
}
#main .doubleSliderPrevButton:hover {
	background-position: 0 -50px;
}
#main .doubleSliderNextButton:hover {
	background-position: 0 -50px;
}

@media(max-width:1100px){
	#main .doubleSliderPrevButton {
		display: none;
	}
	#main .doubleSliderNextButton {
		display: none;
	}
}

#main .cboxElement:focus {
	outline: 0;
}

#main .sliderLoading {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff url(../images/loading.gif) no-repeat center center;
	background-size: 50px 50px;
	z-index: 10;
}

#main .indicators_wrap {
	display: none;
}


