/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * 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;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;*/
/*
	background: #fff;
*/
}
.bx-viewport {
	background: #015ba9 url(/common/img/index/bg_slider.gif) no-repeat right bottom;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -27px;
	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 {
	position: absolute;
	width:220px;
	bottom: 20px;
	right: 20px;
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
/*
	padding-top: 20px;
*/
}
.bx-wrapper .bx-pager .bx-pager-item {
	text-indent:-9999px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	_display: block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager a {
	background : transparent url(/common/img/index/bg_sliderpager.png) no-repeat center center;
	width: 13px;
	height: 14px;
	margin: 0 3px;
	display: block;

/*
	background: #fff;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	outline: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #015ba9;
*/
}
* html .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	outline: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #015ba9;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background : transparent url(/common/img/index/bg_sliderpager_on.png) no-repeat center center;
/*
	background: #000;
	border: 1px solid #ffffff;
*/
}

/* for firefox only リンクフォーカスバグ対応 */
@-moz-document url-prefix() {
	.bx-wrapper .bx-pager.bx-default-pager a {
		overflow: hidden;
	}
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: -20px;
	background: url(/common/img/index/bg_slideprev.gif) no-repeat;
}

.bx-wrapper .bx-next {
	right: -20px;
	_right:-20px;
	background: url(/common/img/index/bg_slidenext.gif) no-repeat;
}



.bx-wrapper .bx-prev:hover {
}

.bx-wrapper .bx-next:hover {
}

.bx-wrapper .bx-controls-direction a {
	display:block;
	position: absolute;
	top: 0;
	margin-top: 0px;
	/*outline: 0;*/
	width: 20px;
	height: 100%;
	z-index: 50;
	background-position:left 50%;
}

/* for firefox only リンクフォーカスバグ対応 */
@-moz-document url-prefix() {
	.bx-wrapper .bx-controls-direction a {
		top: 1px;
		overflow: hidden;
		height: 99%;
		margin-left: 1px;
	}
}

.bx-wrapper .bx-controls-direction a.bx-prev {
/*
	border-right:2px solid #ffffff;
*/
	text-indent: -9999px; 
}

.bx-wrapper .bx-controls-direction a.bx-next {
/*
	border-left:2px solid #ffffff;
*/
	text-indent: -9999px; 
}

html*.bx-wrapper .bx-controls-direction a {
	height:252px !important;
}


/*
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 0;
	margin-top: 0px;
	outline: 0;
	width: 35px;
	height:0px !important;
	height : 330px;
	padding-top:330px;
	overflow:hidden;
	z-index: 50;
}
*/

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* 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;
}



/************************************************************************************
smaller than 960 TB
*************************************************************************************/
@media screen and (max-width: 960px) {
.index .bx-wrapper {
	max-width: 100% !important;
	margin-right: 28px;
	margin-left: 28px;
}
.bx-wrapper .bx-prev {
	left: -28px;
	background: url(/common/img/index/bg_slideprev_l.gif) no-repeat;
}
.bx-wrapper .bx-next {
	right: -28px;
	_right:-28px;
	background: url(/common/img/index/bg_slidenext_l.gif) no-repeat;
}
.bx-wrapper .bx-controls-direction a {
	width: 56px;
}
.index .sliderInner {
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 40px;
}

}

/************************************************************************************
smaller than 640 SP
*************************************************************************************/
@media screen and (max-width: 640px) {
.index .bx-wrapper {
	margin-right: 20px;
	margin-left: 20px;
}
.bx-wrapper .bx-prev {
	left: -20px;
}
.bx-wrapper .bx-next {
	right: -20px;
	_right:-20px;
}
.bx-wrapper .bx-pager {
	right: auto;
	left: auto;
	position: relative;
	bottom: 30px;
}

}
