@charset "UTF-8";
/*
$baseWidth: 320px;
$baseHeight: 480px;
$baseBgColor: #000103;
$imgPath: "../images/";
*/
/*font size*/
/* mixinCSS Document */
/*メインパーツ配置*/
/*ナビゲーション画像*/
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
https://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  *font-size: 100%;
}

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
  /*font:12px/1.22 "MS PGothic","Osaka",Arial,sans-serif;*/
  /*font-size:12px;*/
  font: 13px/1.231 "MS PGothic",arial,helvetica,clean,sans-serif;
  /* for IE6/7 */
  *font-size: small;
  /* for IE Quirks Mode */
  *font: x-small;
}

/* for windows vista */
* + html body {
  font-family: "CI","Meiryo";
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea,
button {
  font: 99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
  font-size: inherit;
  font: 100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

strong {
  font-weight: bold;
}

/* layoutCSS Document */
html, body {
  background: #008500 url(../images/bg.gif) repeat left top;
}

div#wrapper {
  overflow: hidden;
  *zoom: 1;
}

div#wrapper #contents {
  overflow: visible;
}

/*----------main----------*/
div#main {
  padding-top: 10px;
}

/*----------header----------*/
div#header {
  background: url(../images/bg_main.gif) no-repeat center top;
  width: 670px;
  height: 468px;
  position: relative;
}

div#header .h1_logo {
  top: 52px;
  left: 224px;
  position: absolute;
}
div#header .start {
  top: 265px;
  left: 141px;
  position: absolute;
}
div#header .oadate {
  top: 309px;
  left: 53px;
  position: absolute;
}
div#header .startoa {
  top: 343px;
  left: 224px;
  position: absolute;
}
div#header .note {
  top: 354px;
  left: 102px;
  position: absolute;
}
div#header .ohtake {
  top: 44px;
  left: -12px;
  position: absolute;
}
div#header .mimura {
  top: 39px;
  left: 461px;
  position: absolute;
}

/*----------nav----------*/
div#nav {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

div#nav ul {
  padding-bottom: 20px;
  text-align: center;
}

div#nav li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
div#nav li a, div#nav li span {
  background-image: url(../images/nav.gif);
  background-repeat: no-repeat;
  height: 24px;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}
div#nav li.outline a {
  background-position: 0px 0px;
  width: 145px;
}
div#nav li.outline a:hover {
  background-position: 0px -24px;
  width: 145px;
}
div#nav li.cast a {
  background-position: -145px 0px;
  width: 119px;
}
div#nav li.cast a:hover {
  background-position: -145px -24px;
  width: 119px;
}
div#nav li.nextoa a {
  background-position: -264px 0px;
  width: 139px;
}
div#nav li.nextoa a:hover {
  background-position: -264px -24px;
  width: 139px;
}
div#nav li.movie a {
  background-position: -403px 0px;
  width: 161px;
}
div#nav li.movie a:hover {
  background-position: -403px -24px;
  width: 161px;
}
div#nav li.movie span {
  background-position: -403px 0px;
  width: 161px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/*----------article----------*/
div#article .block {
  background-color: #ab0000;
  margin-bottom: 30px;
  padding-bottom: 38px;
  position: relative;
}
div#article .text h3, div#article .text p, div#article .text ul {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
div#article .h2_tit {
  position: absolute;
}

div#article .pagetop {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 160px;
  height: 63px;
}
div#article .pagetop a {
  background: url(../images/btn_pagetop.png) no-repeat 0px 0px;
  width: 160px;
  height: 63px;
  text-indent: -9999px;
  display: block;
}
div#article .pagetop a:hover {
  background: url(../images/btn_pagetop.png) no-repeat -160px 0px;
}

/*----------footer----------*/
/*----------is2nd----------*/
/*header*/
.is2nd div#header {
  background: #DA1700 url(../images/bg_header_is2nd.gif) no-repeat center top;
  height: 235px;
}

