<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
font-size list (base: 12px)
 67% =  8px
 75% =  9px
 83% = 10px
 92% = 11px        175% = 21px
100% = 12px        184% = 22px
108% = 13px        192% = 23px
117% = 14px        200% = 24px
125% = 15px        209% = 25px
133% = 16px        217% = 26px
142% = 17px
150% = 18px
159% = 19px
167% = 20px
*/

#bd-dvdArea,
#storeArea {
  margin: 0 auto;
  width: 600px;
  font-size: 117%;
}
.contentList {
  width: 360px;
  margin: 10px auto;
  text-align: center;
}
.contentList li {
  position: relative;
  float: left;
  margin-right: 10px;
  padding-top: 20px;
  width: 170px;
  height: 60px;
  overflow: hidden;
}
  .contentList li img:hover, .active img { margin-left: -170px; }
  .contentList .new {
    background: url(/ticket/img/new.png) no-repeat left 5px ;
  }
.section h4 {
  margin-bottom: 20px;
  padding: 0 0 20px 10px;
  background: url(/img/lineImage.png) repeat-x 5px bottom;
}
.pkg_img {
  text-align: center;
}
.pkg_img p {
  margin: 3px 0 15px;
  font-size: 92%;
}
.toTop a {
  display: block;
  margin: 10px 0 0 auto;
  background-image: url(/theater/img/TheaterToTop.gif);
  width: 40px;
  height: 40px;
}
.toTop a:hover { background-position: 0 -40px; }

/* Blu-ray&amp;DVD */

.btnBuy a {
  display: block;
  width: 210px;
  height: 40px;
  margin: 10px auto 0;
  background: url(/bd-dvd/img/btnBuyAnx.gif) 0 center;
}
.btnBuy a:hover { background: url(/bd-dvd/img/btnBuyAnx.gif) -210px center; }
.cutList li { float: left; }
.release {
  margin-bottom: 5px;
  padding-left: 15px;
  font-size: 133%;
  color: #F00;
  background: url(/img/icon.png) no-repeat left 6px;
}
#bd-dvdArea h5 {
  margin: 30px 0 10px;
  padding: 0 0 5px 15px;
  font-size: 125%;
  color: #F00;
  border-bottom: 1px dotted #F00;
  font-weight: bold;
  background: url(/img/icon.png) no-repeat left 6px;
}
#bd-dvdArea dt {
  margin: 20px 0 5px;
  font-size: 117%;
  color: #00F;
}
#bd-dvdArea dd {
  margin-bottom: 10px;
}
.epCaption {
  display: block;
  font-size: 125%;
}

/* 店舗特典 */
#storeArea { line-height: 2em; }
#storeArea span { color: #00F; }
#storeArea h5 {
  margin-top: 30px;
  padding-left: 20px;
  font-size: 125%;
  color: #ff3333;
  background: url(/img/icon.png) no-repeat left 5px;
}
#storeArea .attention { margin-top: 50px; }
.btn-tokuten_anxplus a {
  padding: 10px;
  text-decoration: none;
  color: #fff;
  border: 1px solid #ff3333;
  background: #ff3333;
}
.btn-tokuten_anxplus a:hover {
  color: #ff3333;
  border: 1px solid #ff3333;
  background: #fff;
}
.addingTokuten dt {
  color: #00F;
}
.addingTokuten DD {
  margin-left: 1em;
}
.movieThumb {
  position: relative;
  width: 230px;
  height: 129px;
}
.moviePlay {
  position: absolute;
  top: 0;
  left: 0;
}
.playBtn {}
  .playBtn a {
    display: block;
    width: 135px;
    height: 30px;
    margin: 10px auto 0;
    border: 1px solid #ff0000;
    background-image: url(/movie/img/btnPlay.png);
  }
  .playBtn a:hover {
    background-color: #ff0000;
    background-position: 0 -30px;
  }
.tokuten-anxplus-list {
  margin-bottom: 7px;
}
.tokuten-anxplus-list li {
  float: left;
}
.tokuten-anxplus-list li a {
  display: block;
  margin-left: 7px;
  border: 3px solid #cacaca;
}
.tokuten-anxplus-list li a:hover {
  border-color: #ff3333;
}</pre></body></html>