@charset "utf-8";
/*
Theme Name: theme name
Theme URI: http://www.mediaplex.co.jp/
Author: 株式会社テレビ朝日メディアプレックス
Author URI: http://www.mediaplex.co.jp/

License:
License URI:

General comments (optional).
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* ========================================
common style
========================================*/
html {
  color: #e1f5ff;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 62.5%;
}
html body {
  font-size: 16px;
  font-size: 1.6rem;
}

p {
  line-height: 1.6;
}

a {
  color: #e1f5ff;
}
a:hover {
  color: white;
}
a:active {
  color: white;
}

::selection {
  color: #141535;
  background: white;
}

::-moz-selection {
  color: #141535;
  background: white;
}

img {
  vertical-align: bottom;
}

/* ========================================
header
========================================*/
header {
  min-width: 960px;
  padding: 10px 0 5px;
  border-bottom: 5px solid #dddddd;
}
header #headerInner {
  width: 960px;
  margin: 0 auto;
}
header #headerInner .logo {
  float: left;
}
header #headerInner .snsBox {
  float: right;
  margin-top: 8px;
}
header #headerInner .snsBox li {
  float: left;
  margin-left: 15px;
}
header #headerInner .snsBox li:first-child {
  margin-left: 0;
}
header #headerInner .snsBox .twitter-tweet-button {
  width: 100px !important;
}

#mainImg {
  background: url(../img/main_img_bg.jpg) 0 0 repeat-x;
}
#mainImg #mainImgInner {
  background: url(../img/main_img.jpg) 50% 50% no-repeat;
  margin: 0 auto;
  min-width: 960px;
  border-bottom: 5px solid #dddddd;
}
#mainImg #mainImgInner #spMainImg {
  display: none;
}
#mainImg #mainImgInner #mainImgContent {
  height: 495px;
  width: 960px;
  margin: 0 auto;
  position: relative;
}
#mainImg #mainImgInner #mainImgContent #mainBtnObo, #mainImg #mainImgInner #mainImgContent #mainBtnDis, #mainImg #mainImgInner #mainImgContent #mainBtnMal {
  position: absolute;
  top: 400px;
}
#mainImg #mainImgInner #mainImgContent #mainBtnMal {
  left: 465px;
}
#mainImg #mainImgInner #mainImgContent #mainBtnDis {
  left: 700px;
}

/* ========================================
 sphone header
========================================*/
@media screen and (max-width: 480px) {
  html body {
    font-size: 1.2rem;
  }

  * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  img {
    max-width: 100%;
  }

  header {
    height: auto;
    padding: 10px;
    min-width: 100%;
  }
  header #headerInner {
    width: 100%;
  }
  header #headerInner .logo {
    float: none;
    margin-bottom: 10px;
  }
  header #headerInner .snsBox {
    float: none;
    margin-top: 0px;
  }

  #mainImg #mainImgInner {
    background: #f9f9f9;
    margin: 0;
    min-width: 0;
  }
  #mainImg #mainImgInner #spMainImg {
    display: block;
    width: 100%;
  }
  #mainImg #mainImgInner #mainImgContent {
    height: auto;
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
  }
  #mainImg #mainImgInner #mainImgContent #mainBtnObo, #mainImg #mainImgInner #mainImgContent #mainBtnMal, #mainImg #mainImgInner #mainImgContent #mainBtnDis {
    display: inline-block;
    position: static;
    margin: 0 auto 10px;
  }
}
/* ========================================
contest
========================================*/
.blockWrapper {
  width: 100%;
  padding: 40px 0;
  min-width: 960px;
  border-bottom: 5px solid #dddddd;
}
.blockWrapper .blockWrapperInner {
  margin: 0 auto;
  width: 960px;
}
.blockWrapper .blockWrapperInner .ttlMain {
  margin-bottom: 40px;
}

.contentBlue {
  background: url(../img/blue_cont_bg.jpg) 50% 0 no-repeat #141535;
}

.contentGray {
  background: url(../img/gray_cont_bg.jpg) 50% 0 no-repeat #f9f9f9;
}

