@charset "UTF-8";
/* ---------------------------------------------
	スタイルリセット
--------------------------------------------- */
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
ol,
li,
dl,
dt,
dd,
address {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

img {
  border: none;
}

/* ---------------------------------------------
	汎用クラス
--------------------------------------------- */
/* clearfix ------------ */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hide from MacIE €*/
* html .clearfix {
  height: 1px;
}

.clearfix {
  display: block;
}

/* End Hide from MacIE */
/* ---------------------------------------------
	タイポグラフィー
--------------------------------------------- */
body {
  font-family: "\30E1\30A4\30EA\30AA", "Meiryo", "\30D2\30E9\30AE\30CE\4E38\30B4   Pro W4", "Hiragino Maru Gothic Pro", "Lucida Grande", Verdana, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", sans-serif;
}

*:first-child + html body {
  /* for IE7 */
  font-family: "\30E1\30A4\30EA\30AA", "Meiryo";
}

html > body {
  font-size: 16px;
  line-height: normal;
}

/* except Win IE */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

/* ---------------------------------------------
	基本項目
--------------------------------------------- */
html,
body {
  height: 100%;
  color: #222;
}

/*共通スタイル*/
.bold {
  font-weight: bold;
}

.narrow {
  letter-spacing: -0.1em;
}

.center {
  text-align: center;
}

a:link {
  color: #d80000;
  text-decoration: none;
  font-weight: normal;
}

a:visited {
  color: #d80000;
  text-decoration: none;
}

a:hover {
  color: #d80000;
  text-decoration: underline;
}

a:active {
  color: #d80000;
  text-decoration: none;
}

a img {
  border: none;
}

.clears {
  clear: both;
}

.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

/*共通レイアウト*/
body {
  -webkit-text-size-adjust: 100% !important;
}

body.cx_smartphoneview {
  font-size: 120%;
}

#cx_spContentsMain {
  position: relative;
}

#fp-wrap {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  /*background: #fff url(../img/bg01.png) repeat-x center 100px;*/
  /*background: #fff url(../img/bg_autumn.png) repeat-x center 180px;*/
  background: #FFF ;
}

#fp-l {
  padding: 0 0 30px;
  background:url(../img/bg.png) repeat-y center top;
  background-size: 100%;

}

.cx_smartphoneview .displaypc {
  display: none;
}

.cx_displaydevice .displaysp {
  display: none;
}

/* ---------------------------------------------
	一覧ページ
--------------------------------------------- */
h1 {
  height: 100px;
  background: url(../img/hdr.png) no-repeat center 0;
  text-indent: -200%;
  white-space: nowrap;
  overflow: hidden;
}
.autumn h1 {
	height: 180px;
	background: url(../img/hdr_autumn.png) no-repeat center 0;
   background-size: 640px;
}


/*--------ナビゲーション--------*/
#nav {
 
  padding: 5px 10px 0;
  height: 80px;
  overflow: hidden;
  border-bottom: solid 5px #c395ec;
}

#nav li a {
  width: 32.3333333333333%;
  height: 80px;
  line-height: 80px;
  margin: 0 1% 0 0;
  color: #fff;
  background-color: #c395ec;
  float: left;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: 146%;
  display: block;
  text-decoration: none;
  box-sizing: border-box;
}
.cx_smartphoneview #nav li a{
  font-size: 124%;
}
#nav li.move a{
  line-height: 1.2;
  padding-top: 10px;
}
#nav li.on a {
  cursor: default;
}

#nav li.off a,
#nav li.comingsoon a {
  background-color: #5ba8e7;
  margin: 5px 1% 0 0;
  color: #ffffff;
}

#nav li.off a:hover {
  margin: 0 1% 0 0;
}

#nav li.comingsoon a {
  cursor: default;
  line-height: 68px;
  color: #aaa;
  position: relative;
  background-color: #666;
  pointer-events: none;
}

#nav li.comingsoon a::after {
content: "coming soon";
  display: block;
  position: absolute;
  top:6px;
  left: 0;
  right: 0;
  font-size: 95%;
  color: #fff;
}
.cx_smartphoneview #nav li.comingsoon a::after {
  top:3px;
  left: 0;
  right: 0;
  font-size: 68%;
}

