@charset "euc-jp";
/**
 * BxSlider v4.1.2 - 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;
	padding: 0;
	*zoom: 1;
}

/* LOADER */

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

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

.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

.bx-wrapper .bx-pager {
	position: absolute;
	left: 50%;
	margin-left: -95px;
	bottom: 25px;
	z-index: 2;
}

.bx-wrapper .bx-pager {
	text-align: center;
	color: #fff;
	font-size: 17px;
	line-height: 17px;
}

.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;
	width: 17px;
	height: 17px;
	margin: 0 15px;
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-indent: -9999px;
	outline: 0;
}

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

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-controls-direction {
	position: absolute;
	width: 250px;
	left: 50%;
	bottom: 21px;
	margin-left: -125px;
	z-index: 1;
}

.bx-controls-direction:after {
	content: " ";
	display: block;
	clear: both;
}

.bx-wrapper .bx-controls-direction a {
	outline: 0;
	width: 12px;
	height: 22px;
}

.bx-wrapper .bx-prev {
	float: left;
	background: url(../images/index/bx_prev.png) left center no-repeat;
}

.bx-wrapper .bx-prev:hover {
	background-image: url(../images/index/bx_prev_o.png);
}

.bx-wrapper .bx-next {
	float: right;
	background: url(../images/index/bx_next.png) right center no-repeat;
}

.bx-wrapper .bx-next:hover {
	background-image: url(../images/index/bx_next_o.png);
}

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