#contest {
  padding-top: 10px;
}
#contest .pafResultCnt .discription {
  padding: 30px 0;
}
#contest .pafResultCnt .topBox, #contest .pafResultCnt .leftBox, #contest .pafResultCnt .rightBox {
  background: #121325;
  border: 1px solid #98a9b7;
}
#contest .pafResultCnt .topBox {
  margin-bottom: 20px;
  padding-bottom: 30px;
}
#contest .pafResultCnt .topBox .ttl {
  text-align: center;
  margin-bottom: 10px;
}
#contest .pafResultCnt .topBox .pafMovie {
  float: left;
  width: 390px;
  margin-left: 60px;
  text-align: center;
}
#contest .pafResultCnt .topBox .pafMovie .name {
  margin-bottom: 20px;
}
#contest .pafResultCnt .leftBox, #contest .pafResultCnt .rightBox {
  width: 468px;
}
#contest .pafResultCnt .leftBox .ttl, #contest .pafResultCnt .rightBox .ttl {
  text-align: center;
  padding: 24px 0 20px;
}
#contest .pafResultCnt .leftBox ul, #contest .pafResultCnt .rightBox ul {
  padding-top: 5px;
}
#contest .pafResultCnt .leftBox ul li, #contest .pafResultCnt .rightBox ul li {
  color: #fea531;
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}
#contest .pafResultCnt .leftBox ul li a, #contest .pafResultCnt .rightBox ul li a {
  color: #fea531;
}
#contest .pafResultCnt .leftBox ul li small, #contest .pafResultCnt .rightBox ul li small {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}
#contest .pafResultCnt .leftBox {
  float: left;
  height: 444px;
}
#contest .pafResultCnt .leftBox ul {
  padding-top: 75px;
}
#contest .pafResultCnt .rightBox {
  float: right;
  padding-bottom: 10px;
}
#contest .pafResultCnt .twitext {
  clear: both;
  padding-top: 5px;
}
#contest .contestLeftBox {
  float: left;
  padding-top: 20px;
}
#contest .graResultCnt {
  padding-top: 30px;
  margin-bottom: 20px;
}
#contest .graResultCnt .discription {
  margin-bottom: 30px;
}
#contest .graResultCnt .boxLeft, #contest .graResultCnt .boxRight, #contest .graResultCnt .boxBottom {
  background: #121325;
  border: 1px solid #98a9b7;
}
#contest .graResultCnt .boxLeft a, #contest .graResultCnt .boxRight a, #contest .graResultCnt .boxBottom a {
  color: #fea531;
}
#contest .graResultCnt .boxLeft .name, #contest .graResultCnt .boxRight .name, #contest .graResultCnt .boxBottom .name {
  display: block;
}
#contest .graResultCnt .boxLeft .thum, #contest .graResultCnt .boxRight .thum, #contest .graResultCnt .boxBottom .thum {
  width: 244px;
}
#contest .graResultCnt .boxLeft, #contest .graResultCnt .boxRight {
  margin-bottom: 20px;
}
#contest .graResultCnt .boxLeft .name, #contest .graResultCnt .boxRight .name {
  display: block;
  margin-bottom: 10px;
}
#contest .graResultCnt .boxLeft {
  float: left;
  width: 625px;
  height: 279px;
}
#contest .graResultCnt .boxLeft .thum {
  float: right;
  padding: 0 20px;
}
#contest .graResultCnt .boxLeft p {
  margin-left: 20px;
}
#contest .graResultCnt .boxRight {
  float: right;
  width: 311px;
  text-align: center;
  padding-bottom: 20px;
}
#contest .graResultCnt .boxBottom {
  clear: both;
  padding: 20px;
}
#contest .graResultCnt .boxBottom .thum {
  float: right;
}
#contest .graResultCnt .boxBottom p {
  margin-right: 262px;
}
#contest .graBox {
  width: 980px;
  margin-bottom: 20px;
}
#contest .graBox .discription {
  margin-bottom: 10px;
}
#contest .graBox .thumBox {
  width: 225px;
  float: left;
  margin: 0 20px 20px 0;
}
#contest .graBox .thumBox img {
  width: 100%;
}
#contest .graBox .thumBox .name {
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px dotted #5b5c72;
}
#contest .graBox .thumTabBox {
  width: 225px;
  height: 183px;
  float: left;
  position: relative;
  margin-right: 20px;
}
#contest .graBox .thumTabBox .thumBox {
  position: absolute;
  top: 0px;
  left: 0px;
}
#contest .graBox .thumTabBox .thumBox .name {
  cursor: pointer;
  position: relative;
  z-index: 120;
  width: 112px;
  font-size: 12px;
  padding: 15px 0 10px;
  background: url(../img/icon_arrow_tna.gif) 50% 5px no-repeat;
}
#contest .graBox .thumTabBox .thumBox .youtube {
  float: left;
  position: relative;
}
#contest .graBox .thumTabBox .thumBox .name.active {
  color: #fea531;
  background: url(../img/icon_arrow_ta.gif) 50% 5px no-repeat #31314e;
}
#contest .graBox .thumTabBox .first .youtube {
  z-index: 100;
}
#contest .graBox .thumTabBox .first .name {
  float: left;
}
#contest .graBox .thumTabBox .second .youtube {
  z-index: 80;
}
#contest .graBox .thumTabBox .second .name {
  float: right;
}
#contest .graBox small {
  font-size: 10px;
  position: relative;
  top: 185px;
}
#contest .contestRightBox {
  padding-top: 20px;
  float: right;
}
#contest .contestLeftBox, #contest .contestRightBox {
  background: #121325;
  width: 468px;
  border: 1px solid #98a9b7;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#contest .contestLeftBox h2, #contest .contestRightBox h2 {
  padding: 0 0 0 20px;
  margin-bottom: 20px;
}
#contest .contestLeftBox .closed, #contest .contestRightBox .closed {
  text-align: center;
}
#contest .contestLeftBox p, #contest .contestRightBox p {
  padding: 0 20px;
  margin-bottom: 45px;
}
#contest .contestLeftBox .sampleMovie, #contest .contestRightBox .sampleMovie {
  width: 428px;
  margin: 0 auto;
  position: relative;
}
#contest .contestLeftBox .sampleMovie iframe, #contest .contestRightBox .sampleMovie iframe {
  width: 428px!important;
  height: 240px!important;
}
#contest .contestLeftBox .sampleMovie .icon, #contest .contestRightBox .sampleMovie .icon {
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 200;
}
#contest .contestLeftBox #sampleMovieUta, #contest .contestRightBox #sampleMovieUta {
  width: 428px;
  height: 240px;
  position: relative;
}
#contest .contestLeftBox #sampleMovieUta iframe, #contest .contestRightBox #sampleMovieUta iframe {
  position: absolute;
}
#contest .contestLeftBox #sampleMovieUta p, #contest .contestRightBox #sampleMovieUta p {
  display: none;
}
#contest .contestLeftBox #sampleMovieUta .disnone, #contest .contestRightBox #sampleMovieUta .disnone {
  display: none;
}
#contest .contestLeftBox #sampleMovieTab, #contest .contestRightBox #sampleMovieTab {
  padding: 0 20px;
}
#contest .contestLeftBox #sampleMovieTab li, #contest .contestRightBox #sampleMovieTab li {
  width: 50%;
  float: left;
  padding: 7px 0;
  color: #86909d;
  cursor: pointer;
  text-align: center;
  background: #2a2b3b;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
#contest .contestLeftBox #sampleMovieTab li span, #contest .contestRightBox #sampleMovieTab li span {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 15px;
}
#contest .contestLeftBox #sampleMovieTab li.active, #contest .contestRightBox #sampleMovieTab li.active {
  color: #fff;
  background: #fea531;
}
#contest .contestLeftBox #sampleMovieTab li.active span, #contest .contestRightBox #sampleMovieTab li.active span {
  background: url(../img/icon_arrow_ora.gif) 0 50% no-repeat;
}
#contest .contestLeftBox .btn, #contest .contestRightBox .btn {
  margin-top: 20px;
  text-align: center;
}
#contest .contestBottomBox {
  clear: both;
  padding: 20px;
  border: 1px solid #98a9b7;
  background: #121325;
}
#contest .contestBottomBox h2 {
  margin-bottom: 20px;
}
#contest .contestBottomBox .sampleMovieItem {
  width: 300px;
  float: left;
  margin-right: 8px;
}
#contest .contestBottomBox .sampleMovieItem iframe {
  width: 300px!important;
  height: 167px!important;
}
#contest .contestBottomBox .sampleMovieItem p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fea531;
  margin-bottom: 5px;
}
#contest .contestBottomBox .btnKashi {
  float: left;
  width: 300px;
  display: inline-block;
  margin-top: 49px;
}
#contest .contestBottomBox .btnKashi img {
  width: 100%;
}