.is2nd div#header .h1_logo {
  top: 5px;
  left: 5px;
  position: absolute;
}
.is2nd div#header .h1_logo:hover {
  top: 0px;
  left: 5px;
  position: absolute;
}
.is2nd div#header .oadate {
  top: 35px;
  left: 200px;
  position: absolute;
}
.is2nd div#header .note {
  top: 120px;
  left: 195px;
  position: absolute;
}

/*----------common----------*/
/*a{color:#f18200;}
a:hover{color:#ffdd00;text-decoration:none;}*/
div#footer p.copy {
  color: #000;
  font: italic 93%/1em Arial, Helvetica, sans-serif;
}

/* partsCSS Document */
/* commonCSS Document（日テレ テンプレート共通） */
/* #contents */
div#contents {
  width: 1000px;
}

/* #main(width<690) */
div#main {
  width: 675px;
}

/* #side */
div#side {
  padding: 10px 0px 0px 0px;
  width: 310px;
}

div#side .box .title {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjhmOSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZTVlYmVlIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNkYWUxZTUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWYxZjQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6f8f9), color-stop(50%, #e5ebee), color-stop(51%, #dae1e5), color-stop(100%, #eef1f4));
  background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #dae1e5 51%, #eef1f4 100%);
  background: -webkit-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #dae1e5 51%, #eef1f4 100%);
  background: linear-gradient(to bottom, #f6f8f9 0%, #e5ebee 50%, #dae1e5 51%, #eef1f4 100%);
}

div#side #blog .info a {
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
}

#side div#banner_navimail {
  width: 100%;
}

#side div#banner_navimail a {
  background: url(/basic2011/images/bnr_navimail.png) no-repeat 0px 0px;
  background-size: 100% auto;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  min-height: 105px;
  _text-indent: -9999px;
  _height: 105px;
}

#side div#banner_hulu {
  width: 100%;
}

#side div#banner_hulu a {
  padding: 0px 0px 5px 0px;
  background: url(../images/btn_hulu.jpg) no-repeat 0px 0px;
  background-size: 100% auto;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  min-height: 105px;
  _text-indent: -9999px;
  _height: 105px;
}

/*----------btn-sbm----------*/
#btn-sbm {
  text-align: left;
  padding: 20px;
  overflow: hidden;
  *zoom: 1;
}

#btn-sbm li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

#btn-sbm .btnHatenaBookmark {
  margin-right: 10px;
}

#btn-sbm .btnGoogleCalendar {
  margin-right: 10px;
}

/* topCSS Document */
/*---------------
□□□layout□□□
---------------*/
/*banner*/
#top #banner li {
  padding-bottom: 5px;
}

#top #banner a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/*---------------
□□□font□□□
---------------*/
/* pageCSS Document */
/*---------------
□□□layout□□□
---------------*/
/*----------outline----------*/
#outline {
  background: url(../images/txt_outline2.gif) no-repeat;
  width: 670px;
  height: 495px;
}
#outline .h2_tit {
  top: 5px;
  left: 5px;
}

/*----------cast----------*/
#cast {
  background: url(../images/txt_cast.gif) no-repeat;
  width: 670px;
  height: 369px;
}
#cast .h2_tit {
  top: 15px;
  left: 10px;
}

