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



.bx-wrapper img {
	max-width: 100%;
	display: block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 4vw;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
	left: 0px;
	background: #fff;
	
}

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

/* PAGER */

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

.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 {
	background: #ccc;
	text-indent: -9999px;
	/*display: block;*/
	display: none;
	width: 10px;
	height: 10px;
	margin: 20px 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

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

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:24px 44px;
	z-index:0;
}

.bx-wrapper .bx-next {
	right: 10px;
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:24px 44px;
	z-index:0;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

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

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

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

/* AUTO CONTROLS (START / STOP) */

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

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 28px;
	height: 44px;
	outline: 0;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 28px;
	height: 44px;
	outline: 0;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
}

/* 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;
}


div.slider {
    width:100%;
    display:block;
    margin:0px auto 40px auto;
}
ul.bxslider{
	text-align:center;
    width:100%;
}
ul.bxslider li{
    width:100%;
    height:707px;
	text-align:center;
}
 
ul.bxslider li img{
    display:block;
    width:100%;
    height:auto;
	margin-left:auto;
	margin-right:auto;
}
#bx-pager {
	width:100%;
	text-align:center;
}

#bx-pager li{
    display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    width:80px;
    height:80px;
	vertical-align:middle;
	position: relative;
	overflow:hidden;
	margin-right:10px;
	margin-top:5px;
	background:url(images/none.png) no-repeat;
}
#bx-pager li:last-child{
	margin-right:0;
}
#bx-pager a:hover,
#bx-pager a.active {
	/*background:url(images/active.png) no-repeat;
	position:relative;
	z-index:1000;
	background-size:100% auto;*/
	border:2px solid #d4d900;
	box-sizing:border-box;
}
#bx-pager li a {/*サムネイル*/
    width:80px;
    height:80px;
    display:block;
}
 
#bx-pager li a img{/*サムネイルの画像*/
	width:225px;
	overflow:hidden;
	position:absolute;
	vertical-align:auto;
	top: 85%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	height:auto;
	z-index:-1;
}
 
div.controlWrap {
    width:100%;
    display:block;
    position:relative;
    margin:0 auto;
}


