@charset "UTF-8";
/*
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
*/
@import url(https://mplus-fonts.sourceforge.jp/webfonts/general-j/mplus_webfonts.css);
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 "Meiryo",arial,helvetica,"MS PGothic",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;
}

/*color*/
/*size*/
#main {
  /* ==================================
      PageTop
  ===================================*/
}
#main .innerlink-head {
  position: absolute;
  bottom: 20px;
  right: 20px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#main .innerlink-head:hover {
  bottom: 30px;
}

@keyframes wave01 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 601px 0px;
  }
}
@keyframes wave02 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 903px 0px;
  }
}
.animation-target {
  animation: logomove 1000ms linear both;
}

/* Generated with Bounce.js. Edit at https://goo.gl/y3FSYm */
@keyframes logomove {
  0% {
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    transform: matrix3d(0.658, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    transform: matrix3d(0.725, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.81% {
    transform: matrix3d(0.83, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    transform: matrix3d(0.942, 0, 0, 0, 0, 1.084, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    transform: matrix3d(0.971, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.61% {
    transform: matrix3d(1.062, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    transform: matrix3d(1.07, 0, 0, 0, 0, 1.165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.52% {
    transform: matrix3d(1.104, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    transform: matrix3d(1.106, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.32% {
    transform: matrix3d(1.098, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    transform: matrix3d(1.075, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    transform: matrix3d(1.067, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.03% {
    transform: matrix3d(1.031, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    transform: matrix3d(1.024, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    transform: matrix3d(0.99, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.74% {
    transform: matrix3d(0.986, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    transform: matrix3d(0.98, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.44% {
    transform: matrix3d(0.983, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(0.996, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.86% {
    transform: matrix3d(1.003, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    transform: matrix3d(1.004, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75.28% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.69% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
/* ==================================
    is2nd pages
===================================*/
/*----------common----------*/
/*alt*/
html {
  background: url(/SETOBINGO/images/bg.gif) repeat center;
  background-color: #c4defa;
}

body {
  min-width: 1000px;
  background: url(../images/bg_bottom.png) repeat-x left bottom;
}

html > body > iframe {
  display: none;
  height: 0;
}

#contents {
  width: 1000px;
  margin: 0 auto;
}

/* anchor */
#wrapper a,
#wrapper .article {
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

/* #main */
#main {
  width: 675px;
  padding-bottom: 60px;
  padding-top: 10px;
}

/* SNS自動設置エリア */
.global_NTV_snsArea .global_NTV_snsList {
  text-align: left;
  padding-left: 8px;
  padding-bottom: 4px;
}

.global_NTV_snsArea .global_NTV_snsList li {
  display: inline-block;
  margin-left: 15px;
  vertical-align: top;
}

.global_NTV_snsArea .global_NTV_snsList li:first-child {
  margin-left: 0;
}

.global_NTV_snsArea .fb_iframe_widget span {
  vertical-align: top !important;
}

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

#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: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
}

/* ==================================
    common
===================================*/
#main {
  /*----------textIndent----------*/
}
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6, #main p, #main li, #main dt, #main dd, #main a, #main span, #main th, #main td, #main input {
  font-family: 'M+ Type-1 (general-j) Regular', "Yu Gothic"," YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","メイリオ", "Meiryo", sans-serif;
}
#main a {
  text-decoration: none;
}
#main h2 {
  font-size: 25px;
  line-height: 1.6;
}
#main p, #main dt, #main dd, #main li {
  font-size: 22px;
  line-height: 1.7;
  color: #2b3745;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
#main .large {
  font-size: 1.2em;
}
#main .small {
  font-size: 16px;
}
#main .tiny {
  font-size: 14px;
}
#main .txtIndent_5 {
  text-indent: -0.5em;
}

/* ==================================
    header
===================================*/
/*------header02------*/
#header02 .header02_inner .onair p.note {
  font-family: "メイリオ", "Meiryo", 'M+ Type-1 (general-j) Regular', "Yu Gothic"," YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",sans-serif;
  font-size: 13px;
}

/* ==================================
    article
===================================*/
#article {
  /*------onairList------*/
  /*------Hulu------*/
  /*------Cast------*/
  /*------Staff------*/
}
#article #onairList dl dt {
  font-size: 24px;
}
#article #onairList dl dd {
  font-size: 20px;
  letter-spacing: 0.01em;
}
#article #hulu p.btn_hulu a {
  color: #ffffff;
  line-height: 2.5;
}
#article #cast ul.member li p {
  font-family: "メイリオ", "Meiryo", 'M+ Type-1 (general-j) Regular', "Yu Gothic"," YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",sans-serif;
  font-size: 16px;
}
#article #staff p, #article #staff dt, #article #staff dd {
  font-size: 16px;
}

/* ==================================

  Back number

===================================*/
#main {
  /* ==================================
      is2nd_header
  ===================================*/
  /* ==================================
      article-backnumber
  ===================================*/
}
#main #is2nd_header {
  background-color: #ffffff;
  background-image: url(../../backnumber/images/bg_header_is2nd.png);
  background-position: 0px bottom;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-bottom: 30px;
}
#main #is2nd_header .is2nd_header_inner {
  width: 635px;
  margin: 0 auto;
  padding-top: 20px;
  overflow: hidden;
  *zoom: 1;
}
#main #is2nd_header .is2nd_header_inner .is2nd_logo {
  float: left;
  width: 140px;
}
#main #is2nd_header .is2nd_header_inner .is2nd_logo h1.is2nd_tit_header {
  background-image: url(../../backnumber/images/h1_is2nd_logo.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  height: 108px;
}
#main #is2nd_header .is2nd_header_inner .is2nd_logo h1.is2nd_tit_header a {
  display: block;
  height: 100%;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
#main #is2nd_header .is2nd_header_inner .rightBox {
  float: right;
  width: 480px;
}
#main #is2nd_header .is2nd_header_inner .rightBox .is2nd_onair p.onairDate {
  background-image: url(../../backnumber/images/onair_is2nd.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  height: 60px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
#main #is2nd_header .is2nd_header_inner .rightBox .is2nd_onair p.note {
  margin: 4px 0;
}
#main #is2nd_header .is2nd_header_inner .rightBox .is2nd_nav {
  padding: 20px 0;
}
#main #is2nd_header .is2nd_header_inner .rightBox .is2nd_nav ul {
  padding: 0;
}
#main #is2nd_header .is2nd_header_inner .rightBox .is2nd_nav ul li {
  text-decoration: none;
  display: inline-block;
  height: 20px;
  padding-left: 10px;
}
#main #is2nd_header .is2nd_header_inner .rightBox .is2nd_nav ul li a, #main #is2nd_header .is2nd_header_inner .rightBox .is2nd_nav ul li span {
  background-image: url(../../backnumber/images/nav_is2nd.png);
  background-position: 0px 0px;
  display: block;
  height: 20px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1%;
}
#main #is2nd_header .is2nd_header_inner .rightBox .is2nd_nav ul li:first-child {
  width: 146px;
  padding: 0;
}
#main #is2nd_header .is2nd_header_inner .rightBox .is2nd_nav ul li:first-child a:hover {
  background-position: 0 -28px;
}
#main #is2nd_header .is2nd_header_inner .rightBox .is2nd_nav ul li:nth-child(2) {
  width: 38px;
}
#main #is2nd_header .is2nd_header_inner .rightBox .is2nd_nav ul li:nth-child(2) a {
  background-position: -165px 0;
}
#main #is2nd_header .is2nd_header_inner .rightBox .is2nd_nav ul li:nth-child(2) a:hover {
  background-position: -165px -28px;
}
#main #is2nd_header .is2nd_header_inner .rightBox .is2nd_nav ul li:nth-child(3) {
  width: 66px;
}
#main #is2nd_header .is2nd_header_inner .rightBox .is2nd_nav ul li:nth-child(3) a {
  background-position: -220px 0;
}
#main #is2nd_header .is2nd_header_inner .rightBox .is2nd_nav ul li:nth-child(3) a:hover {
  background-position: -220px -28px;
}
#main #is2nd_header .is2nd_header_inner .rightBox .is2nd_nav ul li:nth-child(4) {
  width: 122px;
}
#main #is2nd_header .is2nd_header_inner .rightBox .is2nd_nav ul li:nth-child(4) a {
  background-position: -306px 0;
}
#main #is2nd_header .is2nd_header_inner .rightBox .is2nd_nav ul li:nth-child(4) a:hover {
  background-position: -306px -28px;
}
#main #is2nd_header .is2nd_header_inner .rightBox .is2nd_nav ul li:nth-child(4) span.on {
  background-position: -306px 0;
}
#main #article.is2nd_bucknum {
  background: #ffffff;
  margin: 0;
}
#main #backnumber {
  border-bottom: 10px solid #164e9d;
}
#main #backnumber h2.tit_backnum {
  background-image: url(../../backnumber/images/h2_backnumber.png);
  background-position: center center;
  background-repeat: no-repeat;
  height: 106px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  padding: 60px 0 25px;
}
#main #backnumber .backnum_inner .block_summary_inner {
  width: 620px;
  margin: 0 auto;
}
#main #backnumber .backnum_inner .block_summary_inner h3.num {
  padding-bottom: 40px;
}
#main #backnumber .backnum_inner .block_summary_odd {
  background-color: #54cfeb;
  position: relative;
  margin-top: 45px;
  padding-top: 20px;
  padding-bottom: 105px;
}
#main #backnumber .backnum_inner .block_summary_odd:last-child {
  padding-bottom: 60px;
}
#main #backnumber .backnum_inner .block_summary_odd::before {
  content: url(../../backnumber/images/block_top_odd.png);
  background-position: center center;
  height: 45px;
  position: absolute;
  top: -45px;
  left: 0;
}
#main #backnumber .backnum_inner .block_summary_odd h3.num {
  text-align: center;
}
#main #backnumber .backnum_inner .block_summary_odd h3.num::before {
  content: url(../../backnumber/images/icon_anchor_wh.png);
  padding-right: 5px;
}
#main #backnumber .backnum_inner .block_summary_even {
  background-color: #ffffff;
  position: relative;
  padding-top: 20px;
  padding-bottom: 60px;
}
#main #backnumber .backnum_inner .block_summary_even::before {
  content: url(../../backnumber/images/block_top_even.png);
  background-position: center center;
  height: 45px;
  position: absolute;
  top: -45px;
  left: 0;
}
#main #backnumber .backnum_inner .block_summary_even h3.num {
  text-align: center;
}
#main #backnumber .backnum_inner .block_summary_even h3.num::before {
  content: url(../../backnumber/images/icon_anchor_bl.png);
  padding-right: 5px;
}

