/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 */

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

.bx-wrapper {
	position:relative;
	margin:0 auto;
	padding:0;
	width:100%;
	*zoom:1;
}

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

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

.bx-wrapper .bx-viewport {
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position:absolute;
	bottom:-50px;	/* pagerの位置変わる */
	width:100%;
}

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

/* PAGER */
.bx-wrapper .bx-pager {
	color:#666;
	font-size:1.2em;
	font-family:Arial;
	font-weight:bold;
	text-align:center;
}

.bx-pager {
	position:relative;
	bottom:-50px;
	z-index:50;
}

.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 {
	display:block;
	margin:0 10px;
	width:14px;
	height:14px;
	background:#BDBDBD;
	border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	-o-border-radius:100%;
	-ms-border-radius:100%;
	text-indent:-9999px;
	outline:0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background:#EB5E01;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#EB5E01;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left:-55px;
	background:url(../images/slide_arrow_left.png) 0 0 no-repeat;
	transition:none;
	-moz-transition:none;
	-webkit-transition:none;
	-o-transition:none;
	-ms-transition:none;
}

.bx-wrapper .bx-next {
	right:-55px;
	background:url(../images/slide_arrow_right.png) 0 0 no-repeat;
	transition:none;
	-moz-transition:none;
	-webkit-transition:none;
	-o-transition:none;
	-ms-transition:none;
}

.bx-wrapper .bx-prev:hover {
	background-position:0 -40px;
}

.bx-wrapper .bx-next:hover {
	background-position:0 -40px;
}

.bx-wrapper .bx-controls-direction a {
	position:absolute;
	top:50%;
	margin-top:-30px;
	width:26px;
	height:40px;
	text-indent:-9999px;
	outline:0;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display:none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align:center;
}

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

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

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

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

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	width:80%;
	text-align:left;
}

.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;
	width:100%;
	background:#666\9;
	background:rgba(80, 80, 80, 0.75);
}

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

@media screen and (max-width:1440px) {

.bx-wrapper .bx-prev {
	left:-2%;
}

.bx-wrapper .bx-next {
	right:-2%;
}

}
