@charset "UTF-8";

/* link- */
a { outline: none; color:#999; text-decoration: none; }
a:hover { color:#ccc; }
a:focus { outline:none; }

body { overflow-x: hidden; text-align: left; color: #666; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; -webkit-font-smoothing: antialiased; letter-spacing: .3em;}

/* z-index*/
#key { z-index: 100;}
.content { z-index: 1000; }


/* wrap */
#wrap{
  position: relative;
  height:auto !important;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding: 0;
}
/* key */
#key {
  position: relative;
  margin: 0 auto;
  padding: 0;
  display: block;
  width: 100%;
  min-width: 1000px;
  max-width: 1500px;
  height:auto !important;
  height: 100%;
  min-height: 100%;
  overflow:hidden;
  zoom:1;
}
  #key .img-key{ display: block; width: 100%; height: auto;}


/* catch */
#text-catch,#text-staff { position: absolute; }
#text-catch { top: 110px; left: 3%;}
  @media screen and (min-width: 1200px) {
    img.catch-s { display: none !important; }
    img.catch-l { display: block !important; }
  }
  @media screen and (max-width: 1199px) {
    img.catch-s { display: block; }
    img.catch-l  { display: none; }
  }
  
#text-staff { bottom: 60px; right: 20px;}
  @media screen and (min-width: 1200px) {
    img.staff-s { display: none !important; }
    img.staff-l { display: block !important; }
  }
  @media screen and (max-width: 1199px) {
    img.staff-s { display: block; }
    img.staff-l  { display: none; }
  }

/* content */
.content { position: relative; margin: -40px auto 64px; padding: 44px 0 34px; width: 94%; min-width: 960px; max-width: 1400px; background: #fff; --webkit-box-shadow: 0px 0px 8px 2px #e8e8e8; -moz-box-shadow: 0px 0px 8px 2px #e8e8e8; box-shadow: 0px 0px 8px 2px #e8e8e8; display: table;}

.news-twitter-are,.movie-area { display: table-cell; max-width: 50%; overflow: hidden;}
  .tit-sub { margin-bottom: 16px; text-align: center; }
  .content-box { padding: 16px 3%; /*border:1px solid #666;*/ width: 94%;}
  
  .news-list,.twitter-box { margin: 0 auto; max-width: 490px; color:#999;}
  .news-list li:not(:last-child) { margin-bottom: 16px; padding-bottom: 8px; border-bottom:1px solid #efefef;}
    .day { font-size: 12px; color: #999; }
    .news-list h3 { font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
    .btn-more { text-align: right; }

  .movie-list{ margin: 0 auto;}
    .movie-list li{ margin: 0 auto 32px; position: relative; display: block; width: 390px;}
      .movie-list li img{ margin-bottom: 4px; }    
      .play{ display: block; height: 220px; width: 390px; position: absolute; top: 0; left: 0; background: url(../img/thumb-movie.png) 0 0; }