@charset "utf-8";
@font-face {
  font-family: 'tvasahi-webfont';
  src: url("/common/static/fonts/tvasahi-webfont.eot");
  src: url("/common/static/fonts/tvasahi-webfont.eot?#iefix") format("embedded-opentype"), url("/common/static/fonts/tvasahi-webfont.woff") format("woff"), url("/common/static/fonts/tvasahi-webfont.ttf") format("truetype"), url("/common/static/fonts/tvasahi-webfont.svg#webfont") format("svg");
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.left {
  float: left;
}

.right {
  float: right;
}

/*
 * target: IE6,7
 * Validator: Valid
 */
.aside:after {
  background-position: -920px 0;
}

.aside-min:after {
  background-position: -1260px 0;
}

.aside-container {
  position: relative;
  z-index: 1;
}

body {
  background: url(../img/all_bg.png) repeat-y top center;
}

.container-wrapper {
  background: url(../img/tadano_bg.png) no-repeat top center;
}

.header {
  padding: 0px;
}

.common-title {
  margin: 20px 0px;
}

.header {
  margin-bottom: -50px;
}
.header .header-image {
  position: relative;
}
.header .header-image .header-foot {
  position: absolute;
  bottom: 52px;
  width: 360px;
  left: 50%;
  right: 50%;
  margin-left: -180px;
  margin-right: -180px;
}
.header .header-image .header-foot #sns {
  padding: 14px 0 10px;
}

.main-container {
  background: url(../img/bg.png) repeat 0 0;
  padding-top: 25px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border-top: 3px solid #5e1419;
  border-bottom: 3px solid #5e1419;
  margin-bottom: 20px;
  position: relative;
}

.st01 {
  padding-left: 130px;
}

.st03 {
  padding-left: 155px;
  margin-top: 30px;
}

.st02 {
  padding-left: 125px;
}

.st04 {
  padding-left: 145px;
}

.site-title {
  background: #282828;
  border-bottom: 4px solid black;
  height: 40px;
  position: relative;
  margin-bottom: 35px;
  line-height: 56px;
  font-size: 10px;
  color: #8c8c8c;
}
.site-title #story {
  width: 96px;
  height: 65px;
  background: url(../img/title_story.png) no-repeat 0 0;
  margin: -10px 20px 20px;
  position: absolute;
  text-indent: -9999em;
  left: 0;
}
.site-title #cast {
  width: 91px;
  height: 62px;
  background: url(../img/title_cast.png) no-repeat 0 0;
  margin: -10px 20px 20px;
  position: absolute;
  text-indent: -9999em;
  left: 0;
}
.site-title #movie {
  width: 120px;
  height: 64px;
  background: url(../img/title_movie.png) no-repeat 0 0;
  margin: -10px 20px 20px;
  position: absolute;
  text-indent: -9999em;
  left: 0;
}
.site-title #other {
  width: 113px;
  height: 62px;
  background: url(../img/title_other.png) no-repeat 0 0;
  margin: -10px 20px 20px;
  position: absolute;
  text-indent: -9999em;
  left: 0;
}

.castArea {
  position: relative;
  text-align: center;
  padding: 30px 30px 0;
}
.castArea .castTitle {
  position: absolute;
  text-indent: -9999em;
  background: url(../img/c_title.png) no-repeat 0 0;
  width: 229px;
  height: 62px;
  left: 45px;
  top: -11px;
}
.castArea img {
  width: 100%;
}
.castArea ul {
  margin-top: 30px;
}
.castArea ul li {
  text-align: left;
  margin-bottom: 20px;
}
.castArea ul li .castImg {
  float: left;
  width: 200px;
}
.castArea ul li .castImg img {
  width: 100%;
  -webkit-box-shadow: 10px 10px 0px 0 black;
  -moz-box-shadow: 10px 10px 0px 0 black;
  box-shadow: 10px 10px 0px 0 black;
}
.castArea ul li .castImg2 {
  float: right;
  width: 200px;
  padding-right: 10px;
}
.castArea ul li .castImg2 img {
  width: 100%;
  -webkit-box-shadow: 10px 10px 0px 0 black;
  -moz-box-shadow: 10px 10px 0px 0 black;
  box-shadow: 10px 10px 0px 0 black;
}
.castArea ul li .castCap {
  padding-left: 230px;
}
.castArea ul li .castCap h3 {
  margin-top: 30px;
  font-size: 25px;
  color: #d2d2d2;
  letter-spacing: 3px;
  text-shadow: 0px 0px 10px black;
}
.castArea ul li .castCap h3 span {
  margin-left: 30px;
  font-size: 15px;
}
.castArea ul li .castCap p {
  padding: 0;
  font-size: 12px;
}
.castArea ul li .castCap2 {
  padding-left: 230px;
  padding-right: 230px;
}
.castArea ul li .castCap2 h3 {
  margin-top: 30px;
  font-size: 25px;
  color: #d2d2d2;
  letter-spacing: 3px;
  text-shadow: 0px 0px 10px black;
}
.castArea ul li .castCap2 h3 span {
  margin-left: 30px;
  font-size: 15px;
}
.castArea ul li .castCap2 p {
  padding: 0;
  font-size: 12px;
}

.btnLink {
  text-align: center;
  margin: 20px 0 40px;
}
.btnLink ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  font-size: 12px;
  color: white;
}
.btnLink ul li a {
  display: block;
  margin-bottom: -36px;
  height: 98px;
}

.bnrLink {
  margin: 0;
}
.bnrLink li {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 10px;
  float: none;
  text-align: center;
}
.bnrLink li a {
  display: block;
  margin: 0;
}
.bnrLink li a img {
  width: 100%;
  -webkit-box-shadow: 0 0 10px 0 #151515;
  -moz-box-shadow: 0 0 10px 0 #151515;
  box-shadow: 0 0 10px 0 #151515;
}
.bnrLink li a img:hover {
  opacity: 0.8;
}

.picList {
  padding: 0 20px 20px 20px;
}
.picList ul {
  width: 100%;
}
.picList ul li {
  display: inline-block;
  max-width: 282px;
  width: 30.5%;
  margin: 0px 1%;
}
.picList ul li img {
  width: 100%;
  -webkit-box-shadow: 10px 10px 0px 0 black;
  -moz-box-shadow: 10px 10px 0px 0 black;
  box-shadow: 10px 10px 0px 0 black;
}

section p {
  font-family: "メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
  padding: 0px 20px 40px;
  color: #d2d2d2;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 22px;
  text-shadow: 0px 0px 10px black;
}

section .mov_box {
  text-align: center;
  padding: 10px 0 20px;
}
section .mov_box img {
  max-width: 640px;
  width: 100%;
}

#site-bnr {
  padding: 0 20px;
}

.recommended-program-list {
  margin: 0 0px;
  padding: 0 20px 20px;
}
