/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

/*******---------- カスタマイズ -------------*******/

.rslides_container {
  margin-bottom: 0px;
  position: relative;
  float: left;
  width: 100%;
  }

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 37%;
  left: 3%;
  opacity: 0.5;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 50px;
  width: 25px;
  background: transparent url("../images/slide_pre.png") no-repeat left top;
  }

.centered-btns_nav:hover {  opacity: 1.0;  }
.centered-btns_nav:active {  opacity: 1.0;  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 3%;
  }


/* ====== スマートフォン用の設定 ====== */

@media only screen and (max-width:599px) {
.centered-btns_nav {
  position: absolute;
  top: 57%;
  left: 1.5%;
	}
.centered-btns_nav.next {
  right: 1.5%;
  }
}
