@charset "UTF-8";

/*
	Detail Page
*/

/* =========================================
DETAIL ------------------ program
========================================= */
.program-ttl {
  margin-bottom: 25px;
  font-weight: bold;
}
.program-ttl h1 {
  font-size: 20px;
  margin-bottom: 10px;
}
.program-ttl p {
  font-size: 14px;
}
.program-lead {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 35px;
}

.program-left,
.program-right {
  float: left;
}
.program-left {
  width: 390px;
  margin-right: 40px;
}
.program-right {
  width: 410px;
}
.program-inner-item {
  margin-bottom: 30px;
  font-size: 15px;
}

/* program-left */
.program-img {
  width: 390px;
  margin-bottom: 20px;
}
.program-img img {
  width: 100%;
  height: auto;
}
.program-data td {
  padding: 5px 10px 5px 0;
}
.program-data td span.icon {
  display: block;
  width: 20px;
  height: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  background: #c8d4db;
}
.program-column {
  font-size: 14px;
}
.program-column li {
  margin-bottom: 20px;
}
.program-cast {
  line-height: 2;
  margin-bottom: 10px;
}
.program-info dl {
  clear: both;
  overflow: hidden;
  margin-bottom: 13px;
}
.program-info dt,
.program-info dd {
  float: left;
  width: 100px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.program-info dt {
  background: #c8d4db;
}
.program-hd dl {
  vertical-align: middle;
}
.program-hd dt {
  float: left;
  width: 100px;
  height: 30px;
  margin-right: 15px;
  background: #1c1c1c;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.program-hd dd {
  font-size: 11px;
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .program-ttl {
    margin-bottom: 15px;
  }
  .program-ttl h1 {
    font-size: 18px;
  }
  .program-ttl p {
    font-size: 12px;
  }
  .program-lead {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .program-left,
  .program-right {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .program-inner-item {
    margin-bottom: 20px;
    font-size: 13px;
  }
  .program-img {
    width: auto;
    margin-bottom: 10px;
  }
  .program-data img {
    width: auto;
    height: 15px;
    display: block;
  }
  .program-movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .program-movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    border: 1px solid #ccc;
  }
  .program-column {
    font-size: 12px;
  }
  .program-column li {
    margin-bottom: 10px;
  }
  .program-info dt,
  .program-info dd {
    width: 25%;
    height: 23px;
    font-size: 10px;
    line-height: 23px;
  }
  .program-hd dt {
    width: 25%;
    height: 23px;
    line-height: 23px;
  }
  .program-hd dd {
    font-size: 10px;
  }
}

/* =========================================
DETAIL ------------------ tag
========================================= */
.tag-area h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* =========================================
DETAIL ------------------ kinenote
========================================= */
.kinenote-top {
  overflow: hidden;
  margin-bottom: 10px;
  background: #807559;
}
.kinenote-top a {
  float: left;
}
.kinenote-btn02 {
  padding: 10px;
}
.kinenote-review {
  height: 600px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px 0;
  border: 2px solid #d5e7f2;
  font-size: 12px;
}
.kinenote-review li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d5e7f2;
}
.kinenote-review li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
dl.kinenote-ttl {
  overflow: hidden;
  width: 390px;
  margin-bottom: 15px;
}
dl.kinenote-ttl dt,
dl.kinenote-ttl dd {
  float: left;
}
dl.kinenote-ttl dt {
  margin-right: 5px;
}
dl.kinenote-ttl dd .kinenote-data {
  margin-bottom: 5px;
  padding-bottom: 3px;
  border-bottom: 1px solid #d5e7f2;
}
dl.kinenote-ttl dd .kinenote-netabare:before {
  content: "ネタバレ";
  display: inline-block;
  width: 60px;
  height: 16px;
  margin-right: 10px;
  background: #f00;
  color: #fff;
  line-height: 16px;
  text-align: center;
}
.kinenote-detail {
  border-bottom: 1px solid #d5e7f2;
}
.kinenote-detail p {
  padding: 10px;
  background: #eaf3f9;
}
.kinenote-close {
  width: 80px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}
.kinenote-close:before {
  content: "×";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
  color: #fff;
  background: #ccc;
}

/*0320 trvs added*/
@media screen and (max-width: 768px) {
  dl.kinenote-ttl {
    width:auto;
  }
}

/* =========================================
20180711  trvs added 放送終了対応＆吹き替え説明文調整
========================================= */
.program-none {
	margin-bottom: 40px;
}
.program-none  .caution-end {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 20px;
}
.program-fuki-caution {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 20px;
}
.program-fuki-caution span {
	font-weight: normal;
}
@media screen and (max-width: 768px) {
.program-none {
	margin-bottom: 20px;
}
.program-fuki-caution {
	margin-bottom: 10px;
}
}





