@charset 'UTF-8';

.slick-loading .slick-list {
  background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}

.slick-slide img {
  max-width: 100%;
  height: auto;
}

/*
.slick-prev,
.slick-next {
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev {
  background: url(../img/works-photo-prev1.png) left top / 100% no-repeat;
  display: block;
  position: absolute;
  bottom: -30px;
  right: 120px;
  width: 60px;
  height: 60px;
  z-index: 98;
}

.slick-next {
  background: url(../img/works-photo-next1.png) left top / 100% no-repeat;
  display: block;
  position: absolute;
  bottom: -30px;
  right: 40px;
  width: 60px;
  height: 60px;
  z-index: 99;
}

.slick-prev:hover { background: url(../img/works-photo-prev2.png) left top / 100% no-repeat; }
.slick-next:hover { background: url(../img/works-photo-next2.png) left top / 100% no-repeat; }

@media screen and (max-width: 480px) {
  .slick-prev { width: 40px; height: 40px; bottom: -20px; right: 80px; }
  .slick-next { width: 40px; height: 40px; bottom: -20px; right: 20px; }
}
*/