/* @override http://localhost/bxslider_v3_plugin/css/styles.css */

/*
 * To change the color scheme of slider change each
 * background property for each of the five styles below
 */

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

#bx-wrap{
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	height: auto;
	background:url(../images/slidetop_bg.jpg) no-repeat 0 0;
}
.bx-window{
	width: 70% !important;
	margin:0 auto;
	padding:0;
    height: auto;
	overflow:hidden;
}
#slider ul{margin:0 auto;padding:0;text-align:center;}
#slider li{
	float: left;
	width: 100%;
	height: auto;
	padding: 0 ;
	margin: 0;
	overflow:hidden;
}

.sPost{
	/*height: 680px;*/
	height:476px;
	position: relative;
	top:-1px;
	padding: 0 0 0 0px;
	margin:  auto auto;
	overflow:hidden !important;
	background:#fafafa;
}
.sPost a{
	height: auto;
	color: #fff;
	text-indent: -9999px;
	padding: 0;
	margin: 10px 0;
	overflow:hidden !important;
}

.sPost img{width:auto !important; height:476px !important; margin:0 auto !important; display:block; }


/* Navi */
.bx-next {

	position: absolute;
	top: 45%;
	right: 60px;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background:url(next.png) no-repeat 0 0;
}

.bx-prev {
	position: absolute;
	top: 45%;
	left: 65px;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background:url(prev.png) no-repeat 0 0;
}

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



.bx-pager{
	display:table;
	width:auto;
	margin: 20px auto 70px !important;
	left: 0;
	right: 0;
	overflow: hidden;
	vertical-align:middle;
	z-index: 20;
	position: relative;
	float:none;
}
	*:first-child+html .bx-pager{
		margin-top: 50px;
	}

.bx-pager a{
		display: block;
		width: 24px;
		height: 25px;
		float: left;
		color: #fff !important;
		text-align: center;
	/*	line-height: 24px;
		text-decoration: none;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, .8);
		font-family: 'Josefin Sans', sans-serif;*/
		margin: 0 5px;
		border-bottom: none !important;
		background-position: 0 0%;
		background:url(slide_btn2.svg) no-repeat 0 ;
		text-indent: -9999px !important;
	}
	.bx-pager a span{display:none;}


	.bx-pager a:hover,
	.bx-pager a.pager-active{
		background-position: 0 0%;
		background:url(slide_btn1.svg) no-repeat 0 ;
	}


/* 幅610px以下から 微調節
------------------------------------------------------------*/
@media only screen and (max-width: 610px){
.bx-wrapper{margin:auto 20px auto auto !important;width: 100% !important;}

#bx-wrap{
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	height: auto;
	background:url(../images/slidetop_bg.jpg) no-repeat 0 0;
}
.bx-window{
	width: 100% !important;
	margin:0 auto;
	padding:0;
    height: auto;
	overflow:hidden;
	background:#fafafa;
}
#slider ul{margin:0 auto;padding:0;text-align:center;}
#slider li{
	float: left;
	width: 100%;
	height: auto;
	padding: 0 ;
	margin: 0;
	overflow:hidden;
}
/* Navi */
.bx-next {
	position: absolute;
	top: 45%;
	left: 5px;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background:url(gray_prev.png) no-repeat 0 0;
}

.bx-prev {
	position: absolute;
	top: 45%;
	right: 10px;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background:url(gray_next.png) no-repeat 0 0;
}

/*.sPost img{width:100% !important;height:auto !important;}*/
.sPost img{width:auto !important; height:auto !important; margin:0 auto !important; display:block; }

}