@media screen and (max-width: 900px) {
  .detail_slider {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    float: none;
    clear: both;
    margin: 0 auto 5px auto;
  }
  .detail_slider .detail_item {
    display: block;
    width: 100%;
    height: auto;
  }
  .detail_slider.owl-carousel .owl-item img {
    max-height: none;
    max-width: none;
    width: auto;
    margin: auto;
  }
  body .detail_slider.owl-carousel .owl-next {
    position: absolute;
    top: 0;
    right: 0;
  }
  body .detail_slider.owl-carousel .owl-prev {
    position: absolute;
    top: 0;
    left: 0;
  }
}/*# sourceMappingURL=eidai_detail.css.map */