#slider {
	position: relative;
	margin: 0 auto;
}

/*boot strap対応*/
#slider ul  {
	margin:0!important;
}

.bx-next {
	bottom: 27px;
	right: 40px;
	background: url(/promotion/slider/slider-right.png) no-repeat;
}

.bx-prev {
	bottom: 27px;
	left: 40px;
	background: url(/promotion/slider/slider-left.png) no-repeat;
}

.bx-prev, .bx-next {
	display: none;
}

.bg_img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.bg_img ul li img {
	width: 100%;
}

.bx-pager {
	margin: 2px auto 0;
	width: 362px;
}
*:first-child+html .bx-pager {
	width: 362px;
} 
*+html .bx-pager {
	width: 362px;
}

.bx-pager a {
	display:block;
	width: 114px;
	padding: 24px 0 0;
	height: 50px;
	background: url(/common/img/promotion/promo_bg_off.png) no-repeat center bottom;
	line-height: 18px;
	font-size: 12px;
	color: #FFAC1D;
	text-align:center;
}

.bx-pager a.active {
	background: url(/common/img/promotion/promo_bg_on.png) no-repeat center bottom;
	color: #FFF;
}

/*隙間を無効化してから隙間を設定する*/
.bx-pager {
  letter-spacing: -.40em;
}
.bx-pager a {
	display: inline-block;
	font-weight: bold;
	width: 114px;
	padding: 24px 0 0;
	height: 50px;
	margin-right: 5px;
	letter-spacing: 0.1em;
	*display: inline;
	*zoom: 1;
}

html.lt-ie8 .bx-pager a {
	margin-right: 0;
}

.bx-pager a.thumb-edge {
	display: inline-block;
	width: 114px;
	padding: 24px 0 0;
	height: 50px;
	margin-right: 0;
	letter-spacing: 0.1em;
	*display: inline;
	*zoom: 1;
}

@media screen and (max-width: 950px) {

.bx-next {
	right: 0px;
}

.bx-prev {
	left: 0px;
}

}

@media screen and (max-width: 800px) {

.bx-pager {
	margin: 2px auto 0;
	width: 100%;
}
*:first-child+html .bx-pager {
	width: 100%;
} 
*+html .bx-pager {
	width: 100%;
}

.bx-pager a,
.bx-pager a.thumb-edge {
	width: 24%;
	font-size:90%;
}

.bx-pager {
	height: 50px;
}

.bx-next,
.bx-prev {
	display: none;
}

}