/*---番組表ボタン---*/
#nav li.prgrm a {
  box-sizing: border-box;
  width: 32.33333333333333333%;
  height: 68px;
  /*line-height: 68px;*/
  line-height: 1.2;
  margin: 5px 0 0 1%;
  padding: 12px 0;
  border-radius: 10px;
  background-color: #FFF;
color: #c395ec;
  float: right;
  font-size: 110%;
  border: 3px solid #c395ec;

}
.cx_smartphoneview #nav li.prgrm a {
	font-size: 96%;
}
#nav li.prgrm a:hover {
 color: #5ba8e7;
 border-color: #5ba8e7;
}


/*--------注釈--------*/
.attention {
  font-size: 80%;
  padding: 15px 10px 0;
  color: #555;
}

.cx_smartphoneview .attention {
  font-size: 100%;
}

/*--------週別セクション--------*/
h2.ttlW {
  width: 620px;
  height: 60px;
  line-height: 60px;
  padding-left: 80px;
  font-size: 146%;
  color: #FFF;
  text-shadow: 1px 1px 0 rgba(0,0,0,.2);
  font-weight: bold;
  background: url(../img/bg_date.png) no-repeat left top;
  background-size: 620px;
  margin: 20px 10px;
}

.grW {
  padding: 0 10px;
}

.grW li {
  border-bottom: solid 1px #ccc;
}

.grW li .detail_link {
  overflow: hidden;
   padding: 10px 0;
}

.grW li .detail_link:hover {
  background-color: #FFF;
  cursor: pointer;
}

.cx_smartphoneview .grW li .detail_link:hover {
	background-color: #fff;
}

.grW li.hide_detail .detail_link:hover {
  cursor: default;
}

.grW li .detail_link > dl {
  padding: 10px;
}

.grW li .thum {
  width: 206px;
  height: 140px;
  background: url(../img/thum_default.png) no-repeat center 0;
  float: left;
  /*margin: 0 16px 0 0;*/
  margin: 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  /*
      transition: height 0.5s linear 1s, width 1s linear 2s;
      */
  overflow: hidden;
}

.grW li .oadate {
  color: #666;
  font-size: 125%;
  padding: 0 0 5px;
  font-weight: normal;
  line-height: 1.2;
  width: 378px;
  margin-left: 16px;
  /*float: right;*/
  float: left;
  /*
      transition: height width 0.5s linear 0.5s;
      */
}

.grW li dt {
  color: #333333;
  font-size: 135%;
  font-weight: bold;
  line-height: 1.3;
  width: 378px;
  margin-left: 16px;
  /*float: right;*/
  float: left;
  -webkit-transition: width 0.5s linear 0.5s;
  -o-transition: width 0.5s linear 0.5s;
  transition: width 0.5s linear 0.5s;
}

.grW li dt span {
  font-size: 82%;
}

.grW li .detail_link .linkBtn a {
  width: 60%;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  font-size: 100%;
  margin: 10px auto 15px;
 background-color: #454545;
  color: #FFF;
  border-radius: 8px;
 
  text-decoration: none;
}
.cx_smartphoneview .grW li .detail_link .linkBtn a{
  width: 70%;
    height: 64px;
  line-height: 64px;
   font-size: 120%;
}
.grW li .detail_link .linkBtn a:hover {
  background-color: #5ba8e7;
  color: #FFF;
}

/* ---------------------------------------------------------------------------- */
/* 詳細表示 */
.grW li div.detailDispArea {
  position: relative;
  /* 詳細本体 */
  /* メイン画像 */
}

.grW li div.detailDispArea .article_wrapper {
  position: relative;
  overflow: hidden;
}

.grW li div.detailDispArea .article_wrapper article {
 background-color: #FFF;
  position: absolute;
  bottom: 0;
	width: 100%;
}
.grW li div.detailDispArea .article_wrapper article .photoL {
  height: auto;
  width: 600px;
  margin: 0 auto;
  padding: 10px;
}

.grW li div.detailDispArea .article_wrapper article .photoL img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.grW li div.detailDispArea .article_wrapper article .photoL.img1 {
  cursor: pointer;
}