/* ========================================
 sphone contest
========================================*/
@media screen and (max-width: 480px) {
  .blockWrapper {
    padding: 20px 10px;
    min-width: 100%;
  }
  .blockWrapper .blockWrapperInner {
    margin: 0;
    width: 100%;
  }
  .blockWrapper .blockWrapperInner .ttlMain {
    margin-bottom: 20px;
  }

  #contest .pafResultCnt .discription {
    padding: 0 0 10px;
  }
  #contest .pafResultCnt .topBox, #contest .pafResultCnt .leftBox, #contest .pafResultCnt .rightBox {
    background: #121325;
    border: 1px solid #98a9b7;
  }
  #contest .pafResultCnt .topBox {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  #contest .pafResultCnt .topBox .ttl {
    margin-bottom: 0;
  }
  #contest .pafResultCnt .topBox .ttl img {
    width: 220px;
  }
  #contest .pafResultCnt .topBox .pafMovie {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  #contest .pafResultCnt .topBox .pafMovie .name {
    margin-bottom: 10px;
  }
  #contest .pafResultCnt .topBox .pafMovie .name img {
    width: 120px;
  }
  #contest .pafResultCnt .topBox .pafMovie iframe {
    width: 298px!important;
    height: 167px!important;
  }
  #contest .pafResultCnt .leftBox, #contest .pafResultCnt .rightBox {
    width: 100%;
  }
  #contest .pafResultCnt .leftBox .ttl, #contest .pafResultCnt .rightBox .ttl {
    padding: 10px 0;
  }
  #contest .pafResultCnt .leftBox ul li, #contest .pafResultCnt .rightBox ul li {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #contest .pafResultCnt .leftBox ul li small, #contest .pafResultCnt .rightBox ul li small {
    font-size: 12px;
  }
  #contest .pafResultCnt .leftBox {
    float: none;
    height: auto;
    margin-bottom: 10px;
  }
  #contest .pafResultCnt .leftBox ul {
    padding-top: 0px;
  }
  #contest .pafResultCnt .rightBox {
    float: none;
    padding-bottom: 0px;
  }
  #contest .pafResultCnt .twitext {
    margin-bottom: 10px;
  }
  #contest .graResultCnt {
    padding-top: 0;
    margin-bottom: 10px;
  }
  #contest .graResultCnt .discription {
    margin-bottom: 10px;
  }
  #contest .graResultCnt .boxLeft, #contest .graResultCnt .boxRight, #contest .graResultCnt .boxBottom {
    height: auto;
    background: #121325;
    padding: 0 10px 10px;
    border: 1px solid #98a9b7;
  }
  #contest .graResultCnt .boxLeft .name, #contest .graResultCnt .boxRight .name, #contest .graResultCnt .boxBottom .name {
    display: block;
  }
  #contest .graResultCnt .boxLeft .thum, #contest .graResultCnt .boxRight .thum, #contest .graResultCnt .boxBottom .thum {
    width: 100%;
  }
  #contest .graResultCnt .boxLeft p, #contest .graResultCnt .boxRight p, #contest .graResultCnt .boxBottom p {
    padding-top: 10px;
  }
  #contest .graResultCnt .boxLeft, #contest .graResultCnt .boxRight {
    margin-bottom: 10px;
  }
  #contest .graResultCnt .boxLeft .name, #contest .graResultCnt .boxRight .name {
    display: block;
    margin-bottom: 10px;
  }
  #contest .graResultCnt .boxLeft {
    float: none;
    width: 100%;
  }
  #contest .graResultCnt .boxLeft .thum {
    padding: 0;
    float: none;
  }
  #contest .graResultCnt .boxLeft p {
    margin-left: 0;
    padding-left: 0;
  }
  #contest .graResultCnt .boxRight {
    float: none;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
  #contest .graResultCnt .boxBottom {
    padding: 10px;
  }
  #contest .graResultCnt .boxBottom .thum {
    float: none;
  }
  #contest .graResultCnt .boxBottom p {
    margin-right: 0;
  }
  #contest .graBox {
    width: 100%;
    margin-bottom: 20px;
  }
  #contest .graBox .discription {
    margin-bottom: 10px;
  }
  #contest .graBox .thumBox {
    width: 49%;
    float: left;
    margin: 0 0 10px 0;
  }
  #contest .graBox .thumBox img {
    width: 100%;
  }
  #contest .graBox .thumBox .name {
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px dotted #5b5c72;
  }
  #contest .graBox .thumBox:nth-child(even) {
    margin-right: 2%;
  }
  #contest .graBox .thumTabBox {
    width: 225px;
    float: left;
    position: relative;
  }
  #contest .graBox .thumTabBox .thumBox {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  #contest .graBox .thumTabBox .thumBox .name {
    cursor: pointer;
    position: relative;
    z-index: 120;
    width: 112px;
    font-size: 12px;
    padding: 15px 0 10px;
    background: url(../img/icon_arrow_tna.gif) 50% 5px no-repeat;
  }
  #contest .graBox .thumTabBox .thumBox .youtube {
    float: left;
    position: relative;
  }
  #contest .graBox .thumTabBox .thumBox .name.active {
    color: #fea531;
    background: url(../img/icon_arrow_ta.gif) 50% 5px no-repeat #31314e;
  }
  #contest .graBox .thumTabBox .first .youtube {
    z-index: 100;
  }
  #contest .graBox .thumTabBox .first .name {
    float: left;
  }
  #contest .graBox .thumTabBox .second .youtube {
    z-index: 80;
  }
  #contest .graBox .thumTabBox .second .name {
    float: right;
  }
  #contest .graBox small {
    font-size: 10px;
    position: static;
    clear: both;
    display: block;
    margin-bottom: 10px;
  }
  #contest .contestLeftBox {
    height: auto;
  }
  #contest .contestRightBox .sampleMovie {
    padding-bottom: 0;
  }
  #contest .contestLeftBox, #contest .contestRightBox {
    display: block;
    float: none;
    width: 100%;
    min-height: 0;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  #contest .contestLeftBox .closed, #contest .contestRightBox .closed {
    padding: 0 10px;
    margin-top: 0px;
  }
  #contest .contestLeftBox h2, #contest .contestLeftBox p, #contest .contestRightBox h2, #contest .contestRightBox p {
    padding: 0 10px;
  }
  #contest .contestLeftBox h2, #contest .contestRightBox h2 {
    margin-bottom: 10px;
  }
  #contest .contestLeftBox p, #contest .contestRightBox p {
    margin-bottom: 35px;
  }
  #contest .contestLeftBox p br, #contest .contestRightBox p br {
    display: none;
  }
  #contest .contestLeftBox .sampleMovie, #contest .contestRightBox .sampleMovie {
    width: 298px;
    margin: 0 auto;
  }
  #contest .contestLeftBox .sampleMovie iframe, #contest .contestRightBox .sampleMovie iframe {
    width: 298px!important;
    height: 168px!important;
  }
  #contest .contestLeftBox .sampleMovie .icon, #contest .contestRightBox .sampleMovie .icon {
    width: 100px;
    position: absolute;
    top: -30px;
    left: 0;
  }
  #contest .contestLeftBox #sampleMovieUta, #contest .contestRightBox #sampleMovieUta {
    width: auto;
    height: auto;
    position: static;
  }
  #contest .contestLeftBox #sampleMovieUta iframe, #contest .contestRightBox #sampleMovieUta iframe {
    position: static;
    margin-bottom: 5px;
  }
  #contest .contestLeftBox #sampleMovieUta p, #contest .contestRightBox #sampleMovieUta p {
    display: block;
    color: #fea531;
    margin-bottom: 10px;
  }
  #contest .contestLeftBox #sampleMovieUta .disnone, #contest .contestRightBox #sampleMovieUta .disnone {
    display: block;
  }
  #contest .contestLeftBox #sampleMovieTab, #contest .contestRightBox #sampleMovieTab {
    display: none;
  }
  #contest .contestLeftBox .btn, #contest .contestRightBox .btn {
    margin: 15px 0 5px;
  }
  #contest .contestBottomBox {
    padding: 10px 0;
  }
  #contest .contestBottomBox h2 {
    padding: 0 10px;
    margin-bottom: 10px;
  }
  #contest .contestBottomBox .sampleMovieItem {
    width: 298px;
    float: none;
    margin-right: 0;
  }
  #contest .contestBottomBox .sampleMovieItem iframe {
    width: 298px!important;
    height: 167px!important;
    margin-bottom: 5px;
  }
  #contest .contestBottomBox .sampleMovieItem p {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 5px;
  }
  #contest .contestBottomBox .btnKashi {
    display: block;
    padding: 0 10px;
    margin-top: 0px;
  }
}
/* ========================================
mon choise
========================================*/
.discriptionText {
  color: #141535;
  padding: 15px;
  font-size: 20px;
  font-size: 2.0rem;
  background: #dfe0ee;
  line-height: 1;
  margin-bottom: 20px;
}

