@charset "utf-8";
.badge {
  padding: 5px 8px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}

.commonHeaderTitle {
  margin: 0;
  padding: 10px 20px 10px;
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 2px;
  background-color: #cb921f;
}

.commonHeaderTitleSub {
  font-size: 20px;
}

@media print {
  .noPrint {
    display: none;
  }

  .printPagebreak {
    page-break-after: always;
  }
}
.header {
  margin-bottom: 0;
}

.targetContrast {
  padding-bottom: 0;
}

.topMainVisial {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  height: 458px;
}
.topMainVisial .dummy {
  position: absolute;
  top: 0;
  left: -150px;
  width: 1500px;
  height: 458px;
  background-color: #fff;
}
.topMainVisial .topWideSliderImage {
  position: absolute;
  display: none;
  left: -150px;
}
.topMainVisial .topWideSliderImage a {
  display: block;
  position: relative;
  color: #fff;
}
.topMainVisial .topWideSliderImage a p {
  position: absolute;
  bottom: 20px;
  right: 150px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.75);
}
.topMainVisial .topWideSliderImage a p:before {
  display: inline-block;
  margin-left: .2em;
  margin-right: 10px;
  width: 1em;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  speak: none;
  text-decoration: inherit;
  line-height: 1em;
  text-align: center;
  text-transform: none;
  content: "\e805";
}
.topMainVisial .topMainVisialControl {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  z-index: 200;
}
.topMainVisial .topMainVisialControl .topMainVisialControlInn {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}
.topMainVisial .topMainVisialControl .topMainVisialControlLink {
  position: absolute;
  display: block;
  top: 190px;
  width: 40px;
  height: 40px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.topMainVisial .topMainVisialControl .topMainVisialControlLink:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.topMainVisial .topMainVisialControl .topMainVisialControlLink.prev {
  left: 10px;
  background: url(/img/common/icoArrowPrev.png) no-repeat;
}
.topMainVisial .topMainVisialControl .topMainVisialControlLink.next {
  right: 10px;
  background: url(/img/common/icoArrowNext.png) no-repeat;
}

.aboutBox {
  padding: 40px 0 15px;
  background-color: #fff;
}
.aboutBox h2 {
  margin: 0 auto 20px;
  text-align: center;
}
.aboutBox .inn {
  padding: 0 40px;
}
.aboutBox .inn img {
  float: right;
}
.aboutBox .inn p {
  margin: 0 0 25px;
}

.mainBox {
  padding: 40px 0 20px;
}
.mainBox h3 {
  width: 100%;
  margin: 0;
  padding: 0 0 0 15px;
  background-color: #CC9220;
  border-radius: 5px 5px 0 0;
  color: #FFF;
  line-height: 42px;
  font-weight: bold;
  font-size: 137%;
}
.mainBox .inn {
  overflow: hidden;
  margin: 0 0 20px;
  padding: 20px;
  background-color: #FFF;
}
.mainBox .tLeftBox {
  float: left;
  width: 900px;
}
.mainBox .tLeftBox .rankBox {
  float: left;
  width: 425px;
  margin: 0 10px 0 0;
}
.mainBox .tLeftBox .rankBox .contBox {
  display: table;
  width: 425px;
  height: 120px;
  margin: 0 0 10px 0;
  background-color: #EEF2F2;
}
.mainBox .tLeftBox .rankBox .contBox .rank {
  display: table-cell;
  width: 30px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 137%;
  background-color: #df8d82;
  vertical-align: middle;
}
.mainBox .tLeftBox .rankBox .contBox .rank.rank1 {
  background: url(/img/main/imgRank1.jpg);
}
.mainBox .tLeftBox .rankBox .contBox .rank.rank2 {
  background: url(/img/main/imgRank2.jpg);
}
.mainBox .tLeftBox .rankBox .contBox .rank.rank3 {
  background: url(/img/main/imgRank3.jpg);
}
.mainBox .tLeftBox .rankBox .contBox .imgBox img {
  display: table-cell;
  width: 120px;
  height: 120px;
}
.mainBox .tLeftBox .rankBox .contBox .txt {
  display: table-cell;
  width: 275px;
  height: 120px;
  padding: 0 15px;
  vertical-align: middle;
  line-height: 1.5;
}
.mainBox .tLeftBox .right {
  margin-right: 0;
}
.mainBox .tLeftBox .youtubeBox {
  width: 810px;
  height: 480px;
  background-color: #000;
  margin: 10px auto;
}
.mainBox .tRightBox {
  float: right;
  width: 280px;
}
.mainBox .tRightBox .bnn {
  margin: 0 auto 10px;
}
.mainBox .tRightBox .bnn.eat {
  margin-bottom: 0;
  width: 205px;
}
.mainBox .tRightBox .txtBnn {
  display: table;
  width: 100%;
  padding: 10px 10px 10px 25px;
  border: #999 1px solid;
  background: url(/img/main/ico1.gif) no-repeat 10px center;
}
.mainBox .tRightBox .txtBnn a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}

.prBox {
  padding: 30px 0 20px;
  background-color: #fff;
}
.prBox ul {
  padding: 0;
}
.prBox ul li {
  float: left;
  width: 150px;
  margin: 0 25px 10px 0;
  list-style: none;
}
.prBox ul li:nth-child(7n) {
  margin-right: 0;
}

/*@ sourceMappingURL=layout.css.map */