.grW li div.detailDispArea .article_wrapper article .closeBtnIndividual {
  display: none;
}

.grW li div.detailDispArea .article_wrapper article .linkBtn a {
  width: 60%;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  font-size: 100%;
  margin: 0 auto 25px;
 background-color: #454545;
  color: #FFF;
  border-radius: 8px;
  text-decoration: none;
}
.cx_smartphoneview .grW li div.detailDispArea .article_wrapper article .linkBtn a {
   width: 70%;
    height: 64px;
  line-height: 64px;
   font-size: 120%;
}
.grW li div.detailDispArea .article_wrapper article .linkBtn a:hover {
  background-color: #5ba8e7;
}



.grW li div.detailDispArea .mainphoto_wrapper {
  /*
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    pointer-events: none;
    */
  display: none;
}

.grW li div.detailDispArea .article_wrapper article p .heySayJump {
    font-family: "Futura","Century Gothic","STSong","Comic Sans MS",sans-serif;
}

/* ---- アコーディオンを閉じる ---- */
.grW li.close {
  /* 見出し部分 */
  /* 詳細部分 */
}
.grW li.close dl {
	position: relative ;
}
/*矢印*/
.grW li.close dl:before {
  content: '';
  width: 14px;
  height: 14px;
  border: 0px;
  border-right: solid 2px #c395ec;
  border-bottom: solid 2px #c395ec;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  right: 10px;
}

.grW li.close.hide_detail dl:before {
  border: 0px;
}

.grW li.close .thum {
  /*overflow: hidden;*/
  opacity: 1;
  -webkit-transition: height 0.3s linear 0s, width 0.3s linear 0.3s, opacity 0.3s linear 0.6s;
  -o-transition: height 0.3s linear 0s, width 0.3s linear 0.3s, opacity 0.3s linear 0.6s;
  transition: height 0.3s linear 0s, width 0.3s linear 0.3s, opacity 0.3s linear 0.6s;
}

.grW li.close dt,
.grW li.close .oadate {
  -webkit-transition: width 0.3s linear 0s;
  -o-transition: width 0.3s linear 0s;
  transition: width 0.3s linear 0s;
}

.grW li.close div.detailDispArea {
  /* 詳細本体 */
  /* メイン画像 */
  /*
    .mainphoto_wrapper {
      position: absolute;
      width: 206px !important;
      height: 140px !important;
      transform: translateX(10px) translateY(-150px);
      opacity: 0;
      transition: opacity 0.2s linear 0.8s, transform 0.3s linear 0.3s, width 0.3s linear 0.3s, height 0.3s linear 0.3s;
    }
    */
}

.grW li.close div.detailDispArea .article_wrapper {
/*
  -webkit-transition: height 0.3s linear 0.3s;
  -o-transition: height 0.3s linear 0.3s;
  transition: height 0.3s linear 0.3s;
*/
  -webkit-transition: height 0.2s linear 0s;
  -o-transition: height 0.2s linear 0s;
  transition: height 0.2s linear 0s;
  height: 0 !important;
}

/* ---- アコーディオンを開く ---- */
.grW li.open {
  /* 見出し部分 */
  /*
  .thum {
    width: 0;
    height: 0;
    opacity: 0;
    transition: height 0.3s linear 0.5s, width 0.3s linear 0.3s, opacity 0.3s linear 0.1s;
  }
  dt {
    width: 620px;
    transition: width 0.3s linear 0.5s;
  }
  .oadate {
    width: 620px;
    transition: width 0.3s linear 0.5s;
  }
  */
  /* 詳細部分 */
}
.grW li.open dl {
	position: relative;
}
/*矢印*/
.grW li.open dl:before {
  content: '';
  width: 14px;
  height: 14px;
  border: 0px;
  border-left: solid 2px #c395ec;
  border-top: solid 2px #c395ec;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  right: 10px;
}



.grW li.open div.detailDispArea {
  /* メイン画像 */
  /*
    .mainphoto_wrapper {
      position: absolute;
      transform: translateX(0px) translateY(0px);
      opacity: 1;
      transition: opacity 0.2s linear 0s, transform 0.3s linear 0.1s, width 0.3s linear 0.1s, height 0.3s linear 0.1s;
    }
    */
}

