.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bxslider img {
	margin:0 auto;
	display:block;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../images/tour/arrow_prev.png);
	width: 26px;
	height: 121px;
	position: relative;
	left: 20px;
	top: 390px;
}
.bx-wrapper .bx-next {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../images/tour/arrow_next.png);
	width: 26px;
	height: 121px;
	position: relative;
	right: 20px;
	top: 390px;
}

/* PAGER */
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	margin-top: -162px;
	outline: 0;
	width: 26px;
	height: 121px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-pager a {
	background: #666;
	text-indent: -9999px;/*数字表示をブラウザ外に押しやる*/
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	margin-top: 20px;
	-moz-border-radius: 5px;/*角丸指定 四隅を丸くすることで10pxの●に*/
	-webkit-border-radius: 5px;/*角丸指定*/
	border-radius: 5px;/*角丸指定*/
	float: left;
}
.bx-pager a:hover,
.bx-pager a.active {
	background: #000;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

/*===============================================
●画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
	
/*===============================================
●sp
===============================================*/
#sp640------------------------------------------- {
}
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bxslider img {
	margin:0 auto;
	display:block;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../images/tour/arrow_prev.png);
	width: 26px;
	height: 121px;
	position: relative;
	left: 2%;
	top: 65%;
}
.bx-wrapper .bx-next {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../images/tour/arrow_next.png);
	width: 26px;
	height: 121px;
	position: relative;
	right: 2%;
	top: 65%
}

/* PAGER */
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	margin-top: -162px;
	outline: 0;
	width: 26px;
	height: 121px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-pager a {
	background: #666;
	text-indent: -9999px;/*数字表示をブラウザ外に押しやる*/
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	margin-top: 2%;
	-moz-border-radius: 5px;/*角丸指定 四隅を丸くすることで10pxの●に*/
	-webkit-border-radius: 5px;/*角丸指定*/
	border-radius: 5px;/*角丸指定*/
	float: left;
}
.bx-pager a:hover,
.bx-pager a.active {
	background: #000;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*disp
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp
===============================================*/
#sp400------------------------------------------- {
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../images/tour/arrow_prev.png);
	width: 26px;
	height: 121px;
	position: relative;
	left: 2%;
	top: 75%;
}
.bx-wrapper .bx-next {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../images/tour/arrow_next.png);
	width: 26px;
	height: 121px;
	position: relative;
	right: 2%;
	top: 75%
}
}