/**
 * 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 !important;
	margin: 0 auto !important;
	padding: 0 !important;
	*zoom: 1 !important;
}

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

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

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc !important;
	-webkit-box-shadow: 0 0 5px #ccc !important;
	box-shadow: 0 0 5px #ccc !important;
	border:  5px solid #fff !important;
	left: -5px !important;
	background: #fff !important;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0) !important;
	-moz-transform: translatez(0) !important;
    	-ms-transform: translatez(0) !important;
    	-o-transform: translatez(0) !important;
    	transform: translatez(0) !important;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute !important;
	bottom: 0px !important;
	width: 100% !important;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px !important;
	background: #fff !important;
	height: 100% !important;
	width: 100% !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	z-index: 2000 !important;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center !important;
	font-size: .85em !important;
	font-family: Arial !important;
	font-weight: bold !important;
	color: #666 !important;
	padding-top: 20px !important;
}

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

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

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

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	opacity:0.7 !important;
	left: -20px !important;
	background: url(../img/controls_main.png) no-repeat 0 -32px !important;
	transition:left 0.3s ease !important;
	-webkit-transition:left 0.3s ease !important;
	-moz-transition:left 0.3s ease !important;
}

.bx-wrapper .bx-next {
	right: -20px !important;
	background: url(../img/controls_main.png) no-repeat -43px -32px !important;
	transition:right 0.3s ease !important;
	-webkit-transition:right 0.3s ease !important;
	-moz-transition:right 0.3s ease !important;
}

.bx-wrapper .bx-prev:hover {
	opacity:1 !important;
	left: -25px !important;
	background-position: 0 0 !important;
}

.bx-wrapper .bx-next:hover {
	right: -25px !important;
	background-position: -43px 0 !important;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute !important;
	top: 50% !important;
	margin-top: -15px !important;
	outline: 0 !important;
	width: 32px !important;
	height: 32px !important;
	text-indent: -9999px !important;
	z-index: 9999 !important;
}

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

/* AUTO CONTROLS (START / STOP) */

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

.bx-wrapper .bx-controls-auto .bx-start {
	display: block !important;
	text-indent: -9999px !important;
	width: 10px !important;
	height: 11px !important;
	outline: 0 !important;
	margin: 0 3px !important;
}

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

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block !important;
	text-indent: -9999px !important;
	width: 9px !important;
	height: 11px !important;
	outline: 0 !important;
	margin: 0 3px !important;
}

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

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

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

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

/* IMAGE CAPTIONS */

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

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



/*=====================================*/

/* �A�j���X���C�h�o�i�[ bxslider�ݒ� */

/*=====================================*/

.slider_container {
	width: 100% !important;
	/*height: 75% !important;*/
	/*overflow-x: hidden !important;*/
	}
.slider_all {
	width: 320px !important; 
	margin: 0 auto !important; 
	position: relative !important;
	}
.slider_all2 {
	width: 320px !important; 
	margin: 0 auto !important; 
	height: 90px !important; 
	position: relative !important;
	}
.slide {
	width: 320px !important;
	}
.slide img {
	width: 100% !important; 
	vertical-align: bottom !important;
	}
	
/*�y�[�W���[*/
/*---------------------------*/
.slider_wrap .bx-wrapper .bx-pager.bx-default-pager a {
	border: 1px solid #3e3e3e !important;
	background: none !important;
	text-indent: -9999px !important;
	display: block !important;
	width: 6px !important;
	height: 6px !important;
	margin: 0 5px !important;
	outline: 0 !important;
	-moz-border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	border-radius: 50% !important;
}

.slider_wrap .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slider_wrap .bx-wrapper .bx-pager.bx-default-pager a.active {
	border: 1px solid #3e3e3e !important;
	background: #3e3e3e !important;
	}

.slider_wrap .bx-wrapper .bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	 box-shadow: none !important; 
	 border-top:none !important; 
	 border-bottom:none !important; 
	 background: none !important; 
	-webkit-transform: translatez(0) !important;
	-moz-transform: translatez(0) !important;
	-ms-transform: translatez(0) !important;
	-o-transform: translatez(0) !important;
	transform: translatez(0) !important;
}	

/* �A�N�e�B�u�̃o�i�[ */
/*---------------------------*/
.slide{
	transition:all .5s ease !important;
	opacity:0.3 !important;}