.grW li.open div.detailDispArea .article_wrapper {
/*
  -webkit-transition: height 0.3s linear 0s;
  -o-transition: height 0.3s linear 0s;
  transition: height 0.3s linear 0s;
  */
  -webkit-transition: height 0.2s linear 0s;
  -o-transition: height 0.2s linear 0s;
  transition: height 0.2s linear 0s;
  /*max-height: 100000px;*/
}

.grW li.noanime div.detailDispArea .article_wrapper {
  -webkit-transition: height 0s linear 0s !important;
  -o-transition: height 0s linear 0s      !important;
  transition: height 0s linear 0s         !important;
}

/* 表示済データ */
#past_data {
	margin: 20px 10px 0;
  /* 表示切替ボタン */
}

#past_data .grW {
  padding: 0;
}
#past_data .dispBtn {
  margin-top: 5px;
}

#past_data .dispBtn > a {
  width: 100%;
  height: 68px;
  line-height: 68px;
  display: block;
  text-align: center;
  font-size: 118%;
  margin: 0 auto 5px;
  background-color: #3C3838;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  display: none;
  cursor: pointer;
}
#past_data .dispBtn > a:hover {
	background-color: #494444;
}
#past_data #past_list_area_wrapper {
  overflow: hidden;
  /*
  -webkit-transition: height 0.3s linear 0s;
  -o-transition: height 0.3s linear 0s;
  transition: height 0.3s linear 0s;
  */
}
#past_data #past_list_area_wrapper #past_list_area  {
  background-color: #f4f4f4;
  padding: 0 0 10px;
}

#past_data.close .dispBtn > a.disp {
  display: block;
}

#past_data.close #past_list_area_wrapper {
  height: 0 !important;
}
#past_data .grW li div.detailDispArea .article_wrapper article {
	background-color: #e0e0e0;
	width: 100%;
}
#past_data .grW li div.detailDispArea .article_wrapper article section {
	background-color: #e0e0e0;
}
#past_data.open .dispBtn > a.hide {
  display: block;
}
#past_data .grW li {
  border-bottom: solid 1px #ccc;
}
/*#past_data .grW li.open a {
  background-color: #ddd;
  text-decoration: none;
}*/

#past_data h2.ttlW {
	 border-bottom: solid 5px #888;
	padding: 30px 10px 3px;
	margin: 0;
}
#past_data .grW li .detail_link:hover {
  background-color: #e0e0e0;
  cursor: pointer;
}
.cx_smartphoneview #past_data .grW li .detail_link:hover {
	background-color: #f4f4f4;
}
#past_data .grW li.hide_detail .detail_link:hover {
  cursor: default;
}
#past_data .grW li .oadate {
	color: #777;
}
#past_data .grW li .detail_link .linkBtn a {
  background-color: #333;
}
#past_data .grW li .detail_link .linkBtn a:hover {
  background-color: #222;
}

#past_data .grW li div.detailDispArea .article_wrapper article .linkBtn a {
  background-color: #333;
}
#past_data .grW li div.detailDispArea .article_wrapper article .linkBtn a:hover {
  background-color: #222;

}




/* ---------------------------------------------
	詳細オーバーレイ
--------------------------------------------- */
#ovrlyBg {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
}

#ovrlyWrap {
  width: 92%;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -46%;
  z-index: 1000;
}

.cx_displaydevice #ovrlyWrap {
  width: 600px;
  height: 70%;
  margin-left: -300px;
}

#ovrlyWrap .closeBtn {
  position: absolute;
  top: -26px;
  right: -18px;
  width: 56px;
  height: 56px;
}

#ovrlyWrap .closeBtn a {
  width: 56px;
  height: 56px;
  background: #fff url(../img/closeBtn.png) no-repeat center -4px;
  display: block;
  border-radius: 28px;
  border: solid 4px #868585;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: -200%;
  white-space: nowrap;
  overflow: hidden;
}

#detailWrap {
  width: 100%;
  margin: 0 auto;
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.cx_displaydevice #detailWrap {
  height: 100%;
  overflow-y: scroll;
}

