/*--------------------------------------*
* foundation
*--------------------------------------*/
#top .caption {
  margin-top: 90px;
}

#top .caption .inner dl {
  /*border: 1px solid #c4c4c4;*/
  border-radius: 5px;
  letter-spacing: 0.025em;
  margin-bottom: 42px;
  background: #fafafa;
  padding: 50px;
}

#top .caption .inner dl dt {
  color: #fe974c;
  position: relative;
  font-weight: bold;
  font-size: 36px;
  border-bottom: 1px solid #bababa;
  padding: 20px 0;
}

#top .caption a:hover {
  color: #fe974c;
  text-decoration: underline;
}

#top .caption .inner dl dd {
  position: relative;
  font-weight: 400;
  padding: 20px 0;
}

#top .banner .inner .cnt h3 {
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0.16em;
  text-shadow: 0 0 15px #cd5c37;
}

#top .banner .inner .cnt {
  /* background: url("../img/index/banner-bg.jpg") no-repeat right 10% !important; */
  background-size: cover !important;
}

#top .banner .inner .cnt .object {
  text-shadow: 0 0 15px #000 !important;
}/*# sourceMappingURL=style_top.css.map */