@charset "UTF-8";
/* * * * * * * * * * * * * * * * * *
 bxslider.css
* * * * * * * * * * * * * * * * * */

.bx-wrapper {
  position: relative;
}

.bx-pager {
  text-align: center;
  padding: 15px 0 0;
}

.bx-pager-item,
.bx-pager-item a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.bx-pager-item {
  margin: 0 8px;
}

.bx-pager-item a {
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  border: 1px solid #95758A;
  background: transparent;
  z-index: 10;
}

.bx-pager-item a.active {
  background: #95758A;
}

.bx-controls-direction a {
  display: block;
  width: 22px;
  height: 62px;
  position: absolute;
  top: 50%;
  margin-top: -31px;
  text-indent: -9999px;
}

/*
.bx-controls-direction a.bx-prev {
	background: url(../img/common/btn_prev.png) 0 0 no-repeat;
	left: 30px;
}

.bx-controls-direction a.bx-next {
	background: url(../img/common/btn_next.png) 0 0 no-repeat;
	right: 30px;
}
*/

@media screen and (max-width: 656px) {
  .bx-pager-item a {
    width: 8px;
    height: 8px;
  }
}

/* カスタマイズ */
#game .bx-wrapper {
  padding-top: 7%;
}

#game .bx-controls {
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}