/**
 * 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 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	display: block;
}

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

.bx-wrapper .bx-viewport {
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	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;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-controls {
	width: 1000px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0 0 0 -600px;
}

				/* 【タブレット用のスタイル記述】 */
				@media screen and (max-width: 960px) and (min-width: 621px) {
					.bx-wrapper .bx-controls {
						width: 768px;
						margin: 0 0 0 -384px;
					}
				}

.bx-wrapper .bx-prev {
	left: 40px;
	background: url(images/main_icon01.png) no-repeat left top;
}

.bx-wrapper .bx-next {
	right: 40px;
	background: url(images/main_icon02.png) no-repeat left top;
}

.bx-wrapper .bx-prev:hover {
	opacity: 0.5;
}

.bx-wrapper .bx-next:hover {
	opacity: 0.5;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 20px;
	height: 35px;
	text-indent: -9999px;
	z-index: 9999;
}

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