@font-face {
  font-family: 'Fjalla One';
  src: url('/common/font/fjallaone-regular.eot');
  src: url('/common/font/fjallaone-regular.eot?#iefix') format('embedded-opentype'), url('/common/font/fjallaone-regular.woff') format('woff'), url('/common/font/fjallaone-regular.ttf') format('truetype'), url('/common/font/fjallaone-regular.svg#fjalla_oneregular') format('svg');
}
/* ==========================================================================
   Details
   ========================================================================== */
/* Example title
  ========================================================================== */
.example-title {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #e7e8ea;
}
.example-title + p,
.example-title + div,
.example-title + section,
.example-title + ul,
.example-title + ol,
.example-title + dl {
  margin-top: 0;
}
.example-title > p {
  display: inline-block;
  line-height: 1.3;
  font-size: 1.6em;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .example-title > p {
    display: block;
    font-size: 1.5em;
  }
}
.example-title_lavel {
  margin-top: 0;
  font-weight: bold;
}
.example-title_lavel span {
  display: inline-block;
  padding: 8px 10px;
  background-color: #fff;
}
.example-title_date {
  margin: 0 0 0 20px;
  color: #999;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .example-title_date {
    margin: 8px 0 0 0;
  }
}
.example-title_address {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .example-title_address {
    margin: 8px 0 0 0;
  }
}
/* Image box
  ========================================================================== */
.image-box {
  width: 800px;
  margin: 25px auto 0;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .image-box {
    width: auto;
  }
}
.image-box_main-image_wrap {
  position: relative;
}
.image-box_main-image {
  position: relative;
  width: 800px;
  height: 600px;
}
.image-box_main-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .image-box_main-image {
    width: auto;
    height: 225px;
  }
}
.image-box_controlls .image-box_controlls_prev,
.image-box_controlls .image-box_controlls_next {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 27px;
  height: 52px;
  margin: auto 0;
  background-size: 100%;
  cursor: pointer;
}
.image-box_controlls .image-box_controlls_prev:hover,
.image-box_controlls .image-box_controlls_next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.image-box_controlls .image-box_controlls_prev {
  left: -80px;
  background-image: url(/works/img/details_arrow01.png);
}
.image-box_controlls .image-box_controlls_next {
  right: -80px;
  background-image: url(/works/img/details_arrow02.png);
}
@media screen and (max-width: 768px) {
  .image-box_controlls .image-box_controlls_prev,
  .image-box_controlls .image-box_controlls_next {
    width: 15px;
    height: 29px;
  }
  .image-box_controlls .image-box_controlls_prev:hover,
  .image-box_controlls .image-box_controlls_next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .image-box_controlls .image-box_controlls_prev {
    left: 10px;
  }
  .image-box_controlls .image-box_controlls_next {
    right: 10px;
  }
}
.image-box_list {
  margin-top: 28px;
  padding: 0 23px;
  font-size: 0;
  text-align: center;
}
.image-box_list > li {
  display: inline-block;
  width: 104px;
  height: 79px;
  margin-left: 26px;
  font-size: 1.4em;
  background-color: #000;
}
.image-box_list > li:first-child {
  margin-left: 0;
}
.image-box_list > li a {
  display: block;
  position: relative;
  height: 100%;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.image-box_list > li a:hover,
.image-box_list > li a.is-current {
  border-color: #138ff7;
}
.image-box_list > li a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .image-box_list {
    margin: 18px 0 0 -16px;
    padding: 0 14px;
  }
  body:not(.non-responsive) .image-box_list > li {
    width: 80px;
    height: 61px;
    margin: 16px 0 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  body:not(.non-responsive) .image-box_list > li:first-child {
    margin-left: 16px;
  }
  body:not(.non-responsive) .image-box_list > li:nth-child(-n+3) {
    margin-top: 0;
  }
}
