@charset "UTF-8";
/*font size*/
/* mixinCSS Document */
/* keyframes */
/* hover */
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://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-color: #fff;
  height: 100%;
}

div#contents {
  padding: 10px 0;
  overflow: visible;
}

/*----------main----------*/
/*----------article----------*/
#article {
  background: url(../images/common/bg01.jpg) repeat;
  -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15);
}

/*----------header----------*/
#header {
  background: url(../images/header/bg.jpg) no-repeat center top;
  height: 673px;
}
#header .h1_tit {
  padding-top: 65px;
  text-align: center;
}
#header .oadate {
  padding-top: 20px;
  text-align: center;
}
#header .box {
  height: 529px;
}

/*----------nav----------*/
#nav {
  height: 62px;
}
#nav ul {
  position: relative;
}
#nav ul li {
  position: absolute;
  top: 0;
}
#nav ul li a {
  background-image: url(../images/header/nav.png);
  background-repeat: no-repeat;
  height: 62px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out;
  -webkit-transition-delay: 0s;
  transition: all 0.2s ease-out 0s;
}
#nav ul li a span {
  background-image: url(../images/header/nav.png);
  background-repeat: no-repeat;
  height: 62px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out;
  -webkit-transition-delay: 0s;
  transition: all 0.2s ease-out 0s;
}
#nav ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
#nav ul li a:hover span {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#nav ul li:after {
  content: '';
  background: url(../images/header/dot.png) no-repeat 0 0;
  width: 42px;
  height: 62px;
  display: block;
  position: absolute;
  top: 0;
  right: -42px;
}
#nav ul li.intro {
  width: 136px;
  left: 42px;
}
#nav ul li.intro a {
  background-position: 0 0;
}
#nav ul li.intro a span {
  background-position: 0 -62px;
  width: 136px;
}
#nav ul li.cast {
  width: 103px;
  left: 210px;
}
#nav ul li.cast a {
  background-position: -136px 0;
}
#nav ul li.cast a span {
  background-position: -136px -62px;
  width: 103px;
}
#nav ul li.comment {
  width: 121px;
  left: 345px;
}
#nav ul li.comment a {
  background-position: -239px 0;
}
#nav ul li.comment a span {
  background-position: -239px -62px;
  width: 121px;
}
#nav ul li.program {
  width: 136px;
  left: 498px;
}
#nav ul li.program a {
  background-position: -360px 0;
}
#nav ul li.program a span {
  background-position: -360px -62px;
  width: 136px;
}
#nav ul li.program:after {
  background: none;
}

/*----------btn-sbm----------*/
#btn-sbm {
  padding: 10px;
  text-align: right;
}

#btn-sbm li {
  display: inline-block;
  margin-left: 0px;
  margin-right: 5px;
  padding: 0px;
  line-height: normal;
  list-style: none;
  vertical-align: top;
}

#btn-sbm li a {
  margin: 0px;
}

#btn-sbm .btnFaceBook {
  width: 110px;
}

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

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

/*----------content----------*/
#content {
  /*----------intro----------*/
  /*----------cast----------*/
  /*----------comment----------*/
  /*----------program----------*/
}
#content .page {
  padding-top: 15px;
  position: relative;
}
#content .page .h2_tit {
  padding-right: 100px;
  padding-top: 48px;
  text-align: center;
}
#content .page:before {
  content: '';
  background: url(../images/common/line.png) no-repeat 0 0;
  width: 675px;
  height: 15px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#content #intro {
  padding-top: 0;
}
#content #intro:before {
  content: '';
  background: none;
  width: 1%;
  height: 1%;
  display: block;
  position: absolute;
  top: -9999px;
  left: 0;
}
#content #intro .block {
  padding-bottom: 20px;
}
#content #intro .title {
  padding-top: 30px;
  text-align: center;
}
#content #intro .h2_tit {
  padding-top: 30px;
}
#content #intro .h3_tit {
  padding: 30px 0;
  text-align: center;
}
#content #intro p {
  padding: 0 20px 20px;
}
#content #cast {
  background: url(../images/common/bg02.jpg) repeat;
}
#content #cast .block {
  padding-bottom: 40px;
}
#content #cast p {
  padding: 30px 0 0;
  text-align: center;
}
#content #comment .block {
  padding-top: 20px;
}
#content #comment .photo {
  background: url(../images/comment/photo.png) no-repeat center center;
  margin: 0 auto;
  width: 597px;
  height: 440px;
}
#content #comment .photo img {
  width: 597px;
  height: 440px;
}
#content #comment .box {
  background-color: rgba(255, 255, 255, 0.75);
  margin: 0 auto 20px;
  width: 635px;
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
}
#content #comment .h3_tit {
  padding: 20px 0 10px;
  text-align: center;
}
#content #comment p {
  padding: 5px 20px 30px;
}
#content #program {
  background: url(../images/common/bg02.jpg) repeat;
}
#content #program .h3_tit {
  padding: 30px 0;
  text-align: center;
}
#content #program .h4_tit {
  padding: 10px 20px 0;
  position: relative;
}
#content #program .h4_tit .new {
  position: absolute;
  top: -13px;
  left: 40px;
}
#content #program .box {
  padding-top: 20px;
  padding-bottom: 20px;
}
#content #program .cs {
  padding: 100px 0;
  text-align: center;
}
#content #program p {
  padding: 10px 20px;
}
#content #program .photo {
  overflow: hidden;
  *zoom: 1;
}
#content #program .photo li {
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
}
#content #program .photo li img {
  border: 5px solid #fff;
}
#content #program .catch {
  padding-bottom: 40px;
  text-align: center;
}