#movieSlider {
  width: 920px;
  padding: 20px;
  overflow: hidden;
  position: relative;
  background: #141535;
  margin-bottom: 20px;
}
#movieSlider #movieSliderInner {
  position: relative;
}
#movieSlider #movieSliderInner .movieItem {
  float: left;
  width: 300px;
  margin-right: 10px;
}
#movieSlider #movieSliderInner .movieItem a {
  width: 300px;
}
#movieSlider #movieSliderInner .movieItem a img {
  width: 100%;
}
#movieSlider #btnLeft, #movieSlider #btnRight {
  position: absolute;
  width: 11px;
  height: 41px;
  top: 40%;
  cursor: pointer;
  z-index: 1000;
}
#movieSlider #btnLeft {
  left: 3px;
  background: url(../img/btn_slide_left.gif) 0 0 no-repeat;
}
#movieSlider #btnRight {
  right: 3px;
  background: url(../img/btn_slide_right.gif) 0 0 no-repeat;
}

/* ========================================
 sphone mon choise
========================================*/
@media screen and (max-width: 480px) {
  .discriptionText {
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  #movieSlider {
    width: 300px;
    padding: 0 25px;
    overflow: hidden;
    position: relative;
    background: #141535;
    margin: 0 auto 20px;
  }
  #movieSlider #movieSliderInner .movieItem {
    float: left;
    width: 250px;
    margin-right: 0px;
  }
  #movieSlider #movieSliderInner .movieItem a {
    width: 250px;
  }
  #movieSlider #btnLeft, #movieSlider #btnRight {
    position: absolute;
    width: 25px;
    height: 100%;
    top: 0;
  }
  #movieSlider #btnLeft {
    left: 0;
    background: url(../img/btn_slide_left_sp.gif) 50% 50% no-repeat #141535;
  }
  #movieSlider #btnRight {
    right: 0;
    background: url(../img/btn_slide_right_sp.gif) 50% 50% no-repeat #141535;
  }
}
/* ========================================
 obo
========================================*/
#obo #tabList li, #obo #tabListB li {
  width: 480px;
  height: 59px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  cursor: pointer;
}
#obo #tabList #tabUta, #obo #tabListB #tabUta {
  background: url(../img/obo_tab_uta.jpg) 0 -59px no-repeat;
}
#obo #tabList #tabUta.active, #obo #tabListB #tabUta.active {
  background: url(../img/obo_tab_uta.jpg) 0 0 no-repeat;
}
#obo #tabList #tabPaf, #obo #tabListB #tabPaf {
  background: url(../img/obo_tab_paf.jpg) 0 -59px no-repeat;
}
#obo #tabList #tabPaf.active, #obo #tabListB #tabPaf.active {
  background: url(../img/obo_tab_paf.jpg) 0 0 no-repeat;
}
#obo #tabList #tabUtaB, #obo #tabListB #tabUtaB {
  background: url(../img/obo_tab_uta_b.jpg) 0 -59px no-repeat;
}
#obo #tabList #tabUtaB.active, #obo #tabListB #tabUtaB.active {
  background: url(../img/obo_tab_uta_b.jpg) 0 0 no-repeat;
}
#obo #tabList #tabPafB, #obo #tabListB #tabPafB {
  background: url(../img/obo_tab_paf_b.jpg) 0 -59px no-repeat;
}
#obo #tabList #tabPafB.active, #obo #tabListB #tabPafB.active {
  background: url(../img/obo_tab_paf_b.jpg) 0 0 no-repeat;
}