#detailWrap .hdr {
  padding: 20px 3%;
}

#detailWrap .hdr .thum {
  width: 206px;
  height: 140px;
  background: url(../img/thum_default.png) no-repeat center 0;
  float: left;
  margin: 0 14px 0 0;
}

#detailWrap .hdr .oadate {
  color: #e64111;
  font-size: 118%;
  padding: 0 0 5px;
  font-weight: normal;
  line-height: 1.2;
}

#detailWrap .hdr h2 {
  color: #333333;
  font-size: 135%;
  font-weight: bold;
  line-height: 1.3;
  width: 328px;
  float: right;
}

#detailWrap .hdr h2 span {
  font-size: 85%;
}

#detailWrap .noLogo .hdr h2 {
  width: 100%;
  float: none;
}

#detailWrap .photoL {
  width: 100%;
  background-color: #ccc;
  margin: 0 0 25px;
}

#detailWrap h3 {
  margin: 0 3% 14px;
  padding: 0;
  border-bottom: solid 1px #ccc;
  font-size: 118%;
}

#detailWrap h3::before {
  content: "\25A0";
  color: #5ba8e7;
  padding: 0 5px 0 0;
}

#detailWrap p {
  padding: 0 3% 25px;
  font-size: 115%;
  line-height: 1.7;
}

#detailWrap .linkBtn a {
  width: 94%;
  height: 68px;
  line-height: 68px;
  display: block;
  text-align: center;
  font-size: 118%;
  margin: 0 auto 25px;
  background-color: #e64111;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
}

#detailWrap .linkBtn a:hover {
  background-color: #db3100;
}

#ovrlyWrap .ftr {
  padding: 20px 3%;
  border-top: solid 1px #868585;
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

#ovrlyWrap .ftr li {
  float: left;
  width: 33%;
  line-height: 54px;
}

#ovrlyWrap .ftr li:nth-of-type(2) {
  width: 34%;
}

#ovrlyWrap .ftr li:nth-of-type(3) {
  float: right;
}

#ovrlyWrap .ftr li a {
  display: block;
  font-size: 118%;
  width: 100%;
  height: 54px;
  text-align: center;
}

#ovrlyWrap .ftr li:nth-of-type(1) a,
#ovrlyWrap .ftr li:nth-of-type(3) a {
  background-color: #707070;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
}

#ovrlyWrap .ftr li:nth-of-type(1) a:hover,
#ovrlyWrap .ftr li:nth-of-type(3) a:hover {
  background-color: #555;
}

#ovrlyWrap .ftr li:nth-of-type(2) a {
  color: #333;
}

/*--------エフェクト--------*/
.opac_out {
  opacity: 0.0;
  -webkit-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  visibility: hidden;
}

.opac_in {
  opacity: 1.0;
  -webkit-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
  visibility: visible;
}

.article_out {
  opacity: 0.0;
  -ms-transform: translate3d(400px, 0, 0);
  -webkit-transform: translate3d(400px, 0, 0);
  transform: translate3d(400px, 0, 0);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.2s ease-in;
  transition: opacity 0.4s, -webkit-transform 0.2s ease-in;
  -o-transition: opacity 0.4s, transform 0.2s ease-in;
  transition: opacity 0.4s, transform 0.2s ease-in;
  transition: opacity 0.4s, transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  visibility: hidden;
}

.article_in {
  opacity: 1.0;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s ease-in;
  transition: opacity 0.2s, -webkit-transform 0.2s ease-in;
  -o-transition: opacity 0.2s, transform 0.2s ease-in;
  transition: opacity 0.2s, transform 0.2s ease-in;
  transition: opacity 0.2s, transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  visibility: visible;
}

/*---------------------------------------------
井田 追記
---------------------------------------------*/
/* ---------------------------------------------
	一覧ページ
--------------------------------------------- */
section.slide h2 {
  margin: 15px 10px 0;
  padding: 0 0 3px;
  position: relative;
}

section.slide h2 a {
  background: #ccc;
  color: #666;
  padding: 15px 10px;
  display: block;
}

section.slide h2 a:hover {
  background: #bbb;
  text-decoration: none;
  cursor: pointer;
}

