@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :colorbox.css
 style info :モーダルウインドウのスタイル
=================================================================== */
#cboxOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #2d0f00;
}

#colorbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  outline: 0;
}
#colorbox #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  max-width: none;
}
#colorbox #cboxWrapper #cboxTopCenter {
  height: 42px;
}
#colorbox #cboxWrapper #cboxMiddleLeft,
#colorbox #cboxWrapper #cboxBottomLeft {
  clear: left;
}
#colorbox #cboxWrapper #cboxContent {
  background-color: #000;
  border: 1px solid #ffe9a1;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
  overflow: auto;
  margin-bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .cboxIframe {
  background: #000;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .cboxPhoto {
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}
#colorbox #cboxWrapper #cboxContent #cboxTitle {
  color: #949494;
  text-align: center;
  width: 0%;
  margin: 0;
  position: absolute;
  bottom: 4px;
  left: 0;
}
#colorbox #cboxWrapper #cboxContent #cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
  display: none !important;
}
#colorbox #cboxWrapper #cboxContent #cboxPrevious,
#colorbox #cboxWrapper #cboxContent #cboxNext,
#colorbox #cboxWrapper #cboxContent #cboxClose,
#colorbox #cboxWrapper #cboxContent #cboxSlideshow {
  cursor: pointer;
  border: 0;
  padding: 0;
}
#colorbox #cboxWrapper #cboxContent #cboxPrevious:active,
#colorbox #cboxWrapper #cboxContent #cboxNext:active,
#colorbox #cboxWrapper #cboxContent #cboxClose:active,
#colorbox #cboxWrapper #cboxContent #cboxSlideshow:active {
  outline: 0;
}
#colorbox #cboxWrapper #cboxContent button {
  position: absolute;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
}
@media screen and (min-width: 751px) {
  #colorbox #cboxWrapper #cboxContent button {
    top: 50%;
    width: 54px;
    height: 101px;
    margin-top: -70px;
  }
}
@media screen and (max-width: 767px) {
  #colorbox #cboxWrapper #cboxContent button {
    top: 102%;
    width: 8vw;
    height: 15vw;
  }
}
@media screen and (min-width: 751px) {
  #colorbox #cboxWrapper #cboxContent button#cboxPrevious {
    left: -80px;
  }
}
@media screen and (max-width: 767px) {
  #colorbox #cboxWrapper #cboxContent button#cboxPrevious {
    left: 38%;
  }
}
@media screen and (min-width: 751px) {
  #colorbox #cboxWrapper #cboxContent button#cboxNext {
    right: -80px;
  }
}
@media screen and (max-width: 767px) {
  #colorbox #cboxWrapper #cboxContent button#cboxNext {
    right: 38%;
  }
}
#colorbox #cboxWrapper #cboxContent button#cboxClose {
  display: none;
  background: url(../img/shared/btn_close.png) no-repeat 0 0/100%;
  margin-top: 0;
  right: 0;
}
@media screen and (min-width: 751px) {
  #colorbox #cboxWrapper #cboxContent button#cboxClose {
    top: -50px;
    width: 37px;
    height: 37px;
  }
}
@media screen and (max-width: 767px) {
  #colorbox #cboxWrapper #cboxContent button#cboxClose {
    top: -8vw;
    width: 6vw;
    height: 6vw;
  }
}
#colorbox #cboxWrapper #cboxContent #cboxSlideshow {
  color: #0092ef;
  position: absolute;
  bottom: 4px;
  right: 30px;
}
#colorbox #cboxWrapper #cboxContent #cboxLoadingGraphic {
  background: url(../img/shared/loading_modal.gif) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

.modalImg #cboxContent {
  background-color: transparent !important;
  border: none !important;
}
.modalImg #cboxBottomCenter {
  display: none !important;
  height: 20px !important;
}

.modal_img {
  position: relative;
  display: block;
}
.modal_img:before {
  content: "";
  display: block;
  background: url(../img/shared/icn_mg.png) no-repeat center top;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .modal_img:before {
    width: 46px;
    height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .modal_img:before {
    background-size: 100%;
    width: 6vw;
    height: 6vw;
  }
}