@charset "UTF-8";
/* フェイダー */
#fader_wrapper {
  background-color: #fff;
  height: 450px;
  position: relative;
  margin-bottom: 30px;
}
#fader {
  width: 700px;
  height: 450px;
  position: absolute;
  left: 50%;
  margin-left: -350px;
  z-index: 10;
}
#fader li {
  width: 700px;
  height: 450px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#fader_ctrl {
  position: absolute;
  bottom: 6px;
  left: 50%;
  z-index: 20;
  opacity: .4;
}
#fader_ctrl:hover {
  opacity: 1;
}
#fader_ctrl li {
  cursor: pointer;
  color: #fff;
  display: block;
  width: 12px;
  height: 12px;
  float: left;
  padding: 3px;
}
#fader_ctrl li.active {
  color: #900;
  cursor: default;
}
