@charset "UTF-8";
/*font size*/
/* mixinCSS Document */
/* animation */
/* keyframes */
/* partsCSS Document */
.hideText p, .hideText img, .hideText ul, .hideText ol, .hideText h1, .hideText h2, .hideText h3, .hideText h4, .hideText h5 {
  position: absolute;
  top: -999px;
  left: -999px;
}

/*colorbox*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  background: #000;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  overflow: visible;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

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

#cboxLoadedContent {
  background: #000;
  padding: 10px;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

#cboxClose {
  border: 0;
  position: absolute;
  top: -11px;
  right: -11px;
  display: block;
  height: 24px;
  width: 24px;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  background: url("../images/close.png") 0 0;
  text-indent: 200%;
  -moz-transition: all 0.15s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  -o-transition: all 0.15s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  -webkit-transition: all 0.15s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: all 0.15s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

#cboxClose:before {
  border-radius: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}

#cboxClose:active {
  outline: none;
}

#cboxClose:hover {
  opacity: 0.75;
}

/*keyframes animation*/
@-webkit-keyframes slashMove {
  0% {
    background-position: 0px -46px;
  }
  100% {
    background-position: 70px -46px;
  }
}
@keyframes slashMove {
  0% {
    background-position: 0px -46px;
  }
  100% {
    background-position: 70px -46px;
  }
}
@-webkit-keyframes slashMove2 {
  0% {
    background-position: 0px 46px;
  }
  100% {
    background-position: 70px 46px;
  }
}
@keyframes slashMove2 {
  0% {
    background-position: 0px 46px;
  }
  100% {
    background-position: 70px 46px;
  }
}
/* introCSS Document */
/*---------------
□□□layout□□□
---------------*/
#intro #main .viewArea .textArea {
  margin: 0 auto;
  padding-top: 175px;
  padding-bottom: 75px;
  width: 940px;
  position: relative;
  z-index: 10;
}

/*---------------
□□□font□□□
---------------*/