.oboFlow.disnone {
  display: none;
}

.attention {
  color: #aab9c9;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 15px;
}
.attention .attentionTtl, .attention p {
  font-size: 12px;
  font-size: 1.2rem;
}
.attention .attentionTtl {
  font-weight: bold;
  margin-bottom: 5px;
}
.attention a {
  color: #fea531;
}

#oboFlowUta .ttlA, #oboFlowUta .ttlB, #oboFlowPaf .ttlA, #oboFlowPaf .ttlB {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#oboFlowUta .ttlA, #oboFlowPaf .ttlA {
  width: 918px;
  height: 48px;
}
#oboFlowUta .ttlB, #oboFlowPaf .ttlB {
  width: 918px;
}

#oboFlowUta .ttlA {
  background: url(../img/obo_uta_ttl_a.jpg) 0 0 no-repeat;
}
#oboFlowUta .ttlB {
  height: 25px;
  background: url(../img/obo_uta_ttl_b.jpg) 0 0 no-repeat;
}

#oboFlowPaf .ttlA {
  background: url(../img/obo_paf_ttl_a.jpg) 0 0 no-repeat;
}
#oboFlowPaf .ttlB {
  height: 62px;
  background: url(../img/obo_paf_ttl_b.jpg) 0 0 no-repeat;
}

.oboFlow {
  border: 1px solid #98a9b7;
  border-top: none;
  border-bottom: none;
  padding: 40px 20px;
}
.oboFlow .ttlA, .oboFlow .ttlB {
  text-align: center;
  margin-bottom: 30px;
}
.oboFlow .flowDiscription {
  margin-bottom: 30px;
}
.oboFlow .syohinList2 .syohinBoxLeft {
  float: left;
}
.oboFlow .syohinList2 .syohinBoxRight {
  float: right;
}
.oboFlow .syohinList2 .syohinBoxLeft, .oboFlow .syohinList2 .syohinBoxRight {
  width: 408px;
  height: 418px;
  border: 1px solid #35365a;
  padding: 20px 20px 10px;
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 1.4rem;
}
.oboFlow .syohinList2 .syohinBoxLeft img, .oboFlow .syohinList2 .syohinBoxRight img {
  display: block;
  margin: 0 auto 15px;
}
.oboFlow .syohinList2 .syohinBoxLeft ul li, .oboFlow .syohinList2 .syohinBoxRight ul li {
  line-height: 1.4;
  margin-bottom: 7px;
}
.oboFlow .syohinList2 .syohinBoxLeft p.name, .oboFlow .syohinList2 .syohinBoxRight p.name {
  text-align: center;
  margin-bottom: 10px;
}
.oboFlow .syohinList3 .syohinBoxLeft {
  margin-right: 10px;
}
.oboFlow .syohinList3 .syohinBoxLeft, .oboFlow .syohinList3 .syohinBoxMiddle {
  float: left;
}
.oboFlow .syohinList3 .syohinBoxRight {
  float: right;
}
.oboFlow .syohinList3 .syohinBoxLeft, .oboFlow .syohinList3 .syohinBoxRight, .oboFlow .syohinList3 .syohinBoxMiddle {
  width: 258px;
  height: 278px;
  border: 1px solid #35365a;
  padding: 10px 20px;
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 1.4rem;
}
.oboFlow .syohinList3 .syohinBoxLeft img, .oboFlow .syohinList3 .syohinBoxRight img, .oboFlow .syohinList3 .syohinBoxMiddle img {
  display: block;
  margin: 0 auto 15px;
}
.oboFlow .syohinList3 .syohinBoxLeft p, .oboFlow .syohinList3 .syohinBoxRight p, .oboFlow .syohinList3 .syohinBoxMiddle p {
  line-height: 1.4;
  text-align: center;
}
.oboFlow .flowContainer .ttlFlowMain {
  margin-bottom: 10px;
}
.oboFlow .flowContainer .flowBox {
  border: 1px solid #35365a;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.oboFlow .flowContainer .flowBox:last-child {
  margin-bottom: 0px;
}
.oboFlow .flowContainer .flowBox .ttlFlow {
  margin-bottom: 20px;
}
.oboFlow .flowContainer .flowBox .flowContent {
  padding: 0 20px;
}
.oboFlow .flowContainer .flowBox .flowContent .catchText {
  color: #fea531;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.oboFlow .flowContainer .flowBox .flowContent a {
  color: #fea531;
  text-decoration: underline;
}
.oboFlow .flowContainer .flowBox .flowContent .discList, .oboFlow .flowContainer .flowBox .flowContent .olFtiList {
  margin-bottom: 10px;
}
.oboFlow .flowContainer .flowBox .flowContent .discList li, .oboFlow .flowContainer .flowBox .flowContent .olFtiList li {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}
.oboFlow .flowContainer .flowBox .flowContent .btnObo {
  text-align: center;
  margin: 30px 0;
}
.oboFlow .flowContainer .flowBoxLast .ttlFlow {
  margin-bottom: 30px;
}
.oboFlow .flowContainer .flowBoxLast .flowContent {
  padding: 0 20px;
}
.oboFlow .flowContainer .flowBoxLast .flowContent p.ttl {
  font-weight: bold;
  color: #fea531;
  font-size: 20px;
  font-size: 2.0rem;
  margin-bottom: 10px;
}
.oboFlow .flowContainer .flowBoxLast .flowContent .scheduleList {
  margin-bottom: 20px;
}
.oboFlow .flowContainer .flowBoxLast .flowContent .scheduleList li {
  margin-bottom: 10px;
}