/*----------nextoa----------*/
#nextoa {
  background: url(../images/txtarea_nextoa.gif) no-repeat left bottom;
  border-top: 8px solid #ab0000;
  width: 670px;
}
#nextoa .h2_tit {
  top: 5px;
  left: 5px;
}
#nextoa .innerBlock {
  padding-top: 100px;
  padding-bottom: 120px;
}
#nextoa .main {
  background: #fff url(../images/bg_nextoa.gif) repeat left top;
  margin: 20px 30px;
  border: 3px solid #ab0000;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
}
#nextoa .main .cs {
  padding: 30px;
  text-align: center;
}
#nextoa .main h2 {
  margin: auto 5px;
  padding: 20px 20px 0px;
}
#nextoa .main h3 {
  margin: auto 5px;
  padding: 0px 20px 5px;
  border-bottom: 1px dashed #024d00;
}
#nextoa .main h3 span.oadata {
  padding-left: 1em;
}
#nextoa .main p {
  margin: auto 10px;
  padding: 10px 20px 20px;
}
#nextoa p.btn_bn a {
  display: block;
  text-indent: -9999px;
  background: url(../images/btn_bn.png) repeat left top;
  margin: 20px 30px;
  width: 214px;
  height: 35px;
}
#nextoa p.btn_bn a:hover {
  background: url(../images/btn_bn.png) repeat left bottom;
}

/*----------movie----------*/
#movie {
  background: url(../images/txt_movie.gif) no-repeat;
  width: 670px;
  height: 668px;
}
#movie .h2_tit {
  top: 15px;
  left: 10px;
}
#movie p.btn_more a {
  display: block;
  text-indent: -9999px;
  background: url(../images/btn_more.png) repeat left top;
  margin: 20px 30px;
  width: 214px;
  height: 35px;
}
#movie p.btn_more a:hover {
  background: url(../images/btn_more.png) repeat left bottom;
}
#movie p.btn_more {
  position: absolute;
}
#movie p.hulu {
  top: 470px;
  left: 30px;
}
#movie p.vod {
  top: 385px;
  right: 30px;
}

/*----------movie2----------*/
#movie2 {
  background: url(../images/txt_movie2.gif) no-repeat;
  width: 670px;
  height: 776px;
}
#movie2 .h2_tit {
  top: 15px;
  left: 10px;
}
#movie2 p.btn_more a {
  display: block;
  text-indent: -9999px;
  background: url(../images/btn_more.png) repeat left top;
  margin: 20px 30px;
  width: 214px;
  height: 35px;
}
#movie2 p.btn_more a:hover {
  background: url(../images/btn_more.png) repeat left bottom;
}
#movie2 p.btn_more {
  position: absolute;
}
#movie2 p.hulu {
  top: 450px;
  left: 30px;
}
#movie2 p.vod {
  top: 450px;
  right: 30px;
}
#movie2 ul.btns {
  position: absolute;
  top: 580px;
  width: 335px;
}
#movie2 ul.btns.hulu {
  left: 0px;
}
#movie2 ul.btns.vod {
  right: 0px;
}
#movie2 ul.btns .btn_neri a {
  background: url(../images/btn_neri.png) repeat left top;
}
#movie2 ul.btns .btn_neri a:hover {
  background: url(../images/btn_neri.png) repeat left bottom;
}
#movie2 ul.btns .btn_gachi a {
  background: url(../images/btn_gachi.png) repeat left top;
}
#movie2 ul.btns .btn_gachi a:hover {
  background: url(../images/btn_gachi.png) repeat left bottom;
}
#movie2 ul.btns li {
  padding-bottom: 10px;
}
#movie2 ul.btns li a {
  margin: 0px auto;
  display: block;
  text-indent: -9999px;
  width: 280px;
  height: 35px;
}

/*----------gachiNeri----------*/
#gachiNeri {
  background: url(../images/bg_gachi.gif) no-repeat;
  margin-bottom: 10px;
  width: 670px;
  height: 382px;
  position: relative;
}
#gachiNeri.noBtn {
  background: url(../images/bg_gachi2.gif) no-repeat;
  height: 234px;
}
#gachiNeri .btn a {
  background: url(../images/btn_gachi.gif) no-repeat;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}
