@charset "utf-8";
/* CSS Document */

.onlyPC {
  display: block;
}
.onlySP {
  display: none;
}

/* パンくずとタイトルをコンパクトにする */
#update2015_row {
  width: 1000px;
  height: 27px;
  margin: 0 auto;
  position: relative;
}
#update2015_row #ttlArea {
  width: 250px !important;
  height: 20px;
  margin: 0 !important;
  position: absolute !important;
  top: -3px;
  right: 0;
}
#update2015_row #ttlArea .pageTitle {
  display: none;
}

/* clearfix */
.clearfix:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}

/* 2025年版更新 */
.nengaBox img[src="img/img_manner_01_w656.png"] {
  max-width: 656px;
}
.nengaBox img[src="img/img_manner_02_w800.png"] {
  max-width: 800px;
}