.slide.active{ opacity:1 !important;}

	/*�R���g���[���[*/
	/*---------------------------*/
	
	.slider_wrap .bx-wrapper .bx-controls-direction a {
		width: 48px !important;
		height: 48px !important;
	}
	
	.slider_wrap .bx-wrapper .bx-prev {
	opacity: 1.0 !important;
	left: 20px !important;
	background: url(../img/sp_controls_main.png) no-repeat 0 -48px !important;
	transition: left 0.3s ease !important;
	-webkit-transition: left 0.3s ease !important;
	-moz-transition: left 0.3s ease !important;
	}
	
	.slider_wrap .bx-wrapper:hover .bx-prev{
	opacity: 1.0 !important;
	left: 10px !important;
	background: url(../img/sp_controls_main.png) no-repeat 0 -48px !important;
		}
		
	.slider_wrap .bx-wrapper .bx-prev:hover {
	opacity: 1.0 !important;
	background: url(../img/sp_controls_main.png) no-repeat 0 0 !important;
	}
	
	
	.slider_wrap .bx-wrapper .bx-next {
	opacity: 1.0 !important;
	right: 20px !important;
	background: url(../img/sp_controls_main.png) no-repeat -69px -48px !important;
	transition: right 0.3s ease !important;
	-webkit-transition: right 0.3s ease !important;
	-moz-transition: right 0.3s ease !important;
	}
	
	.slider_wrap .bx-wrapper:hover .bx-next{
	opacity: 1.0 !important;
	right: 10px !important;
	background: url(../img/sp_controls_main.png) no-repeat -69px -48px !important;
	}
	
	.slider_wrap .bx-wrapper .bx-next:hover {
	opacity: 1.0 !important;
	background: url(../img/sp_controls_main.png) no-repeat -69px 0 !important;
	}
		
	.slider_wrap:hover img{
		opacity: 1.0 !important;
	}
	
	#swipers .bx-pager{
		display:none;
	}
	
	.slide2 a{
		width:100px;
		text-align:center;
		display:block;
		margin:0 auto;
	}
	.slide2 a p{
		text-align:left;
		padding:5px 0;
		font-size:8px;
		
	}
	#swipers2 .bx-wrapper{
		padding-bottom:20px !important;
	}
	#swipers2{
		height:190px !important;
	}

	/*�R���g���[���[*/
	/*---------------------------*/
	
	#swipers2 .slider_wrap .bx-wrapper .bx-controls-direction a {
		width: 48px !important;
		height: 48px !important;
	}
	
	#swipers2 .slider_wrap .bx-wrapper .bx-prev {
	opacity: 1.0 !important;
	top:170px !important;
	left: 30px !important;
	background: url(../img/sp_controls_main.png) no-repeat 0 -48px !important;
	transition: left 0.3s ease !important;
	-webkit-transition: left 0.3s ease !important;
	-moz-transition: left 0.3s ease !important;
	}
	
	#swipers2 .slider_wrap .bx-wrapper:hover .bx-prev{
	opacity: 1.0 !important;
	left: 20px !important;
	background: url(../img/sp_controls_main.png) no-repeat 0 -48px !important;
		}
		
	#swipers2 .slider_wrap .bx-wrapper .bx-prev:hover {
	opacity: 1.0 !important;
	background: url(../img/sp_controls_main.png) no-repeat 0 0 !important;
	}
	
	
	#swipers2 .slider_wrap .bx-wrapper .bx-next {
	opacity: 1.0 !important;
	top:170px !important;
	right: 30px !important;
	background: url(../img/sp_controls_main.png) no-repeat -69px -48px !important;
	transition: right 0.3s ease !important;
	-webkit-transition: right 0.3s ease !important;
	-moz-transition: right 0.3s ease !important;
	}
	
	#swipers2 .slider_wrap .bx-wrapper:hover .bx-next{
	opacity: 1.0 !important;
	right: 20px !important;
	background: url(../img/sp_controls_main.png) no-repeat -69px -48px !important;
	}
	
	#swipers2 .slider_wrap .bx-wrapper .bx-next:hover {
	opacity: 1.0 !important;
	background: url(../img/sp_controls_main.png) no-repeat -69px 0 !important;
	}
		
	#swipers2 .slider_wrap:hover img{
		opacity: 1.0 !important;
	}
	
