@charset "utf-8";
/* CSS Document */

/*スライダー*/

#top-item {
	height: auto;
	margin: 40px auto 0;
  max-width: 100%;
  width: 1180px;
}

#item-carousel > div　{
  height: 400px;
  overflow: hidden;
  position: relative;
  width: 1000px;
}

#item-slider {
  height: 400px;
  margin: 0 auto;
  opacity: 1;
  overflow: hidden;
  position: relative;
  width: 940px;
}

#item-carousel {
  background: #fff;
  height: 360px;
  overflow: hidden;
  width: 1280px;
  zoom: 1;
}

#item-carousel li {
  float: left;
  height: 460px;
  margin-left: 22px;
  position: relative;
  width: 190px;
}

#item-carousel li:hover {
  opacity: 0.8;
}

#item-carousel li a {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#item-carousel li p {
  margin: 10px 0;
  text-align: center;
}

#item-carousel li p.item-txt {
  text-align: left;
}

#item-prev, #item-next {
  background-color: #fff;
  display: block;
  height: 300px;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 50%;
  zoom: 1;
}

#item-prev:hover, #item-next:hover {
  background-color: #fff;
  opacity: 0.4;
  zoom: 1;
}

#item-prev {
  width: 2%;
  /* スライドする画像の横半分の値 */
}

#item-next {
  right: 0px;
  width: 2%;
  /* スライドする画像の横半分の値 */
}

#item-prev img {
  position: absolute;
  right: 0;
  top: 140px;
}

#item-next img {
  left: 0;
  position: absolute;
  top: 140px;
}

/*# sourceMappingURL=slide.css.map */