/**
 * 2018niigata.uc
===================================*/
.bx-wrapper{
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img{
	max-width: 100%;
	width: 100%;
	display: block;
	margin: auto;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}
/* LOADER */
.bx-wrapper .bx-loading{
	min-height: 50px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager{
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}
.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: rgba(255,255,255,0.3);
	text-indent: -9999px;
	display: block;
	width: 13px;
	height: 13px;
	border-radius: 13px;
	margin: 0 12px;
	outline: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #fff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev{
	left: -50px;
	background: url(../img/arrow-slide-left.png) 0 0 no-repeat;
    transition: 0.6s;
}
.bx-wrapper .bx-next{
	right: -60px;
	background: url(../img/arrow-slide-right.png) 0 0 no-repeat;
    transition: 0.6s;
}

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

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

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

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

/* AUTO CONTROLS (START / STOP) */

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

.bx-wrapper .bx-controls-auto .bx-start{
	display: block;
	background: url(img/common/icon-play.svg) no-repeat;
	text-indent: -9999px;
	width: 8px;
	height: 12px;
	outline: 0;
	margin: 0 15px 0 0;
}

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

.bx-wrapper .bx-controls-auto .bx-stop{
	display: block;
	background: url(img/common/icon-stop.svg) no-repeat;
	text-indent: -9999px;
	width: 9px;
	height: 10px;
	outline: 0;
	margin: 0;
}

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

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

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

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{
	right: 0;
	width: 50px;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto{
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.bx-pager{
	display: block;
	position: absolute;
	bottom: 0px;
	text-align: center;
	height: 14px;
	width: auto !important;
	padding: 16px 0 16px 80px;
	background: rgba(0,0,0,0.0);
}
/*----------------------------------------------------------------------------
	1024
-------------------------------------------------------------------------*/
@media screen and (max-width: 1190px) {
.bx-wrapper .bx-prev{
	left: 0px;
	background: none;
}
.bx-wrapper .bx-next{
	right: 0px;
	background: none;
}

}

/*----------------------------------------------------------------------------
	960
-------------------------------------------------------------------------*/
@media screen and (max-width: 960px) {
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto{
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.bx-pager{
	display: block;
	position: absolute;
	bottom: 0px;
	text-align: center;
	height: 18px;
	width: auto !important;
	padding: 16px 0 16px 40px;
	background: rgba(0,0,0,0.0);
}
}
/*----------------------------------------------------------------------------
880
-------------------------------------------------------------------------*/
@media screen and (max-width: 880px) {
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto{
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.bx-pager{
	display: block;
	position: absolute;
	bottom: 6px;
	text-align: center;
	height: 12px;
	width: auto !important;
	padding: 14px 330px 16px 324px;
	background: none;
}
}
/*------------------------------------------------------------------------------
	780
-------------------------------------------------------------------------------*/
@media screen and (max-width: 780px) {
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto{
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.bx-pager{
	display: block;
	position: absolute;
    left: 0px;
	bottom: 0px;
	text-align: center;
	height: none;
	width: auto !important;
	padding: 16px 310px 15px 310px;
}
}

@media screen and (max-width: 736px) {
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto{
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.bx-pager{
	display: block;
	position: absolute;
    left: 0px;
	bottom: 0px;
	text-align: center;
	height: none;
	width: auto !important;
	padding: 16px 0px 15px 260px;
}
}
/*-----------------------------------------------------------------
680
---------------------------------------------------------------------*/
@media screen and (max-width: 680px) {
.bx-pager{
	display: block;
	position: absolute;
	bottom: 10px;
	height: none;
	width: auto !important;
    padding: 14px 226px 17px 226px;
}
}
/*------------------------------------------------------------
	480
---------------------------------------------------------------*/
@media screen and (max-width: 480px) {
.bx-pager{
	display: block;
	position: absolute;
	bottom: 10px;
	height: none;
	width: auto !important;
	padding: 14px 0px 17px 130px;
}
}
/*------------------------------------------------------------
	420
---------------------------------------------------------------*/
@media screen and (max-width: 420px) {
.bx-pager{
	display: block;
	position: absolute;
	bottom: 10px;
	height: none;
	width: auto !important;
	padding: 14px 0px 17px 132px;
}
}
/*------------------------------------------------------------
	400
---------------------------------------------------------------*/
@media screen and (max-width: 400px) {
.bx-pager{
	display: block;
	position: absolute;
	bottom: 10px;
	height: none;
	width: auto !important;
	padding: 14px 0px 17px 110px;
}