#gachiNeri .logo {
  position: absolute;
  top: 30px;
  left: 16px;
}
#gachiNeri .title {
  position: absolute;
  top: 60px;
  left: 200px;
}
#gachiNeri .oadate {
  position: absolute;
  top: 135px;
  left: 170px;
}
#gachiNeri .btn_more {
  position: absolute;
  top: 150px;
  left: 117px;
}
#gachiNeri .btn_more a {
  background-position: 0px 0px;
  width: 436px;
  height: 50px;
}
#gachiNeri .btn_more a:hover {
  background-position: -500px 0px;
}
#gachiNeri .nod {
  position: absolute;
  top: 205px;
  left: 109px;
}
#gachiNeri .btn_hulu {
  position: absolute;
  top: 290px;
  left: 16px;
}
#gachiNeri .btn_hulu a {
  background-position: 0px -50px;
  width: 311px;
  height: 35px;
}
#gachiNeri .btn_hulu a:hover {
  background-position: -500px -50px;
}
#gachiNeri .btn_nod {
  position: absolute;
  top: 290px;
  right: 16px;
}
#gachiNeri .btn_nod a {
  background-position: 0px -100px;
  width: 311px;
  height: 35px;
}
#gachiNeri .btn_nod a:hover {
  background-position: -500px -100px;
}

/*---------------
□□□font□□□
---------------*/
#nextoa .main .cs {
  font-size: 138.5%;
  font-weight: bold;
  color: #024d00;
}

#nextoa .main h2 {
  color: #ab0000;
  font-size: 138.5%;
  font-weight: bold;
}

#nextoa .main h3 {
  color: #024d00;
}
#nextoa .main h3 span.num {
  font-family: Impact, Charcoal, sans-serif;
  font-size: 400%;
}
#nextoa .main h3 span.oadata {
  font-size: 138.5%;
  font-weight: bold;
}

#nextoa .main p {
  font-size: 138.5%;
  line-height: 1.6em;
  color: #000;
}

/* backnumberCSS Document */
/*---------------
□□□layout□□□
---------------*/
/*----------.block----------*/
#backnumber #article .block {
  border-top: 8px solid #ab0000;
  width: 670px;
  margin-top: 20px;
  padding-bottom: 48px;
}

#backnumber #article .block .h2_tit {
  top: 5px;
  left: 5px;
}

#backnumber #article .block .innerBlock {
  padding: 100px 30px 30px;
  background: url(../images/bg_block.gif) repeat-y 10px 0px;
}

#backnumber #article .block .entry_para {
  padding-bottom: 100px;
  padding-top: 30px;
}

#backnumber #article .block .pict_01 {
  background: url(../backnumber/images/pict_01.png) no-repeat center bottom;
}

#backnumber #article .block .pict_02 {
  background: url(../backnumber/images/pict_02.png) no-repeat center bottom;
}

#backnumber #article .block .pict_03 {
  background: url(../backnumber/images/pict_03.png) no-repeat center bottom;
}

#backnumber #article .block .pict_04 {
  background: url(../backnumber/images/pict_04.png) no-repeat center bottom;
}

#backnumber #article .block .entry_para h3 span.oadata {
  padding-left: 1em;
}

/*---------------
□□□font□□□
---------------*/
#backnumber #article .block .entry_para h2 {
  font-family: Impact, Charcoal, sans-serif;
  font-size: 200%;
  color: #FFF930;
}

#backnumber #article .block .entry_para h3 {
  color: #FFF930;
}

#backnumber #article .block .entry_para h3 span.num {
  font-family: Impact, Charcoal, sans-serif;
  font-size: 400%;
}

#backnumber #article .block .entry_para h3 span.oadata {
  font-size: 138.5%;
  font-weight: bold;
}

#backnumber #article .block .entry_para p {
  font-size: 138.5%;
  line-height: 1.6em;
  color: #FFF;
  font-weight: bold;
}

/* dvdCSS Document */
/*---------------
□□□layout□□□
---------------*/
/*----------.block----------*/
#dvd #article .block {
  border-top: 8px solid #ab0000;
  width: 670px;
  margin-top: 20px;
  padding-bottom: 48px;
}