/* ========================================
 sphone obo
========================================*/
@media screen and (max-width: 480px) {
  #obo #tabList li, #obo #tabListB li {
    width: 50%;
    float: left;
    height: 40px;
    padding: 5px;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    border: 1px solid #98a9b7;
    text-indent: 0;
    white-space: normal;
    overflow: visible;
  }
  #obo #tabList #tabUta, #obo #tabList #tabPaf, #obo #tabListB #tabUta, #obo #tabListB #tabPaf {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
  }
  #obo #tabList #tabUtaB, #obo #tabList #tabPafB, #obo #tabListB #tabUtaB, #obo #tabListB #tabPafB {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
  }
  #obo #tabList #tabUta, #obo #tabList #tabPaf, #obo #tabList #tabUtaB, #obo #tabList #tabPafB, #obo #tabListB #tabUta, #obo #tabListB #tabPaf, #obo #tabListB #tabUtaB, #obo #tabListB #tabPafB {
    color: #141535;
    background: #8a8a99;
  }
  #obo #tabList #tabUta.active, #obo #tabList #tabPaf.active, #obo #tabList #tabUtaB.active, #obo #tabList #tabPafB.active, #obo #tabListB #tabUta.active, #obo #tabListB #tabPaf.active, #obo #tabListB #tabUtaB.active, #obo #tabListB #tabPafB.active {
    color: #fea531;
    background: #141535;
  }
  #obo #tabList #tabUta.active, #obo #tabList #tabPaf.active, #obo #tabListB #tabUta.active, #obo #tabListB #tabPaf.active {
    border-bottom: 1px solid #141535;
  }
  #obo #tabList #tabUtaB.active, #obo #tabList #tabPafB.active, #obo #tabListB #tabUtaB.active, #obo #tabListB #tabPafB.active {
    border-top: 1px solid #141535;
  }

  .attention {
    margin-bottom: 10px;
  }
  .attention p {
    font-size: 1.2rem;
    margin-bottom: 3px;
  }

  #oboFlowUta .ttlA, #oboFlowUta .ttlB, #oboFlowPaf .ttlA, #oboFlowPaf .ttlB {
    width: auto;
    height: auto;
    line-height: 1.2;
    font-weight: bold;
    background: none;
    text-indent: 0;
    white-space: normal;
    overflow: visible;
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  }
  #oboFlowUta .ttlA, #oboFlowPaf .ttlA {
    font-size: 2rem;
    color: #fea531;
  }
  #oboFlowUta .ttlB, #oboFlowPaf .ttlB {
    font-size: 1.4rem;
    color: #fff;
  }

  .oboFlow {
    border: 1px solid #98a9b7;
    border-top: none;
    border-bottom: none;
    padding: 10px;
  }
  .oboFlow .ttlA, .oboFlow .ttlB {
    margin-bottom: 10px;
  }
  .oboFlow .flowDiscription {
    margin-bottom: 10px;
  }
  .oboFlow .syohinList2 .syohinBoxLeft, .oboFlow .syohinList2 .syohinBoxRight {
    float: none;
  }
  .oboFlow .syohinList2 .syohinBoxLeft, .oboFlow .syohinList2 .syohinBoxRight {
    width: 100%;
    height: auto;
    padding: 10px;
    margin-bottom: 10px;
  }
  .oboFlow .syohinList2 .syohinBoxLeft img, .oboFlow .syohinList2 .syohinBoxRight img {
    margin: 0 auto 10px;
  }
  .oboFlow .syohinList2 .syohinBoxLeft ul li, .oboFlow .syohinList2 .syohinBoxRight ul li {
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .oboFlow .syohinList3 .syohinBoxLeft {
    margin-right: 10px;
  }
  .oboFlow .syohinList3 .syohinBoxLeft, .oboFlow .syohinList3 .syohinBoxMiddle, .oboFlow .syohinList3 .syohinBoxRight {
    float: none;
  }
  .oboFlow .syohinList3 .syohinBoxLeft, .oboFlow .syohinList3 .syohinBoxRight, .oboFlow .syohinList3 .syohinBoxMiddle {
    width: 100%;
    height: auto;
    padding: 10px;
    margin-bottom: 10px;
  }
  .oboFlow .syohinList3 .syohinBoxLeft img, .oboFlow .syohinList3 .syohinBoxRight img, .oboFlow .syohinList3 .syohinBoxMiddle img {
    margin: 0 auto 10px;
  }
  .oboFlow .flowContainer .ttlFlowMain {
    margin-bottom: 10px;
  }
  .oboFlow .flowContainer .flowBox {
    border: 1px solid #35365a;
    margin-bottom: 10px;
    padding-bottom: 11px;
  }
  .oboFlow .flowContainer .flowBox .ttlFlow {
    margin-bottom: 10px;
  }
  .oboFlow .flowContainer .flowBox .flowContent {
    padding: 0 10px;
  }
  .oboFlow .flowContainer .flowBox .flowContent .catchText {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .oboFlow .flowContainer .flowBox .flowContent a {
    word-break: break-all;
  }
  .oboFlow .flowContainer .flowBox .flowContent .discList, .oboFlow .flowContainer .flowBox .flowContent .olFtiList {
    margin-bottom: 10px;
  }
  .oboFlow .flowContainer .flowBox .flowContent .discList li, .oboFlow .flowContainer .flowBox .flowContent .olFtiList li {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .oboFlow .flowContainer .flowBox .flowContent .btnObo {
    margin: 15px 0;
  }
  .oboFlow .flowContainer .flowBoxLast .ttlFlow {
    margin-bottom: 10px;
  }
  .oboFlow .flowContainer .flowBoxLast .flowContent {
    padding: 0 10px;
  }
  .oboFlow .flowContainer .flowBoxLast .flowContent p.ttl {
    color: #fea531;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .oboFlow .flowContainer .flowBoxLast .flowContent .scheduleList {
    margin-bottom: 10px;
  }
  .oboFlow .flowContainer .flowBoxLast .flowContent .scheduleList li {
    margin-bottom: 5px;
  }
}
/* ========================================
 obo twitter
========================================*/
.colorOra {
  color: #fea531;
  font-weight: bold;
}

#obotwi .obotwiCotentn {
  border: 1px solid #98a9b7;
  padding: 20px;
}
#obotwi .obotwiCotentn p {
  font-size: 20px;
  font-size: 2.0rem;
  margin-bottom: 20px;
}
#obotwi .obotwiCotentn .btnTwi, #obotwi .obotwiCotentn .btnTwiMon {
  text-align: center;
  margin-bottom: 30px;
}
#obotwi .obotwiCotentn .twiSyohinItem {
  width: 800px;
  margin: 0 auto;
  border: 1px solid #35365a;
  padding-bottom: 40px;
}
#obotwi .obotwiCotentn .twiSyohinItem .leftItem, #obotwi .obotwiCotentn .twiSyohinItem .rightItem {
  width: 400px;
  text-align: center;
}
#obotwi .obotwiCotentn .twiSyohinItem .leftItem {
  float: left;
  padding-top: 40px;
}
#obotwi .obotwiCotentn .twiSyohinItem .rightItem {
  float: right;
  padding-top: 27px;
}
#obotwi .obotwiCotentn .twiSyohinItem .rightItem small {
  display: block;
  font-size: 10px;
  font-size: 1.0rem;
  margin-top: 5px;
}

