/* =================================
	introducton CSS
================================= */

/*	story_text
============================== */

div.story_text1{
	font-weight: 800;
	text-align: center;
	margin: 0 0 10px;
}
div.story_text1 .season{
	background-color: #0053ac;
	color: #fff;
	text-align: center;
	margin-right: 0.7em;
	padding: 5px;
}
.onair_date{
	background: linear-gradient(transparent 70%, #fff500 0%);
}
.text a{
	text-decoration: none;
	font-weight: 800;
}
@media all and (min-width: 768px) {
.story_text1{
	font-size: 160%;
}
.onair_date{
	font-size: 120%;
}
.onair_date2{
	font-size: 80%;
}
}
@media all and (max-width: 767px) {
.story_text1{
	font-size: 120%;
	text-align: left;
}
.onair_date2{
	font-size: 90%;
}
}

/*	pics
============================== */
div.pics1 span,div.pics2 span,div.pics3 span{
	display: block;
    background-repeat: no-repeat;
    background-color: #b4b4b4;
    box-shadow:0px 0px 8px -1px rgba(0,0,0,0.4);
}
@media all and (min-width: 768px) {
div.pics1 span{
	width: 560px;
	height: 374px;
	background-size: 560px 374px;
	margin: 20px auto 30px;
}
div.pics2 span{
	width: 400px;
	height: 267px;
	background-size: 400px 267px;
	float: left;
	margin: 20px 0 40px;
}
div.pics3 span{
	width: 400px;
	height: 267px;
	background-size: 400px 267px;
	float: right;
	margin: 20px 0 40px;
}
}
@media all and (max-width: 767px) {
div.pics1 span{
	margin: 15px auto 20px;
	width: 250px;
	height: 167px;
	background-size: 250px 167px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}
div.pics2 span{
	margin: 15px auto 20px;
	width: 250px;
	height: 167px;
	background-size: 250px 167px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}
div.pics3 span{
	margin: 15px auto 20px;
	width: 250px;
	height: 167px;
	background-size: 250px 167px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}
}


/*	backnumber
============================== */

/* .bknm h3 */
.story .bknm,
.gallery .bknm {
	border-top: 3px dashed #2a2a2a;
}
.bknm h3{
	text-align: center;
}
@media all and (min-width: 768px) {
.story .bknm{
  clear: both;
}
.bknm h3{ width: 200px; height: 35px; background-size: 200px 35px;
  margin: 20px auto 20px;
  padding:10px 0;
	font-size: 130%;
}
}
@media all and (max-width: 767px) {
.bknm h3{ width: 150px; height: 26px; background-size: 150px 26px;
margin:15px auto 10px;}
}

.bknm ul {
  margin: 0 auto;
}

.bknm li {
  display: inline-block;
  margin: 0 0 .7em .3em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
	background-color: #b4b4b4;
}

.bknm li a {
  color: #fff;
  display: block;
  box-sizing: border-box;
  font-size: 100%;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
	border: 2px solid #fff500;
}

.bknm li span {
  margin-top: 20px;
}

.bknm li span.epi {
  background-color: #0053ac;
  padding: 0px 5px;
  margin: 0 0 0 0;
  color: #fff;
  position: absolute;
  left: -2px;
  top: -2px;
  font-weight: bold;
  letter-spacing: 1px;
	color: #fff;
}

.bknm li span.date {
  padding: .2em;
}

@media all and (min-width: 768px) {
.bknm li {
    width: 195px;
    height: 130px;
  }
.bknm li a {
    width: 100%;
    height: 130px;
  }
.bknm li a:hover {
    text-decoration: none;
    border: 2px solid #fffdcc;
  }
.bknm li span.epi {
	font-size: 90%;
}
}

@media all and (max-width: 767px) {
.bknm ul {
    margin: 1em auto 0;
    padding: 0;
  }
.bknm li {
    float: left;
    width: 48%;
    margin: 0 4% 4% 0;
  }
.bknm li:nth-child(even) {
    margin: 0 0 4% 0;
  }
.bknm li a {
    height: 100%;
    padding-top: 66.6666%;
    font-size: 80%;
  }
.bknm li span {
    font-size: 100%;
  }
}


/*	footer
============================== */
.story footer {
	width: 100%;
	text-align: center;
	color: #fff;
	background-color:#000;
}
@media all and (min-width: 768px) {
.story footer {
	font-size: 75%;
	min-height: 300px;
}
.story footer .copyright{
	padding-top: 240px;
}
}
@media all and (max-width: 767px) {
.story footer {
	font-size: 62.5%;
	padding:20px 0px 20px;
	line-height: 1.5;
}
.story footer .copyright{
	font-size: 75%;
	line-height: 1.3;
	padding: 20px 10px 20px;
}
}
