@charset "UTF-8";
/*!
*  Style.css | 2015.12.27 by nakajima
*/
/* 共通スタイル設定
   ========================================================================== */
/*!
 *  Variables | 2015.11.02 by yk
 */
/* 汎用設定
   ========================================================================== */
.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mtb5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.mtb10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.mtb15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.pt5 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 20px; }

.pb5 {
  padding-bottom: 5px; }

.pb10 {
  padding-bottom: 10px; }

.pb15 {
  padding-bottom: 15px; }

.pb20 {
  padding-bottom: 20px; }

.ptb5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.ptb15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.left {
  float: left; }

.right {
  float: right !important; }

/*--------------------------トップページスタイル設定--------------------------*/
#contents #rightContents h2 {
  margin-bottom: 10px;
  padding: 5px 20px;
  font-size: 18px;
  color: #FFF;
  background: #4D463D; }
  #contents #rightContents h2 span {
    margin-left: 10px;
    font-size: 12px;
    color: #fff;
    font-weight: normal; }
#contents #rightContents .newMovie {
  margin-bottom: 100px; }
  #contents #rightContents .newMovie h3 {
    color: #E96093;
    font-size: 24px;
    text-align: center;
    margin: 40px 0; }
  #contents #rightContents .newMovie .movieBox {
    background: url(/img/movie/newmovie_back.png) no-repeat;
    background-size: 620px;
    height: 500px;
    width: 620px;
    margin: 0 auto; }
    #contents #rightContents .newMovie .movieBox .movie {
      padding-top: 90px;
      padding-left: 40px;
      text-align: center; }
      #contents #rightContents .newMovie .movieBox .movie iframe {
        height: 246px; }
    #contents #rightContents .newMovie .movieBox .movieTitle {
      text-align: center;
      margin-top: 40px;
      font-size: 20px; }
#contents .pastMovie {
  margin-bottom: 40px; }
  #contents .pastMovie p {
    text-align: center;
    font-size: 24px;
    color: #4D463D; }
  #contents .pastMovie .movies {
    background: url(/img/movie/movie_back.png) repeat-y;
    background-size: 764px;
    padding: 20px;
    overflow: hidden; }
    #contents .pastMovie .movies .movieList {
      float: left;
      margin-bottom: 20px; }
      #contents .pastMovie .movies .movieList .movieTitle {
        font-size: 16px; }
    #contents .pastMovie .movies .center {
      margin: 0 32px; }
#contents .btn_youtube {
  text-align: center; }

/*# sourceMappingURL=style.css.map */