#pagetop {
  clear: both;
}
#pagetop .btn_pagetop {
  position: fixed;
  right: 50px;
  bottom: 100px;
  z-index: 5;
}
#pagetop .btn_pagetop a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.15);
}
#pagetop .btn_pagetop a img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
  -moz-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  -webkit-transition: all 0.1s ease-out;
  -webkit-transition-delay: 0s;
  transition: all 0.1s ease-out 0s;
}

/*----------main----------*/
#main .innerlink-head {
  font-family: "メイリオ", Meiryo,"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
#main .innerlink-head a {
  color: #fff;
}
#main .innerlink-head a:hover {
  color: #f38781;
  text-decoration: none;
}

/*----------article----------*/
#content p {
  font-family: "メイリオ", Meiryo,"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", sans-serif;
  color: #555;
  line-height: 2em;
}
#content #intro p {
  font-size: 138.5%;
}
#content #comment p {
  font-size: 123.1%;
}
#content #program p {
  font-size: 123.1%;
}

/* partsCSS Document */
/*keyframes animation*/
@-webkit-keyframes fishOver {
  0% {
    left: 43px;
  }
  10% {
    left: 30px;
  }
  30% {
    left: 36px;
  }
  40% {
    left: 30px;
  }
  60% {
    left: 40px;
  }
  80% {
    left: 30px;
  }
  80% {
    left: 43px;
  }
  100% {
    left: 30px;
  }
}
@keyframes fishOver {
  0% {
    left: 43px;
  }
  10% {
    left: 30px;
  }
  30% {
    left: 36px;
  }
  40% {
    left: 30px;
  }
  60% {
    left: 40px;
  }
  80% {
    left: 30px;
  }
  80% {
    left: 43px;
  }
  100% {
    left: 30px;
  }
}
/*altText*/
.altText {
  position: absolute;
  top: -9999px;
  left: -9999px;
  height: 1px;
}

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

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

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

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;
}

/* NAVIめーる半透明回避 */
#wrapper #contents #side #banner_navimail a:hover {
  /*filter: alpha(opacity=100);*/
  -moz-opacity: 1;
  opacity: 1;
}

#side .box {
  /* border-radius */
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#wrapper #contents #side .box .title {
  background: #dae1e5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #dae1e5 51%, #eef1f4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f8f9), color-stop(50%, #e5ebee), color-stop(51%, #dae1e5), color-stop(100%, #eef1f4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #dae1e5 51%, #eef1f4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #dae1e5 51%, #eef1f4 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #dae1e5 51%, #eef1f4 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#dce2e6',GradientType=0 );
  /* IE6-9 */
  background: linear-gradient(to bottom, #f6f8f9 0%, #e5ebee 50%, #dae1e5 51%, #eef1f4 100%);
  /* W3C */
}

#wrapper #contents #side #oa .info a,
#wrapper #contents #side #blog .info a {
  background-color: rgba(153, 153, 153, 0.5);
  /* box-shadow */
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
  -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;
}

/* topCSS Document */
/*---------------
□□□layout□□□
---------------*/
/*---------------
□□□font□□□
---------------*/
/* pageCSS Document */
/*---------------
□□□layout□□□
---------------*/
/*---------------
□□□font□□□
---------------*/