/* ========================================
 sphone twitter
========================================*/
@media screen and (max-width: 480px) {
  #obotwi .obotwiCotentn {
    padding: 10px;
  }
  #obotwi .obotwiCotentn p {
    line-height: 1.4;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  #obotwi .obotwiCotentn .btnTwi, #obotwi .obotwiCotentn .btnTwiMon {
    margin-bottom: 10px;
  }
  #obotwi .obotwiCotentn .btnTwiMon a {
    width: 200px;
    display: inline-block;
  }
  #obotwi .obotwiCotentn .twiSyohinItem {
    width: 100%;
    height: auto;
    padding: 10px;
    text-align: center;
  }
  #obotwi .obotwiCotentn .twiSyohinItem .leftItem, #obotwi .obotwiCotentn .twiSyohinItem .rightItem {
    width: 100%;
    float: none;
    padding-top: 0px;
  }
  #obotwi .obotwiCotentn .twiSyohinItem .leftItem {
    margin-bottom: 10px;
  }
  #obotwi .obotwiCotentn .twiSyohinItem .itemImg {
    width: 150px;
  }
}
/* ========================================
 syohin
========================================*/
.doubleBorderBox {
  padding: 1px;
  background: #fff;
  border: 1px solid #141535;
}
.doubleBorderBox .doubleBorderBoxInner {
  background: #141535;
}
.doubleBorderBox .attentionBlock {
  padding: 30px 20px 20px;
}

.syohinBlock {
  margin-bottom: 30px;
}
.syohinBlock .syohinTtlBumon, .syohinBlock .syohinTtlLank {
  margin-bottom: 30px;
}
.syohinBlock .syohinTtlBumon img, .syohinBlock .syohinTtlLank img {
  max-width: 100%;
}
.syohinBlock .syohinGrand {
  margin-bottom: 20px;
}
.syohinBlock .syohinGrand .syohinName {
  color: #fea531;
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 15px;
  font-weight: bold;
}
.syohinBlock .syohinGrand .disney {
  margin-bottom: 20px;
}
.syohinBlock .syohinGrand .disney img {
  float: right;
}
.syohinBlock .syohinGrand .disney p, .syohinBlock .syohinGrand .disney dl {
  margin-right: 280px;
}
.syohinBlock .syohinGrand .disney p {
  margin-bottom: 10px;
}
.syohinBlock .syohinGrand .disney dl {
  padding: 20px;
  border: 1px solid #35365a;
}
.syohinBlock .syohinGrand .disney dl dt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.syohinBlock .syohinGrand .disney dl dd {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
}
.syohinBlock .syohinGrand .disney .atBottom {
  clear: both;
  padding-top: 10px;
}
.syohinBlock .syohinSemiGrand {
  border: 1px solid #35365a;
  padding: 20px;
  margin: 0 48px;
}
.syohinBlock .syohinSemiGrand h2 {
  text-align: center;
  margin-bottom: 30px;
}
.syohinBlock .syohinSemiGrand .thum {
  float: right;
}
.syohinBlock .syohinSemiGrand dl {
  margin-right: 215px;
}
.syohinBlock .syohinSemiGrand dl dt {
  font-size: 30px;
  font-size: 3rem;
  color: #fea531;
  margin-bottom: 15px;
}
.syohinBlock .syohinSemiGrand dl dd {
  line-height: 1.6;
}

#syohinPaf .syohinSemiGrand {
  margin-bottom: 20px;
}

.syohinItem {
  width: 398px;
  height: 378px;
  padding-top: 20px;
  border: 1px solid #35365a;
}
.syohinItem h2 {
  text-align: center;
  margin-bottom: 20px;
}
.syohinItem figure {
  text-align: center;
}
.syohinItem figure img {
  margin-bottom: 20px;
}
.syohinItem figure figcaption {
  color: #fea531;
  font-weight: bold;
}

.syohinItem.left {
  float: left;
  margin-left: 48px;
}

.syohinItem.right {
  float: right;
  margin-right: 48px;
}

#syohinTwi .syohinItem {
  margin: 0 auto;
}