#dvd #article .block .h2_tit {
  top: 6px;
  left: 4px;
}

#dvd #article .block .innerBlock {
  padding: 100px 30px 30px;
  background: url(../images/bg_block.gif) repeat-y 10px 0px;
}

#dvd #article .block .entry_para {
  padding-bottom: 100px;
  padding-top: 30px;
}

#dvd #article .block .entry_para h2.dvd_title {
  padding: 10px 5px;
}

#dvd #article .block .entry_para p.catch {
  padding: 10px 15px;
}

#dvd #article .block .entry_para .forsale {
  padding: 5px 15px 10px;
}
#dvd #article .block .entry_para .forsale span {
  margin: auto 5px;
}

#dvd #article .block .news {
  padding: 10px;
  border: 3px solid #FFF930;
}
#dvd #article .block .news li {
  padding: 5px 10px;
}

#dvd #article .block .entry_para h3 {
  padding: 20px 10px 5px;
}

#dvd #article .block .entry_para p {
  padding: 5px 15px 10px;
}

#dvd #article .block .entry_para dl {
  margin: 0px 15px 10px 230px;
}

#dvd #article .block .entry_para dt {
  padding: 5px 5px 5px;
}

#dvd #article .block .entry_para dd {
  padding: 5px 5px 5px;
  border-bottom: 1px dotted #fff;
}
#dvd #article .block .entry_para dd:last-child {
  border-bottom: none;
}

#dvd #article .block .entry_para .info .vol {
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
  overflow: hidden;
  *zoom: 1;
}
#dvd #article .block .entry_para .info .vol .img {
  padding-top: 20px;
  float: left;
  width: 202px;
}
#dvd #article .block .entry_para .info .vol .img img {
  border-right: 2px solid #000;
  border-bottom: 4px solid #000;
}
#dvd #article .block .entry_para .info .vol .img a {
  background: url(../dvd/images/btn_buy.png) repeat 0px 0px;
  margin-top: 10px;
  width: 186px;
  height: 35px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
#dvd #article .block .entry_para .info .vol .img a:hover {
  background: url(../dvd/images/btn_buy.png) repeat 0px -35px;
}
#dvd #article .block .entry_para .info .vol .img .spec {
  padding: 5px 15px;
}

/*---------------
□□□font□□□
---------------*/
#dvd #article .block .entry_para h2.dvd_title {
  font-size: 197%;
  font-weight: bold;
  color: #FFF930;
}

#dvd #article .block .entry_para p.catch {
  font-size: 138.5%;
  font-weight: bold;
  color: #fff;
}

#dvd #article .block .entry_para .forsale {
  font-size: 138.5%;
  font-weight: bold;
  color: #FFF930;
}
#dvd #article .block .entry_para .forsale span {
  font-family: Impact, Charcoal, sans-serif;
  color: #FFF930;
  font-size: 200%;
}

#dvd #article .block .entry_para h3 {
  font-size: 138.5%;
  font-weight: bold;
  color: #FFF930;
}

#dvd #article .block .news li {
  font-size: 123.1%;
  font-weight: bold;
  color: #FFF930;
}

#dvd #article .block .entry_para p,
#dvd #article .block .entry_para dd {
  font-size: 123.1%;
  line-height: 1.6em;
  color: #FFF;
}

#dvd #article .block .entry_para dt {
  font-family: Impact, Charcoal, sans-serif;
  color: #FFF930;
  font-size: 400%;
}

#dvd #article .block .entry_para .info .vol .img h3 {
  font-size: 108%;
}
#dvd #article .block .entry_para .info .vol .img .spec {
  font-size: 100%;
  line-height: 1.4em;
  color: #FFF;
}

/*banner*/
#dvd #banner {
  padding-bottom: 10px;
}
#dvd #banner li {
  padding-bottom: 5px;
}
#dvd #banner li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
