/*===============================================
●画面の横幅が641px以上
===============================================*/
@media screen and (min-width : 640px ){
#pc------------------------------------------- {
}
.bx-wrapper {
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	padding: 0;
	*zoom: 1;
	height: 386px;
}
.bx-wrapper img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.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/index/arrow_prev.png);
	width: 37px;
	height: 58px;
	position: absolute;
	left: -40px;
	top: 335px;
	padding-left: 10px;
	padding-right: 10px;
}
.bx-wrapper .bx-next {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../images/index/arrow_next.png);
	width: 37px;
	height: 58px;
	position: absolute;
	right: -67px;
	top: 335px;
	padding-left: 10px;
	padding-right: 10px;
}

/* 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 {
	padding: 0px;
	margin-top: -40px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	position: relative;
	z-index: 99999;
}

.bx-pager a {
	text-indent: -9999px;/*数字表示をブラウザ外に押しやる*/
	display: block;
	margin: 0 5px;
	margin-top: 20px;
	float: left;
	width: 82px;
	height: 8px;
	background-image: url(../images/index/pageroff.png);
}
.bx-pager a:hover,
.bx-pager a.active {
	width: 82px;
	height: 8px;
	background-image: url(../images/index/pageron.png);
}
.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-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: -10px;
	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/index/arrow_prev.png);
	width: 26px;
	height: 50px;
	position: absolute;
	z-index: 99;
	left: 10px;
	top: 60px;
	background-size: 10px auto;
}
.bx-wrapper .bx-next {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../images/index/arrow_next.png);
	width: 26px;
	height: 50px;
	position: absolute;
	z-index: 999999;
	right: 0px;
	top: 60px;
	background-size: 10px auto;
}

/* PAGER */
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	margin-top: 0px;
	outline: 0;
	width: 26px;
	height: 30px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-pager a {
	text-indent: -9999px;/*数字表示をブラウザ外に押しやる*/
	display: block;
	margin: 0 5px;
	margin-top: -30px;
	float: left;
	z-index: 999;
	position: relative;
	width: 40px;
	height: 6px;
	background-image: url(../images/index/pageroff.png);	
}
.bx-pager a:hover,
.bx-pager a.active {
	width: 40px;
	height: 6px;
	background-image: url(../images/index/pageron.png);	
}
.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------------------------------------------- {
}
.bx-wrapper .bx-prev {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../images/index/arrow_prev.png);
	width: 26px;
	height: 50px;
	position: absolute;
	z-index: 99;
	left: 10px;
	top: 40px;
	background-size: 10px auto;
}
.bx-wrapper .bx-next {
	background-repeat: no-repeat;
	background-position: top 0px right 10px;
	background-image: url(../images/index/arrow_next.png);
	width: 26px;
	height: 50px;
	position: absolute;
	z-index: 999999;
	right: 0px;
	top: 40px;
	background-size: 10px auto;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*disp
}
}
