@import url(base.css);
@import url(common.css);
/* ---------------------------------
Index
---------------------------------- */
#mainv {
  height: 600px;
  position: relative;
  background: url(../img/index/bg_mainv.jpg) no-repeat;
  background-size: cover;
}

#mainv .inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#mainv h2 {
  position: absolute;
  top: 35px;
  left: 0;
}

#topnews {
  background: #f0f0f0;
  padding: 12px;
}

#topnews dl {
  width: 850px;
  margin: 0 auto;
  zoom: 1;
  margin-bottom: 10px;
}

#topnews dl:after {
  display: table;
  clear: both;
  content: "";
}

#topnews dl:before {
  display: table;
  content: "";
}

#topnews dl:last-child {
  margin-bottom: 0;
}

#topnews dl dt,
#topnews dl dd {
  float: left;
  font-size: 14px;
}

#topnews dl dt {
  font-weight: bold;
  margin-right: 20px;
}

#topnews dl dd a {
  text-decoration: underline;
}

article {
  width: 1000px;
  margin: 0 auto;
  padding: 55px 0 70px 0;
}

.article#art_fire article {
  background: url(../img/index/bg_fire.png) no-repeat 50% 50%;
}

.article#art_fire article h2 {
  text-align: center;
  margin-bottom: 15px;
}

.article#art_fire article .ex {
  text-align: center;
  font-size: 16px;
  line-height: 2.2em;
  margin-bottom: 30px;
}

.article#art_fire article .rec {
  text-align: center;
  margin-bottom: 38px;
}

.article#art_feature {
  background: #f6e30e;
}

.article#art_feature article h2 {
  text-align: center;
  margin-bottom: 40px;
}

.article#art_feature article .featurebox {
  border: solid 1px black;
  font-weight: bold;
  font-size: 14px;
  line-height: 2.2em;
  letter-spacing: 2px;
  padding: 30px;
  margin-bottom: 45px;
}

.article#art_repeat article h2 {
  background: #7cc3e8;
  padding: 15px;
  font-size: 30px;
  text-align: center;
  color: white;
  letter-spacing: 3px;
  margin-bottom: 55px;
}

.article#art_repeat article p.repeat_image {
  margin-bottom: 30px;
  text-align: center;
}

.article#art_repeat article ul {
  width: 938px;
  margin: 0 auto;
  zoom: 1;
  margin-bottom: 40px;
}

.article#art_repeat article ul:after {
  display: table;
  clear: both;
  content: "";
}

.article#art_repeat article ul:before {
  display: table;
  content: "";
}

.article#art_repeat article ul li {
  width: 287px;
  margin-right: 38px;
  height: 70px;
  line-height: 72px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  float: left;
}

.article#art_repeat article ul li:after {
  content: "";
  margin-right: -25px;
  width: 38px;
  height: 70px;
  display: block;
  float: right;
  background: url(../img/icon_next2.png) no-repeat right 50%;
}

.article#art_repeat article ul li:nth-child(1) {
  background: #f0f0f0;
}

.article#art_repeat article ul li:nth-child(2) {
  background: #7cc3e8;
}

.article#art_repeat article ul li:nth-child(3) {
  background: #00a5fa;
  color: white;
  margin-right: 0;
}

.article#art_repeat article ul li:nth-child(3):after {
  display: none;
}
