@charset "utf-8";

/* メインビジュアル先読み領域
------------------------------------------------------------------- */
@media screen {
  #preloaderField {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  #preloaderField img {
    display: block;
  }
}

@media print {
  #preloaderField,
  #preloaderField img {
    visibility: hidden;
    display: none;
  }
}

/* メインビジュアル領域
------------------------------------------------------------------- */
.headerimg {
    width: 100%;
    height: 565px;
    margin: 0;
    text-indent: -9999px;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
}

/* メインビジュアル
------------------------------------------------------------------- */




#topArea {
  margin: 0px;
  padding: 0px;
  height: 565px;
  width: 100%;
  position:relative;
}


#bodyArea {
  margin: 0px;
  padding: 0px 0px 0px 26px;
  float: left;
  height: auto;
  width: 735px;
  text-align: left;
}

#topBlock {
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 100%;
  z-index: 10000;
  position: absolute;
  text-align: center;
}

#topBox {
  margin: 0px auto;
  padding: 0px;
  height: auto;
  width: 980px;
}


/* プランカテゴリ
------------------------------------------------------------------- */
.panCategory {
  padding: 0px 0px 0px 1px;
  height: auto;
  width: 730px;
}

.panCategory h2 {
  padding: 0px 0px 14px;
}

.panCategory li {
  float: left;
  height: 104px;
  width: 234px;
}

.pad {
  padding: 0px 14px 0px 0px;
}
.end {
  padding: 0px;
}


/* 新着情報
------------------------------------------------------------------- */
.newsBlock {
  padding: 30px 0px 0px;
}

.newsMid {
  background: url(../images/bg_news_mid.jpg) repeat-y left top;
  padding: 0px 0px 0px 17px;
}

.newsTtl {
  margin: 0px;
  padding: 0px;
  height: 25px;
  width: 698px;
  position: relative;
}

.listBtn {
  position: absolute;
  height: 18px;
  width: 55px;
  right: 4px;
  bottom: 4px;
}

.newsBox {
  padding: 20px 0px 0px;
  height: auto;
  width: 698px;
}

.marginImg {
  float: left;
  height: auto;
  padding: 0px 10px 0px 0px;

  background:
;   background: url(../images/bg_thumb.jpg);
}

.topicsImg {
  background: #FFF;
  padding: 3px;
  width: 134px;
  height:auto;
  border: 1px solid #CCC;
}

.newsBox h3 {
  font-size: 107.8%;
  line-height: 1.429em;
  font-weight: bold;
  border-bottom: 1px dotted #333;
  padding: 2px 0 5px;
  margin:0 0 5px;
}

.newsBox p {
  line-height: 1.4em;
}



/* フェイスブックとか
------------------------------------------------------------------- */
.facebookBox {
  margin: 0px;
  padding: 16px 0px 0px 1px;
  float: left;
  height: auto;
  width: 482px;
}

.sonosaki {
  padding: 16px 0px 0px 14px;
  float: left;
  height: auto;
  width: 234px;
}

.youtube_box {
  width: 730px;
  height: auto;
  padding: 0 0 30px;
}
.youtube_box h2 {
  padding: 0px 0px 14px;
}