@charset "UTF-8";
/* 汎用ページ処理
------------------------------------------------------*/
.tit_category h2:before,.tit_category h2:after{
  background-color: #65C1F3;
}
.tit_category h2#tit_movie span {
  width: 115px;
  background: url(../images/movies/tit_movie.png) top center no-repeat;
}

/* 個別ページ処理
------------------------------------------------------*/
.mainimgCol-movie img {
  margin-bottom: 20px;
}

#movieCol {
  position: relative;
  margin: 6% auto 0 auto;
  padding-top: 52%;
  width: 93%;
}
#movieCol iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 640px) {
  .mainimgCol-movie img {
    width: 100%;
    margin-bottom: 20px;
  }

  #movieCol {
    position: static;
    margin: 0 auto;
    padding: 0;
    width: 900px;
  }
  #movieCol iframe {
    position: static;
    display: block;
    width: 900px;
    height: 506px;
  }
}
