/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * https://33083277-ba88-48b2-a31e-e765429f2e23.p.bardy.io
 *
 * Written by: Steven Wanderski, 2014
 * https://c50b425e-53ff-43a0-9ccf-c178d1637853.p.bardy.io
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * https://93cf5aa5-b59e-479e-8ad4-8566393df0f4.p.bardy.io
 */



.image-bloc {
	width: 100%;
	height: 400px;
	overflow: hidden;
	margin: -5px 0px 20px;
	border-bottom: 3px solid #000;
}

.image-bloc .slide_all {width: 760px; margin: 0 auto; height: 400px; position: relative;}
.image-bloc .slide_wrap {width: 2280px; position: absolute; left: 50%; margin-left: -1140px;}
.image-bloc .slide_body {width: 100%;}
.image-bloc .slide {
	width: 760px;
}
.image-bloc .slide img {width: 100%; vertical-align: bottom;}

/* 装飾 */
.image-bloc .bx-controls-direction,.bx-pager {text-align: center;height: 0px; width: 100%;}
.image-bloc .bx-controls-direction a,.bx-pager-item {display: inline-block;}
.image-bloc .bx-pager-item a{display: block; height: 10px; width: 10px; text-indent: -9999px; background: #fff; border-radius: 10px; margin:10px 2px 0 2px;}
.image-bloc .bx-pager-item a.active {opacity: 0.3;}
.image-bloc .bx-controls {position: absolute;top: 0px;z-index: 100;width: 100%;}
/* 追加 */
.image-bloc .slide{
	transition:all .3s;
	opacity:.2;
	margin: 0px 0px 0px 0px;
}
.image-bloc .slide.active{ opacity:1;}

/* DIRECTION CONTROLS (NEXT / PREV) */

.image-bloc .bx-controls {
	height: 0px;
}

.image-bloc .bx-wrapper .bx-prev {
	margin-right: 380px;
	background: url(images/controls_prev.png) no-repeat 0 0px;
}

.image-bloc .bx-wrapper .bx-next {
	margin-left: 380px;
	background: url(images/controls_next.png) no-repeat 0 0px;
}

.image-bloc .bx-wrapper .bx-prev:hover {
	background-position: 0 -80px;
}

.image-bloc .bx-wrapper .bx-next:hover {
	background-position: 0 -80px;
}

.image-bloc .bx-wrapper .bx-controls-direction a {
	margin-top: 160px;
	outline: 0;
	width: 32px;
	height: 80px;
	text-indent: -9999px;
}

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



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

#bx_bg {
	height: 400px;
	margin: -5px 0px 0px;
	position: relative;
	z-index: 90!important;
}
 
#bx_bg .left {
	float:left;
	height: 400px;
	width: 50%;
	margin: 0px 0px 0px;
	background: url(images/bx_bg_left.png) no-repeat center;
	z-index: 90!important;
}

#bx_bg .right {
	float:left;
	height: 400px;
	width: 50%;
	margin: 0px 0px 0px;
	background: url(images/bx_bg_right.png) no-repeat center;
	z-index: 90!important;
}

#bx_bg .center {
	float:left;
	height: 400px;
	width: 760px;
	margin: 0px 0px 0px;
}



#bx_bg ul{
	display:table;
	table-layout: fixed;
	width:100%;
}

#bx_bg li{
	display: table-cell;
	text-indent: -9999px;
	height: 400px;
}

#bx_bg li:nth-child(1) {
	background: url(images/bx_bg_left.png) no-repeat center;
}

#bx_bg li:nth-child(2) {
	width: 800px;
}

#bx_bg li:nth-child(3) {
	background: url(images/bx_bg_right.png) no-repeat center;
}



#image-bloc {
	height: 400px;
	margin: -5px 0px 40px;
	border-bottom: 3px solid #000;
}
 
#image-bloc .bx-viewport {
  overflow: visible!important;
  width: 1002px!important;
}
 
#image-bloc .main-container {
  overflow: hidden;
  padding-bottom: 0px;
}
 
#image-bloc .slider {
  list-style: none;
  margin: 0;
  padding: 0;
}
 
#image-bloc .slider li {
	width: 760px!important;
	margin: 0px 0px 0px 0px!important;
	padding: 0;
}

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

#image-bloc .bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
	width: 760px!important;
}

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

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

#image-bloc .bx-wrapper .bx-viewport {
}

#image-bloc .bx-wrapper .bx-pager,
#image-bloc .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

#image-bloc .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 */

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

#image-bloc .bx-wrapper .bx-pager .bx-pager-item,
#image-bloc .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

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

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

/* AUTO CONTROLS (START / STOP) */

#image-bloc .bx-wrapper .bx-controls-auto {
	text-align: center;
}

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

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

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

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

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

#image-bloc .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

#image-bloc .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

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

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