section.slide ul.grW li {
  overflow: hidden;
  max-height: 162px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.slide.open h2 a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #fff;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: 42%;
  right: 20px;
}

section.slide.close h2 a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid #fff;
  border-right: 10px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: 42%;
  right: 20px;
}

section.slide.close ul.grW li {
  max-height: 0;
  border-bottom: solid 0 #ccc;
}

/* ---------------------------------------------
	詳細オーバーレイ
--------------------------------------------- */
#ovrly {
  z-index: 500;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

#ovrly.show {
  display: block;
}

#detailWrap {
  overflow: hidden;
  overflow-y: hidden;
}

.cx_displaydevice #detailWrap {
  overflow: hidden;
  overflow-y: hidden;
}

#detailWrap ul.detailSlider {
  width: 100000px;
  height: 100%;
}

#detailWrap ul.detailSlider li.detail {
  float: left;
  width: 600px;
  height: 100%;
  overflow-y: scroll;
}

#detailWrap ul.detailSlider li.detail div.detailDispArea .photoL {
  height: auto;
}

#detailWrap ul.detailSlider li.detail div.detailDispArea .photoL img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#detailWrap ul.detailSlider li.detail div.detailDispArea .closeBtnIndividual {
  display: none;
}

#ovrlyWrap .ftr.first .prev {
  opacity: 0.4;
}

#ovrlyWrap .ftr.first .prev a {
  cursor: default;
}

#ovrlyWrap .ftr.first .prev a:hover {
  text-decoration: none;
}

#ovrlyWrap .ftr.last .next {
  opacity: 0.4;
}

#ovrlyWrap .ftr.last .next a {
  cursor: default;
}

#ovrlyWrap .ftr.last .next a:hover {
  text-decoration: none;
}

.cx_smartphoneview #ovrly #ovrlyWrap #detailWrap ul.detailSlider {
  height: 100%;
}

.cx_smartphoneview #ovrly #ovrlyWrap #detailWrap ul.detailSlider li.detail {
  height: 100%;
}

/* suzuki */
.detailDispArea .hdr h2 {
  color: #333333;
  font-size: 135%;
  font-weight: bold;
  line-height: 1.3;
  width: 328px;
  float: right;
}

.detailDispArea .hdr h2 span {
  font-size: 85%;
}

.detailDispArea .noLogo .hdr h2 {
  width: 100%;
  float: none;
}

.detailDispArea .photoL {
  width: 100%;
  /*  background-color: #ccc; */
  margin: 0 0 25px;
}

.detailDispArea p.lead {
  padding-top: 10px;
}

.detailDispArea h3 {
  margin: 0 3% 14px;
  padding: 10px 0 0;
  border-bottom: solid 1px #ccc;
  font-size: 118%;
}

.detailDispArea h3::before {
  content: "\25A0";
  color: #5ba8e7;
  padding: 0 5px 0 0;
}

.detailDispArea p {
  padding: 0 3% 25px;
  font-size: 115%;
  line-height: 1.7;
}

.detailDispArea .linkBtn a {
  width: 94%;
  height: 68px;
  line-height: 68px;
  display: block;
  text-align: center;
  font-size: 118%;
  margin: 0 auto 25px;
  background-color: #e64111;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
}

.detailDispArea .linkBtn a:hover {
  background-color: #db3100;
}

/*
#past_data section{
  background-color: #eee;
}
*/

.bnr_cs {
margin-top: 10px;
}
.bnr_cs a{
text-indent: -9999px;
background-image:  url(../img/bnr_cs.png);
background-repeat: no-repeat;
background-position: top center;
display: block;
width: 370px;
height: 58px;
height: 52px;
margin: 0 auto;
}
.bnr_cs a:hover{
background-image:  url(../img/bnr_cs_on.png);
}

.bnr_fod {
margin-top: 10px;
}
.bnr_fod a{
text-indent: -9999px;
background-image:  url(../img/bnr_fod.png);
background-repeat: no-repeat;
background-position: top center;
display: block;
width: 370px;
height: 58px;
height: 52px;
margin: 0 auto;
}
.bnr_fod a:hover{
background-image:  url(../img/bnr_fod_on.png);
}
