@charset "utf-8";
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 styel
========================================*/
@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;
}

a {
  color: white;
}
a:hover {
  color: white;
}
a:active {
  color: white;
}

::selection {
  color: #1d5d45;
  background: white;
}

::-moz-selection {
  color: #1d5d45;
  background: white;
}

.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;
}

/* ========================================
 container
========================================*/
#container-wrapper {
  color: white;
  background: url(../img/bg.jpg) 0 0 repeat;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

.liquid-wrapper {
  background: #000;
  box-sizing: border-box;
  border-left: 1px solid #33432f;
  border-right: 1px solid #33432f;
}

.liquid-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 360px;
  bottom: 0;
  left: 0;
}

/* ========================================
 header & navi
========================================*/
.header {
  padding: 0px 0 0 20px;
}

.page-nav {
  margin-bottom: 20px;
}
.page-nav .page-nav-inner {
  padding: 0;
}
.page-nav .page-nav-inner ul {
  border: none;
  background: none;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-top: 4px solid #8e0000;
  background-color: #15382b;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0A1508', endColorstr='#FF0F230B');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #15382b), color-stop(100%, #1d5d45));
  background-image: -webkit-linear-gradient(top, #15382b 0%, #1d5d45 100%);
  background-image: -moz-linear-gradient(top, #15382b 0%, #1d5d45 100%);
  background-image: -o-linear-gradient(top, #15382b 0%, #1d5d45 100%);
  background-image: linear-gradient(top, #15382b 0%, #1d5d45 100%);

}
.page-nav .page-nav-inner ul li a {
  display: block;
  color: white;
  font-size: 16px;
  text-shadow: none;
  padding: 0.8em 2em;
  text-decoration: none;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  border-left: solid 1px #0b201a;
  border-right: solid 1px #32725d;
  background-color: #15382b;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0A1508', endColorstr='#FF0F230B');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #15382b), color-stop(100%, #1d5d45));
  background-image: -webkit-linear-gradient(top, #15382b 0%, #1d5d45 100%);
  background-image: -moz-linear-gradient(top, #15382b 0%, #1d5d45 100%);
  background-image: -o-linear-gradient(top, #15382b 0%, #1d5d45 100%);
  background-image: linear-gradient(top, #15382b 0%, #1d5d45 100%);
  text-align:center;
}
.page-nav .page-nav-inner ul li a:after {
  display: block;
  content: "";
  font-size: 10px;
  padding-top: 10px;
  text-align: center;
  letter-spacing: 4px;
  background: url(../img/border-dotted.gif) 0 5px repeat-x;
}
.page-nav .page-nav-inner ul li a:hover {
  font-size: 16px;
  text-shadow: none;
  padding: 0.5em 2em 1.1em;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  border-left: solid 1px #0b201a;
  border-right: solid 1px #32725d;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  text-shadow: 0 0 5px #ceca5a;
  -webkit-animation: navbtn 0.3s ease-out 0s 1 normal;
  -moz-animation: navbtn 0.3s ease-out 0s 1 normal;
  -o-animation: navbtn 0.3s ease-out 0s 1 normal;
  animation: navbtn 0.3s ease-out 0s 1 normal;
}
.page-nav .page-nav-inner ul li a:active {
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}

.page-nav .page-nav-inner ul li a.movie:after {
  content: "movie";
}
.page-nav .page-nav-inner ul li a.news:after {
  content: "news";
}
.page-nav .page-nav-inner ul li a.introduction:after {
  content: "introduction";
}
.page-nav .page-nav-inner ul li a.story:after {
  content: "story";
}
.page-nav .page-nav-inner ul li a.cast:after {
  content: "cast";
}
.page-nav .page-nav-inner ul li a.comment:after {
  content: "comment";
}
.page-nav .page-nav-inner ul li a.staff:after {
  content: "staff";
}
.page-nav .page-nav-inner ul li a.schedule:after {
  content: "schedule";
}
.page-nav .page-nav-inner ul li a.iryu01:after {
  content: "遺留捜査";
}
.page-nav .page-nav-inner ul li a.iryu02:after {
  content: "遺留捜査";
}
.page-nav .page-nav-inner ul li a.iryu03:after {
  content: "遺留捜査＆スペシャルドラマ";
}
.page-nav .page-nav-inner ul li a.iryu05:after {
  content: "スペシャルドラマ";
}

@-webkit-keyframes navbtn {
  0% {
    padding: 0.8em 2em;
    text-shadow: 0 0 0 #ceca5a;
  }

  100% {
    padding: 0.5em 2em 1.1em;
    text-shadow: 0 0 5px #ceca5a;
  }
}

@-moz-keyframes navbtn {
  0% {
    padding: 0.8em 2em;
    text-shadow: 0 0 0 #ceca5a;
  }

  100% {
    padding: 0.5em 2em 1.1em;
    text-shadow: 0 0 5px #ceca5a;
  }
}

@-o-keyframes navbtn {
  0% {
    padding: 0.8em 2em;
    text-shadow: 0 0 0 #ceca5a;
  }

  100% {
    padding: 0.5em 2em 1.1em;
    text-shadow: 0 0 5px #ceca5a;
  }
}

@keyframes navbtn {
  0% {
    padding: 0.8em 2em;
    text-shadow: 0 0 0 #ceca5a;
  }

  100% {
    padding: 0.5em 2em 1.1em;
    text-shadow: 0 0 5px #ceca5a;
  }
}

/* ========================================
 side area
========================================*/
.aside:after, .aside-min:after {
  content: "";
  display: block;
  position: absolute;
  width: 360px;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.aside:after {
  background-position: -920px 0;
}

.aside-min:after {
  background-position: -1260px 0;
}

.aside-container {
  position: relative;
  z-index: 1;
}

.main-container section {
  padding: 40px 0 0 0;
}

/* ========================================
 main area
========================================*/
.main-container {
  padding: 0 0 0 20px;
}
.main-container section {
  padding: 0;
  margin-bottom: 50px;
  line-height: 1.6;
  font-size: 1.1em;
}
.main-container section .gradient-bar {
  margin: 0;
  color: #fff;
  font-size: 22px;
  text-shadow: none;
  letter-spacing: 5px;
  margin-bottom: 30px;
  font-weight: normal;
  padding: 0.65em 1.2em;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  border-top: 5px solid #8e0000;
  background-color: #15382b;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0A1508', endColorstr='#FF0F230B');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #15382b), color-stop(100%, #1d5d45));
  background-image: -webkit-linear-gradient(top, #15382b 0%, #1d5d45 100%);
  background-image: -moz-linear-gradient(top, #15382b 0%, #1d5d45 100%);
  background-image: -o-linear-gradient(top, #15382b 0%, #1d5d45 100%);
  background-image: linear-gradient(top, #15382b 0%, #1d5d45 100%);
}
.main-container section h1, .main-container section h2, .main-container section h3 {
  color: #ceca5a;
}
.main-container section h1 {
  color: #ceca5a;
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0 20px 0;
  background-color:#4A4A4A;
  	border-left:7px solid #ceca5a;
	border-bottom:1px solid #ceca5a;
	padding:0.2em 0.3em;
}
.main-container section h2 {
  font-size: 1.2em;
  line-height:1.6em;
  margin: 0 0 20px 0;
  font-weight: bold;
  color:#F90;
}
.main-container section h3 {
  font-size: 1.0em;
  font-weight: bold;
  margin: 1em 0 10px 0;
}
.main-container section h4 {
  font-size: 1.0em;
  font-weight: bold;
  margin: 1em 0 10px 0;
}

.main-container section dl dt {
  color: #ceca5a;
  font-weight: bold;
}

.main-container section dd, .main-container section p {
  margin-top: 10px;
  font-size: 0.8em;
}

.main-container .center {
  text-align: center;
}

.main-container .img-center img {
  display: block;
  margin: auto;
}

.main-container .timestamp {
  display: block;
  margin-top: 0.2em;
  float: right;
  font-size: 0.7em;
  font-weight: normal;
  font-style: italic;
}

.main-container .sumi:before {
  content: "【";
}

.main-container .sumi:after {
  content: "】";
}

/* cast */
.main-container .cast dl dt {
  margin: 20px 0 0 20px;
}
.main-container .cast dl dd {
  margin-left: 20px;
}
.main-container .cast dl dd:last-child {
  margin-bottom: 0px;
}

/* staff */
.main-container .staff dl dt {
  margin: 20px 0 0 20px;
}
.main-container .staff dl dt:first-child {
  margin-top: 0 !important;
}
.main-container .staff dl dd {
  margin-left: 40px;
}

.main-container .staff section p, .main-container section .staff p {
  margin-top: 0;
  font-size: 0.8em;
  text-indent: 1em;
}

.scroll2top {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  width: 50px;
  height: 40px;
  z-index: 10;
  color: #fff;
  background-color: #0b1809;
  padding-top: 10px;
  border: solid 1px #33432f;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); }

.scroll2top:hover {
  background-color: #162f12;
}

.story-guest { padding-left:15px; }
.txt-indent { margin-left:15px; }





/* ========================================
 2014.09.19 黒沢追記
========================================*/

.liquid-wrapper {
  background: none;
  border: none;
}

#container-wrapper {
  background: none;
  background: url(../img/bg.jpg) top center no-repeat #000000;
}

.main-container section .gradient-bar {
  margin: 0;
  color: #fff;
  font-size: 30px;
  text-shadow: none;
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-weight: normal;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  border:none;
  background: url(../img/h1-border.gif) left bottom no-repeat transparent;
  padding: 0;
  padding-bottom: 7px;
}



.main-container section h1 {
  color: #ceca5a;
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0 20px 0;
  background-color:#4A4A4A;
    border-left:7px solid #ceca5a;
  border-bottom:1px solid #ceca5a;
  padding:0.2em 0.3em;
}



.page-nav .page-nav-inner ul {
  background: none;
}


.page-nav .page-nav-inner ul li a {

  border-left: solid 1px #0b201a;
  border-right: solid 1px #32725d;

}

.page-nav .page-nav-inner ul li a:hover {

  border-left: solid 1px #0b201a;
  border-right: solid 1px #32725d;

}






















