/**
 * BxSlider v4.1.3 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 40px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bxslider {
	margin: 0;
	padding: 0;
}

.bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
}

/** THEME
===================================*/

.bx-wrapper {
	/*
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;*/
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	background: #F4F4F4;
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	line-height: .1;
	padding: 12px 0;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #BBB;
	text-indent: -9999px;
	display: block;
	width: 6px;
	height: 6px;
	margin: 0 4px 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	outline: 0;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	z-index: 99;
	bottom: -29px;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: block;
	opacity: .1;
	filter:alpha(opacity=10);
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/** bx slider overwrite for pc
===================================*/
#pickup_info-block .bx-wrapper .bx-prev,
#feature_block-01 .bx-wrapper .bx-prev,
.custom-slider .bx-wrapper .bx-prev {
	background: url(/common/images/common/btn_prev_slide.gif) no-repeat 0 0;
	left: 0;
}

#pickup_info-block .bx-wrapper .bx-next,
#feature_block-01 .bx-wrapper .bx-next,
.custom-slider .bx-wrapper .bx-next {
	background: url(/common/images/common/btn_next_slide.gif) no-repeat 0 0;
	right: 0;
}



/** bx slider overwrite for sp
===================================*/
#result_info .slider_smp {
	margin-bottom: 14px;
}
.slider_smp .bx-wrapper {
	margin-bottom: 30px;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.slider_smp .bx-wrapper .bx-pager,
.slider_smp .bx-wrapper .bx-controls-auto {
	background: #F4F4F4;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	position: absolute;
	bottom: -30px;
	width: 100%;
}
.slider_smp .bx-wrapper .bx-prev {
	background: url(/sp2/common/images/common/btn_prev_slide.gif) no-repeat 0 0;
	left: 0;
	-webkit-background-size : 30px auto ;
	background-size : 30px auto ;
}

.slider_smp .bx-wrapper .bx-next {
	background: url(/sp2/common/images/common/btn_next_slide.gif) no-repeat 0 0;
	right: 0;
	-webkit-background-size : 30px auto ;
	background-size : 30px auto ;
}

/* slide images */
.slider_smp li {
}
.slider_smp .slide p {
	padding: 0;
	position: relative;
	overflow: hidden;
	margin: 15px 8px;
}
/*.slider_smp .slide p:before {
	content: "";
	display: block;
	padding-top: 75%;
}*/
.slider_smp .slide p span {
	display: block;
	/*left: 0;
	top: 0;
	height: 100%;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;*/
}
.slider_smp .slide img {
/*	max-height: 100%;
	margin: auto;
	display: inline;
	width: auto;
	visibility: hidden;*/
	height: auto;
	width: 100%;
}