/* ==================================
    Font
===================================*/
#main {
  /*------is2nd_header------*/
  /*------article-backnumber------*/
}
#main #is2nd_header p.note {
  font-size: 12px;
  color: #164e9d;
}
#main #backnumber h3.num {
  font-size: 36px;
}
#main #backnumber .txtBox p {
  font-size: 22px;
  padding-bottom: 1em;
}
#main #backnumber .txtBox p.ls4 {
  letter-spacing: 0.04em;
}
#main #backnumber .txtBox p.ls_2 {
  letter-spacing: -0.02em;
}
#main #backnumber .txtBox p.ls_1 {
  letter-spacing: -0.01em;
}
#main #backnumber .txtBox p span.ls4 {
  letter-spacing: 0.04em;
}
#main #backnumber .txtBox p span.ls_2 {
  letter-spacing: -0.02em;
}
#main #backnumber .txtBox p span.ls_1 {
  letter-spacing: -0.01em;
}
#main #backnumber .block_summary_odd h3.num {
  color: #ffffff;
}
#main #backnumber .block_summary_odd .txtBox p {
  color: #ffffff;
}
#main #backnumber .block_summary_even h3.num {
  color: #2056a1;
}
#main #backnumber .block_summary_even .txtBox p {
  color: #2056a1;
}
