@charset "UTF-8";
.bb_fade_slider {
  display: block;
  position: relative;
  list-style: none;
  overflow: hidden;
}

.bb_fade_slider > * {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.bb_fade_slider > * span {
  position: relative;
  height: inherit;
}

.bb_fade_slider > * .caption {
  position: absolute;
  bottom: -100px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  color: #FFF;
  width: 100%;
}

.bb_fade_slider > * :first-child {
  opacity: 1;
}

.bb_fade_slider > * .img_item {
  width: 100%;
  height: auto;
}

/*�T���l�C���y�[�W���[*/
.ncbb_vs_thum {
  overflow: hidden;
  position: absolute;
  height: inherit;
  width: 128px;
  right: 12.5%;
  bottom: 3%;
}

.thum_wrap {
  display: block;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
  padding: 0;
  margin: 0;
}

.thum_wrap:after {
  display: block;
  content: '.';
  height: 0;
  visibility: hidden;
  clear: both;
}

.thum_wrap .thum {
  display: inline-block;
  float: left;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #000;
  opacity: .2;
  margin: 0 10px;
}

.thum_wrap .current {
  opacity: 1;
  background: #f8655e;
}
/*# sourceMappingURL=style_slide.css.map */