/* ========================================
sphone twitter
========================================*/
@media screen and (max-width: 480px) {
  .doubleBorderBox .attentionBlock {
    padding: 10px;
  }

  #syohinUta, #syohinPaf {
    margin-bottom: 10px;
  }

  .syohinBlock {
    padding: 0;
    margin-bottom: 10px;
  }
  .syohinBlock .syohinTtlBumon, .syohinBlock .syohinTtlLank {
    margin-bottom: 10px;
  }
  .syohinBlock .syohinGrand {
    margin-bottom: 10px;
  }
  .syohinBlock .syohinGrand .syohinName {
    line-height: 1.4;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .syohinBlock .syohinGrand .disney {
    margin-bottom: 10px;
  }
  .syohinBlock .syohinGrand .disney img {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .syohinBlock .syohinGrand .disney p, .syohinBlock .syohinGrand .disney dl {
    margin-right: 0;
  }
  .syohinBlock .syohinGrand .disney p {
    margin-bottom: 10px;
  }
  .syohinBlock .syohinGrand .disney dl {
    padding: 10px;
  }
  .syohinBlock .syohinGrand .disney dl dt {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .syohinBlock .syohinGrand .disney dl dd {
    line-height: 1.4;
    font-size: 1.1rem;
  }
  .syohinBlock .syohinSemiGrand {
    padding: 10px;
    margin: 0;
  }
  .syohinBlock .syohinSemiGrand h2 {
    margin-bottom: 10px;
  }
  .syohinBlock .syohinSemiGrand h2 img {
    width: 200px;
  }
  .syohinBlock .syohinSemiGrand .thum {
    width: 150px;
    float: none;
    display: block;
    margin: 0 auto 10px;
  }
  .syohinBlock .syohinSemiGrand dl {
    margin-right: 0;
  }
  .syohinBlock .syohinSemiGrand dl dt {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .syohinBlock .syohinSemiGrand dl dd {
    line-height: 1.6;
  }

  #syohinPaf .syohinSemiGrand {
    margin-bottom: 10px;
  }

  .syohinItem {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .syohinItem h2 {
    margin-bottom: 10px;
  }
  .syohinItem h2 img {
    width: 200px;
  }
  .syohinItem figure img {
    width: 150px;
    margin-bottom: 10px;
  }

  .syohinItem.left, .syohinItem.right {
    float: none;
    margin: 0;
  }

  .syohinItem.left {
    margin-bottom: 10px;
  }
}
#attentionBlock .ttl {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #aab9c9;
}

@media screen and (max-width: 480px) {
  #attentionBlock .ttl {
    font-size: 1.4rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
/* ========================================
 footer
========================================*/
footer {
  padding: 20px 0;
  text-align: center;
}
footer p {
  color: #141535;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 480px) {
  footer {
    padding: 10px;
  }
}
/* ========================================
 auto movie
========================================*/
#autoMovieWrapper {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77000000,EndColorStr=#77000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77000000,EndColorStr=#77000000)";
}
#autoMovieWrapper:not(:target) {
  filter: none;
  -ms-filter: none;
}
#autoMovieWrapper #autoMovie {
  width: 560px;
  margin: 0 auto;
  background: #000;
  position: absolute;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
}
#autoMovieWrapper #autoMovie #autoMovieTtl {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 10px 3px 10px;
  position: relative;
  line-height: 1;
  z-index: 1001;
}
#autoMovieWrapper #autoMovie #autoMovieTtl #autoMovieClose {
  float: right;
  text-decoration: none;
  border: 1px solid #e1f5ff;
  padding: 3px;
  cursor: pointer;
}
#autoMovieWrapper #autoMovie #player {
  width: 560px;
  height: 315px;
}

@media screen and (max-width: 480px) {
  #autoMovieWrapper #autoMovie {
    width: 300px;
  }
  #autoMovieWrapper #autoMovie #autoMovieTtl {
    font-size: 12px;
    padding: 10px;
  }
  #autoMovieWrapper #autoMovie #autoMovieTtl #autoMovieClose {
    font-size: 14px;
  }
  #autoMovieWrapper #autoMovie #player {
    width: 300px;
    height: 167px;
  }
  #autoMovieWrapper #autoMovie #player iframe {
    width: 300px;
    height: 167px;
  }
}
/* general style
========================================*/
.clearfix {
  overflow: hidden;
  zoom: 1;
}

.imgLeft {
  float: left;
  margin: 0 20px 20px 0;
}

.imgRight {
  float: right;
  margin: 0 0 20px 20px;
}

.fwB {
  font-weight: bold;
}

.lineHeight {
  line-height: 1.6;
}

.alignC {
  text-align: center;
}

.fitList {
  display: table;
}
.fitList li {
  display: table-row;
}
.fitList li:after {
  content: "";
  display: block;
  margin-bottom: 5px;
}
.fitList li:before {
  display: table-cell;
  padding-right: 5px;
}

.discList li:before {
  content: "•";
}

.komeList li:before {
  content: "※";
}

.olFtiList {
  list-style: none;
  padding-left: 0;
  display: table;
}
.olFtiList li {
  display: table-row;
  counter-increment: table-ol;
}
.olFtiList li:after {
  content: "";
  display: block;
  margin-bottom: 5px;
}
.olFtiList li:before {
  content: counter(table-ol) ".";
  display: table-cell;
  padding-right: 5px;
  text-align: right;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

/*
Colorbox Core Style:
The following CSS is consistent between example themes and should not be altered.
 */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
User Style:
Change the following styles to modify the appearance of Colorbox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
 */
#cboxOverlay {
  background: #000;
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 14px;
  height: 14px;
  background: url(../img/controls.png) no-repeat 0 0;
}

#cboxTopCenter {
  height: 14px;
  background: url(../img/border.png) repeat-x top left;
}

#cboxTopRight {
  width: 14px;
  height: 14px;
  background: url(../img/controls.png) no-repeat -36px 0;
}

#cboxBottomLeft {
  width: 14px;
  height: 43px;
  background: url(../img/controls.png) no-repeat 0 -32px;
}

#cboxBottomCenter {
  height: 43px;
  background: url(../img/border.png) repeat-x bottom left;
}

#cboxBottomRight {
  width: 14px;
  height: 43px;
  background: url(../img/controls.png) no-repeat -36px -32px;
}

#cboxMiddleLeft {
  width: 14px;
  background: url(../img/controls.png) repeat-y -175px 0;
}

#cboxMiddleRight {
  width: 14px;
  background: url(../img/controls.png) repeat-y -211px 0;
}

#cboxContent {
  background: #fff;
  overflow: visible;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #cccccc;
}

#cboxLoadedContent {
  margin-bottom: 5px;
}

#cboxLoadingOverlay {
  background: url(../img/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(../img/loading.gif) no-repeat center center;
}

#cboxTitle {
  position: absolute;
  bottom: -25px;
  left: 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #7C7C7C;
}

#cboxCurrent {
  position: absolute;
  bottom: -25px;
  left: 58px;
  font-weight: bold;
  color: #7C7C7C;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  bottom: -29px;
  background: url(../img/controls.png) no-repeat 0px 0px;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  left: 0px;
  background-position: -51px -25px;
}

#cboxPrevious:hover {
  background-position: -51px 0px;
}

#cboxNext {
  left: 27px;
  background-position: -75px -25px;
}

#cboxNext:hover {
  background-position: -75px 0px;
}

#cboxClose {
  right: 0;
  background-position: -100px -25px;
}

#cboxClose:hover {
  background-position: -100px 0px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -125px 0px;
  right: 27px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -150px 0px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -150px -25px;
  right: 27px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -125px 0px;
}
