/*
 *  lightmellow / top.scss / top.css
 *  compass mode
 *  version --- 1.1
 *  author  --- coreframe, inc.
 *  created --- 2014/12/02
 *  updated --- 2015/01/26
 *
 */
#contents {
  width: 100%;
  margin: 40px auto;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #contents {
    width: 96%;
    margin: 2%;
  }
}
#contents #interview {
  width: 405px;
  float: left;
}
@media screen and (max-width: 640px) {
  #contents #interview {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 640px) {
  #contents #interview img {
    width: 40%;
    height: auto;
  }
}
#contents #channel {
  width: 505px;
  float: right;
}
@media screen and (max-width: 640px) {
  #contents #channel {
    width: 100%;
    float: none;
  }
}
#contents #channel h4 {
  font-size: 16px;
}
#contents h3 {
  background-image: url("../img/h_bg.jpg");
  background-repeat: left;
  background-repeat: no-repeat;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-indent: 1em;
  font-weight: normal;
}
#contents .cont {
  margin: 1em 0;
}
#contents .cont h5 {
  color: #0066cc;
  font-size: 13px;
  margin: 1em 0;
  font-weight: normal;
}
#contents .cont span.hashimoto {
  color: #138775;
  display: inline-block;
  margin-right: 1em;
}
#contents .more_block {
  margin: 1em 0;
}
#contents .more {
  font-size: 16px;
}
#contents #banner {
  clear: both;
  margin: 0px auto;
}
#contents #banner .pc {
  display: block;
}
#contents #banner .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #contents #banner {
    margin: 20px auto;
  }
  #contents #banner .pc {
    display: none;
  }
  #contents #banner .sp {
    display: block;
    width: 100%;
    height: auto;
  }
}
#contents #banner .txtlink {
  text-align: right;
}
#contents #product {
  clear: both;
  margin: 40px auto;
}
@media screen and (max-width: 640px) {
  #contents #product {
    margin: 20px auto;
  }
}
#contents #product .txtlink {
  text-align: right;
}
#contents #information {
  clear: both;
  margin: 0px auto 40px;
  background-color: #f7f7f7;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (max-width: 640px) {
  #contents #information {
    margin: 20px auto;
  }
}
#contents #information .cont_area {
  position: relative;
  padding: 10px 20px 0 20px;
  overflow: hidden;
}
#contents #information .cont_area h6 {
  font-size: 100%;
  margin-bottom: 10px;
}
#contents #information .cont_area .block {
  overflow: hidden;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
#contents #information .cont_area .block.last {
  margin-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 640px) {
  #contents #information .cont_area .block {
    overflow: visible;
    width: 70%;
  }
}
#contents #information .cont_area .more_text_open {
  position: absolute;
  top: 10px;
  right: 20px;
  font-family: Arial;
}
@media screen and (max-width: 640px) {
  #contents #information .cont_area .more_text_open {
    width: 30%;
    text-align: right;
  }
}
#contents #information .cont_area .more_text_close {
  position: absolute;
  bottom: 1em;
  right: 20px;
  font-family: Arial;
  display: none;
}
@media screen and (max-width: 640px) {
  #contents #information .cont_area .more_text_close {
    width: 30%;
    text-align: right;
  }
}
#contents #playlist {
  clear: both;
  margin: 40px auto;
  background-color: #fffeec;
  position: relative;
}
@media screen and (max-width: 640px) {
  #contents #playlist {
    margin: 20px auto;
  }
}
#contents #playlist .flickSlide {
  width: 900px;
  margin: 20px auto;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #contents #playlist .flickSlide {
    width: 100%;
    padding: 10px 50px;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#contents #playlist .flickSlide ul {
  overflow: hidden;
}
#contents #playlist .flickSlide ul li {
  float: left;
  width: 160px;
  margin: 10px;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  #contents #playlist .flickSlide ul li {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
}
#contents #playlist .flickSlide ul li .img {
  width: 160px;
  height: 160px;
  background-color: #c9c9c9;
  display: block;
  margin: 0 auto;
}
#contents #playlist .flickSlide ul li img {
  border: solid 1px #e2dc71;
  line-height: 0;
}
#contents #playlist .flickSlide ul li h4 {
  margin: 1em 0 3px 0;
}
#contents #playlist .flickSlide ul li .coming {
  background-color: #000;
  color: #fff;
  font-size: 0.8em;
  display: inline-block;
  padding: 0.2em 0.5em;
  font-weight: normal;
}
#contents #playlist .flickSlide ul li h5 {
  font-weight: normal;
}
#contents #playlist .flickSlide ul li p.trim {
  background-image: url("../img/text_arrow.png");
  background-position: left 2px;
  background-repeat: no-repeat;
  font-weight: normal;
  margin: 3px 0 0.5em 0;
  padding-left: 10px;
  font-size: 86%;
  text-decoration: underline;
  color: #000;
  cursor: pointer;
  display: block;
}
@media screen and (max-width: 640px) {
  #contents #playlist .flickSlide ul li p.trim {
    display: none;
  }
}
#contents #playlist .flickSlide ul li p.addlink {
  font-size: 86%;
  font-weight: normal;
  margin: 0px 0 1em 0;
}
#contents #playlist .flickSlide ul li p.addlink a {
  text-decoration: underline;
  color: #000;
}
#contents #playlist .flickSlide ul li p.sp_trim {
  display: none;
}
@media screen and (max-width: 640px) {
  #contents #playlist .flickSlide ul li p.sp_trim {
    display: block;
    background-image: url("../img/text_arrow.png");
    background-position: left 2px;
    background-repeat: no-repeat;
    padding-left: 10px;
    font-weight: normal;
    margin: 3px 0 1em 0;
    padding-left: 10px;
    font-size: 86%;
    color: #000;
  }
}
#contents #playlist a#prev_slide1 {
  position: absolute;
  left: 0;
  width: 30px;
  height: 300px;
  display: block;
  background-image: url("../img/playlist_arrow_left.png");
  background-repeat: no-repeat;
  background-position: center;
}
#contents #playlist a#prev_slide1 span {
  display: none;
}
#contents #playlist a#prev_slide1:hover {
  background-color: rgba(247, 247, 247, 0.5);
}
#contents #playlist a#next_slide1 {
  position: absolute;
  right: 0;
  width: 30px;
  height: 300px;
  display: block;
  background-image: url("../img/playlist_arrow_right.png");
  background-repeat: no-repeat;
  background-position: center;
}
#contents #playlist a#next_slide1 span {
  display: none;
}
#contents #playlist a#next_slide1:hover {
  background-color: rgba(247, 247, 247, 0.5);
}
#contents #playlist #pager_slide1 {
  display: none;
}
#contents #request {
  clear: both;
  margin: 40px auto;
  line-height: 0;
}
@media screen and (max-width: 640px) {
  #contents #request {
    margin: 20px auto;
  }
}
#contents #request a {
  line-height: 0;
}
#contents #request img {
  line-height: 0;
  margin: 0;
}
#contents #request .pc {
  display: block;
}
@media screen and (max-width: 640px) {
  #contents #request .pc {
    display: none;
  }
}
#contents #request .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #contents #request .sp {
    display: block;
  }
}

.infoBox {
  position: absolute;
  z-index: 1500;
}

.infoBox > div {
  background: #000;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0.5em 1em;
  width: 340px;
}

.infoBox p {
  font-size: x-small;
}

.infoboxes {
  font-size: 86%;
}
