#mainvisualOuter {
  background: url(/assets/img/index/mainvisual_outer.png) 50% 50% repeat-x;
}

#mainvisual {
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

#leadOuter {
  width: 100%;
  margin: 0 0 40px;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  background: #f8f8f8;
}
#leadOuter #lead {
  width: 1200px;
  margin: 0 auto;
  padding: 10px;
  font-size: 150%;
  line-height: 1.25;
}
@media screen and (max-width: 1200px) {
  #leadOuter #lead {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
}
#leadOuter #lead strong {
  color: #900;
}

#content .heading.heading-index {
  padding: 5px;
  border-top: 4px solid #036;
  border-bottom: 1px solid #999;
  font-weight: bold;
}
#content .worksArea .record {
  border: 1px solid #ccc;
  padding: 14px;
}
#content .worksArea .record .img {
  position: relative;
  margin-bottom: 10px;
}
#content .worksArea .record .img figcaption {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  right: 10px;
  color: #fff;
}
#content .worksArea .record .title {
  margin-bottom: 10px;
  border-left: 3px solid #630;
  padding: 10px 0 10px 10px;
  font-weight: bold;
}
#content .worksArea .record .title .title-main {
  font-size: 150%;
  margin-bottom: 10px;
}
#content .worksArea .record .title .title-sub {
  font-size: 125%;
  font-weight: normal;
  color: #666;
}
#content .works2Area {
  border: 1px solid #ccc;
  padding: 14px;
  font-weight: bold;
}
#content .works2Area ul {
  margin: 0;
  padding: 0;
}
#content .works2Area li {
  margin: 2px 0;
  border-left: 3px solid #630;
  padding: 5px 0 5px 5px;
  list-style: none;
  text-indent: 0;
}
#content .featureArea {
  border: 1px solid #ccc;
  padding: 14px;
}

/*# sourceMappingURL=index.css.map */
