@charset "utf-8";

body {
  background: #006DD9;
}

#wrap {
  background: url(../img/bg.gif);
  margin: -40px auto 0;
  position: relative;
  width: 980px;
}

#header h1 {
  padding: 20px 0 0;
  position: relative;
  left: 28px;
  z-index: 5;
}

.belt {
  margin-top: -141px;
  position: relative;
  left: -56px;
  width: 1092px;
  z-index: 10;
}
.belt .mov {
  left: 92px;
  position: absolute;
  top: 27px;
}
.belt .pct {
  position: absolute;
  top: 228px;
  right: 78px;
}

#contents {
  background: #FFF;
  margin: 0 auto;
  padding: 100px 0 0 22px;
  margin-top: -92px;
  position: relative;
  width: 892px;
  z-index: 1;
}
#contents .section h2 {
  margin-bottom: 12px;
}
#contents .section p {
  font-size: 150%;
  line-height: 1.4;
  margin-bottom: 30px;
}
#contents .section .red {
  color: #CC1126;
}
#contents .section .large {
  font-size: 200%;
}
#contents .section .bold {
  font-weight: bold;
}
#contents .section li {
  font-size: 120%;
  line-height: 1.6;
}
#contents .sectionA p {
  margin-bottom: 12px;
}
#contents .sectionA .btn {
  margin-bottom: 30px;
}
#contents .sectionA .btn a:hover img {
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80); 
  opacity: .8;
}
#contents .sectionC p {
  margin-bottom: 12px;
}
#contents .sectionC ul {
  margin-bottom: 40px;
}

#sns {
  margin: 0 24px 0 auto;
  padding-bottom: 24px;
  width: 284px;
}
#sns li {
  float: left;
}
#sns .tw {
  width: 98px;
}
#sns .fb {
  width: 108px;
}
#sns .mx {
  width: 78px;
}

#footer {
  padding: 16px 0;
}
.link {
  position: relative;
}
.link ul {
  float: left;
  position: relative;
  left: 50%;
}
.link li {
  font-size: 130%;
  float: left;
  position: relative;
  left: -50%;
}
.link li a {
  color: #000;
  text-decoration: none;
}
.link li a:hover {
  text-decoration: underline;
}
.link .separate {
  padding: 0 10px;
}
.copyright {
  color: #000;
  font-size: 130%;
  padding-top: 16px;
  text-align: center;
}