/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * 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 {
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	height:auto;
	display: block;
	margin:0 auto;
}

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

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

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../image/common/bx_image/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 5%;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-pager{
	position:absolute;
	bottom:10px;
	left:50%;
	margin-left:345px;
	z-index:100;
}

.bx-pager-item{
	float:left;
	margin:0 5px 0 0;
}

a.bx-pager-link{
	width:25px;
	height:3px;
	background:#CCC;
	text-indent:-9999px;
	display:block;
	outline: none;
}
a.bx-pager-link.active{background:#052D99;}

/* DIRECTION CONTROLS (NEXT / PREV) */

a.bx-prev, a.bx-next{
	width: 81px;
	height: 30px;
	outline: 0;
	text-indent: -9999px;
	position: absolute;
	top: 47%;
	z-index: 100;
}

a.bx-prev {
	background: url(../image/common/bx_image/bx_prev.png) no-repeat 0 0;
	left:50%;
	margin-left:-490px;
}
a.bx-next {
	background: url(../image/common/bx_image/bx_next.png) no-repeat 0 0;
	right:50%;
	margin-right:-490px;
}


/* 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: 10px;
	height: 11px;
	outline: 0;
	background: url(../image/common/bx_image/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

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

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

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

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


#mainimage_in li{
	width:100%;
	height:350px;
}


#mainimage li.mainimage01{background:url(../image/mainimage01.jpg) no-repeat center top;}
#mainimage li.mainimage02{background:url(../image/mainimage02.jpg) no-repeat center top;}
#mainimage li.mainimage03{background:url(../image/mainimage03.jpg) no-repeat center top;}
#mainimage li.mainimage04{background:url(../image/mainimage04.jpg) no-repeat center top;}
#mainimage li.mainimage05{background:url(../image/mainimage05.jpg) no-repeat center top;}
#mainimage li.mainimage06{background:url(../image/mainimage06.jpg) no-repeat center top;}

#mainimage li.mainimage06_sp{	
display: none;	
}	
@media only screen and (max-width: 1000px) {	
#mainimage li.mainimage06{	
display: none;	
}	
#mainimage li.mainimage06_sp {	
display: block;	
background: url(../image/mainimage06_sp.jpg) no-repeat center top;	
padding: 32.9% 0 0 0;	
background-size: 100%;	
margin-top: 65px;	
}	
#mainimage{	
height: auto;	
margin-bottom: 20px;	
}	
#mainimage_in li{	
height: auto;	
}	
}