@charset "UTF-8";
@font-face {
  font-family: "メイリオ", sans-serif;
  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;
}

.txt_b {
  font-weight: bold;
}

/* wrapper */
.common-subnav-tax {
  min-width: 990px;
}

.container-wrapper {
  background: url(../img/bg_img.png) repeat;
}

.main {
  margin-left: 20px;
}

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

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

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

footer .footer-container .copyright {
  font-size: 13px;
  letter-spacing: 0;
}

/* body */
body {
  background: url(../img/bg.png) no-repeat #00a0e9;
}
body p {
  font-size: 17px;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}

#page-top {
  position: fixed;
  z-index: 100;
  bottom: 70px;
  right: 50px;
  cursor: pointer;
}

/* sns */
.sns {
  padding: 20px 0 20px 0;
  clear: both;
  height: 20px;
}

/* etc */
#recommended-program h2 {
  margin: 10px 0px;
}
#recommended-program .onair {
  height: 28px;
  font-size: 14px !important;
  padding: 5px 5px 1px 5px !important;
}

.page-nav {
  width: 100%;
  position: relative;
}
.page-nav .page-nav-inner {
  padding: 0 !important;
}
.page-nav ul {
  background: none;
  border: none;
  box-shadow: none;
}
.page-nav ul li {
  margin-right: 5px;
  position: relative;
}
.page-nav ul li a {
  border: none;
  padding: 0;
}
.page-nav ul li img {
  width: 100%;
}
.page-nav ul li:last-child {
  margin-right: 0px;
}
.page-nav ul a:hover {
  border: none;
  background: none;
  box-shadow: none;
  padding: 0;
}
.page-nav ul a:hover:before {
  content: "";
  background: url(../img/on.png) no-repeat;
  height: 70px;
  position: relative;
  left: 2px;
  margin-bottom: -70px;
  z-index: 100;
  display: block;
}

.page-nav a.active, .page-nav a:hover {
  background: none;
  border: none;
  padding: 0;
  box-shadow: none;
}

.main-container {
  background: #ffffff;
  border: #000000 3px solid;
  margin: 0 0 30px 0;
  box-shadow: 6px 6px 0px 0px #000000;
  -moz-box-shadow: 6px 6px 0px 0px #000000;
  -webkit-box-shadow: 6px 6px 0px 0px #000000;
}

.contents {
  margin: 0;
}
.contents .ttl {
  background: #e60021;
  position: relative;
  color: #ffffff;
  box-shadow: 0px 6px 0px 0px #000000;
  -moz-box-shadow: 0px 6px 0px 0px #000000;
  -webkit-box-shadow: 0px 6px 0px 0px #000000;
}
.contents .ttl p {
  padding: 25px 30px 20px 30px;
}
.contents .ttl p span {
  font-family: Roboto;
  font-size: 30px;
  margin-right: 25px;
  font-weight: bold;
}
.contents .ttl p em {
  font-size: 15px;
  vertical-align: super;
}
.contents .ttl:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 17px 0 17px;
  border-color: #e60023 transparent transparent transparent;
  bottom: -17px;
  left: 50%;
  z-index: 2;
}
.contents .ttl:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 17px 0 17px;
  border-color: #000000 transparent transparent transparent;
  bottom: -22px;
  left: 50.3%;
  z-index: 1;
}
.contents .inner {
  padding: 55px 30px 30px;
}
.contents .inner .sub-ttl p {
  padding: 0 3px;
  background: linear-gradient(transparent 50%, #fff100 0%);
  display: inline;
  font-size: 25px;
  font-weight: bold;
}
.contents .inner .txt {
  margin: 30px 0px 0px;
}
.contents .inner .img {
  margin: 30px 0px;
  display: block;
  text-align: center;
}
.contents .inner .img img {
  width: 500px;
  display: inline-block;
  margin: 0 20px 0 0;
  border: 3px solid #000000;
}
.contents .inner .textlast p {
  font-family: Roboto;
  font-size: 26px;
  margin-right: 25px;
  color: #e60021;
  font-weight: bold;
  text-shadow: 2px 2px 0px #fff100;
}

.about-img {
  width: 90%;
  max-width: 780px;
  margin: 0 auto;
  display: block;
}
.about-img img {
  width: 100%;
}

.about-txt {
  text-align: center;
}
.about-txt p {
  font-size: 18px;
  font-weight: bold;
  line-height: 2em;
}

.cast .cast-ttl {
  margin: 0 0 10px 0;
  background: #fff100;
  display: block;
  padding: 15px 0 7px 30px;
  font-weight: bold;
  font-size: 20px;
  height: 35px;
}
.cast ul {
  margin: 25px 30px 30px;
}
.cast ul li {
  font-size: 17px;
}

.inner .list {
  margin: 10px 0px;
}
.inner .list li {
  border-bottom: 1px solid #000000;
}
.inner .list li a {
  text-decoration: none;
  background: url(../img/arrow.png) no-repeat;
  background-position: right 10px top 23px;
  background-size: 22px;
  display: block;
  padding: 20px 60px 20px 0px;
  font-size: 16px;
  color: #000000;
  overflow: hidden;
}
.inner .list li a strong {
  font-size: 14px;
  margin-right: 30px;
  color: #00a0e9;
  float: left;
}
.inner .list li a em {
  display: table;
}
.inner .list li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

#backnumber-s .inner .img {
  margin: 30px 0px;
  display: block;
  text-align: center;
}
#backnumber-s .inner .img img {
  width: 386px;
  display: inline-block;
  margin: 0 20px 0 0;
  border: 3px solid #000000;
}

.inner .item {
  color: #00a0e9;
  margin: 30px 0px;
}
.inner .item p {
  font-size: 20px;
  font-weight: bold;
}

.btn-bk {
  margin: 30px 0px 0px;
  display: block;
  width: 200px;
}
.btn-bk a {
  text-decoration: none;
  background: #00a0e9;
  display: block;
  height: 50px;
  position: relative;
}
.btn-bk a p {
  color: #ffffff;
  font-size: 18px;
  padding: 10px 0px;
  text-align: center;
  margin: 0;
}
.btn-bk a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #009fe9 transparent transparent;
  position: absolute;
  top: 15px;
  left: -10px;
}
.btn-bk a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

.attention .at-ttl p {
  background: #e6e6e6;
  margin: 20px 0px;
  padding: 7px 0px 5px 20px;
}
.attention .txt ul {
  font-size: 17px;
}
.attention .txt ul li {
  margin: 30px 0px 0px;
}

iframe#sabi {
  margin-top: 30px;
}
