@charset "utf-8";
/* CSS Document */

/*========
common
===============*/
body {
	font-size: 14px;
}
ul {
	list-style-type: none;
}
li {
	list-style: none;
}
.wrap {
	margin: 0 auto;
	padding: 20px 0;
	max-width: 1000px;
	overflow: hidden;
}
.y_banner_pc {
	text-align: center;
	width: 745px;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.y_banner_pc p {
	font-size: 12px;
}

.mov_ad{display:none;}

@media only screen and (max-width:640px) {
.mov_ad{display:block;}
}
    
    
/*グローバルメニュー*/
.rcc-tv {
	border-bottom: 3px solid #ff87b4;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
/*--------------------------------------------
slide
---------------------------------------------*/
#SlidWrap {
	min-height: 400px;
}
#SlidWrap #slide_bg {
	margin: 0 auto;
	padding: 0;
	padding-top: 30px;
	background: #ff86b2;
	height: 240px;
}
.slider-back {
	background: #FF86B2;
	padding: 30px 0;
	height: 180px;
}
.sp-thumbnails-container {
	padding-top: 0;
}
.sp-selected-thumbnail {
	border: 3px solid #FF86B2;
}
.sp-slide {
	border: 3px solid #fff;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.3);
}
.sp-mask {
	padding-bottom: 2%;
}
.sp-slide img {
}
.sp-thumbnail-image-container img {
	width: 100%;
}

@media only screen and (max-width:580px) {
#SlidWrap {
	min-height: 370px;
}
}

@media only screen and (max-width:400px) {
#SlidWrap {
	min-height: 335px;
}
}

@media only screen and (max-width:370px) {
#SlidWrap {
	min-height: 320px;
}
}

@media only screen and (max-width:340px) {
#SlidWrap {
	min-height: 300px;
}
}

@media only screen and (max-width:320px) {
#SlidWrap {
	min-height: 290px;
}
}
/*--------------------------------------------
お知らせ
---------------------------------------------*/
#tv_info {
	margin: 0;
	background: #FFFCDA;
	text-align: center;
}
#tv_info .wrap {
	max-width: 800px;
}
#tv_info .wrap h3 {
	padding: 3px;
	font-weight: 800;
	color: #9F2C06;
	font-size: 120%;
}
#tv_info .wrap h3 span {
	border-bottom: 1px dashed #9F2C06;
}
#tv_info .wrap p {
	margin-top: 1.5em;
	font-size: 13px;
	line-height: 1.6;/*font-weight:600*/
	;
}
/*--------------------------------------------
SNS 新着 動画
---------------------------------------------*/
.new_content {
	background-color: #f4f4f4;
}
.new_content .wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tw_wrap {
	display: inline-block;
	width: 28%;
	min-width: 280px;
	overflow: hidden;
	zoom: 1;
}
.new_wrap {
	display: inline-block;
	width: 36%;
	min-width: 360px;
	overflow: hidden;
	zoom: 1;
}
.mov_wrap {
	display: inline-block;
	width: 30%;
	min-width: 300px;
	overflow: hidden;
	zoom: 1;
}

@media only screen and (max-width:991px) {
.new_content .wrap {
	padding-right: 2%;
	padding-left: 2%;
	width: 96%;
}
.tw_wrap {
	width: 27%;
	min-width: 1px;
}
.new_wrap {
	width: 40%;
	min-width: 1px
}
.mov_wrap {
	width: 27%;
	min-width: 1px
}
}

@media only screen and (max-width:768px) {
.tw_wrap {
	width: 100%;
}
.new_wrap {
	width: 100%;
}
.mov_wrap {
	width: 100%;
}
}
/*sns*/
.tw_wrap h3, .new_wrap h3, .mov_wrap h3, .nowonair_wrap h3 {
	margin: 7px 0 2px 0;
	font-size: 1.3em;
}
.tw_wrap h3 {
	background: url(../img/sns_ico.png) no-repeat 0 3px;
	background-size: 20px;
	padding-left: 25px;
}
.tw_wrap img {
	margin-top: 20px;
	width: 100%;
	height: auto;
}
.new_wrap h3 {
	background: url(../img/new_ico.png) no-repeat 0 3px;
	background-size:20px;
	padding-left: 25px;
}
.mov_wrap h3 {
	background: url(../img/mov_ico.png) no-repeat 0 3px;
	background-size: 20px;
	padding-left: 25px;
}

@media only screen and (max-width:768px) {
.tw_wrap h3, .new_wrap h3, .mov_wrap h3 {
	background-size: 3%;
	padding-left: 3.5%;
}
}

@media only screen and (max-width:667px) {
.tw_wrap h3, .new_wrap h3, .mov_wrap h3 {
	background-size: 3.5%;
	padding-left: 4%;
}
}

@media only screen and (max-width:568px) {
.tw_wrap h3, .new_wrap h3, .mov_wrap h3 {
	background-size: 4.5%;
	padding-left: 5%;
}
}

@media only screen and (max-width:480px) {
.tw_wrap h3, .new_wrap h3, .mov_wrap h3 {
	background-size: 5%;
	padding-left: 5.5%;
}
}

@media only screen and (max-width:320px) {
.tw_wrap h3, .new_wrap h3, .mov_wrap h3 {
	background-size: 8%;
	padding-left: 8.5%;
}
}
/*新着*/
.new_wrap .new_inner {
	border: 3px solid #e4e4e4;
	max-height: 710px;
	overflow-y: scroll;
}
.new_wrap .new_inner ul {
	padding: 15px 8px;
}
.new_wrap .new_inner ul li {
	padding: 15px 5px;
	border-bottom: 1px dotted #9e9e9e;
}
.new_wrap .new_inner ul li time {
	line-height: 2em;
	display: block;
}
.new_wrap .new_inner ul li time .label-new {
	padding: 1px 6px;
	background-color: #ecc800;
	color: #FFF;
	font-size: 13px;
}
.new_wrap .new_inner ul li time .label-rcc {
	padding: 1px 6px;
	background-color: #e82e82;
	color: #FFF;
	font-size: 13px;
}
.new_wrap .new_inner ul li a {
	color: #ea468c;
}
.new_wrap .new_inner ul li a:hover, .new_wrap .new_inner ul li a:active, .new_wrap .new_inner ul li a:focus {
	color: #006CBB;
	text-decoration: none;
}
/*movie*/
.youtube {
	margin-bottom: 15px;
	padding: 0;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}
.youtube iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.mov_wrap .mov_inner {
	margin: 17px 0 0 0;
	background: url(../img/index_bg2.jpg) repeat 0 0;
	width: 100%;
}
.mov_wrap .mov_inner ul {
	padding: 20px 5% 17px;
	text-align: center;
}
.mov_wrap .mov_inner ul li {
	margin: 0 auto;
	margin-top: 20px;
	border-bottom: 1px dashed #9e9e9e;
}
.mov_wrap .mov_inner ul li:first-child {
	margin-top: 0;
}
.mov_wrap .mov_inner ul li:last-child {
	border-bottom: none
}
.mov_wrap .mov_inner ul li img {
	width: 100%;
}
/*--------------------------------------------
RCCエリア
---------------------------------------------*/
.rcc_content {
	margin: 0;
	padding: 20px 0;
	width: 100%;
}
/*======
rcc program
===========*/
.rcc_content .rcc_program {
	width: 70%;
	max-width: 690px;
	display: inline-block;
	float: left;
}
.rcc_content .rcc_program h3 {
	margin: 7px 0 2px 0;
	font-size: 1.3em;
	background: url(../img/rcclist_ico.png) no-repeat 0 3px;
	background-size:20px;
	padding-left:25px;
}

@media only screen and (max-width:768px) {
.rcc_content .rcc_program {
	margin-right: 2%;
	margin-left: 2%;
	width: 96%;
	max-width: 100%;
	display: block;
	float: none;
}
.rcc_content .rcc_program h3 {
	background-size: 3%;
	padding-left: 3.5%;
}
}

@media only screen and (max-width:667px) {
.rcc_content .rcc_program h3 {
	background-size: 3.5%;
	padding-left: 4%;
}
}

@media only screen and (max-width:568px) {
.rcc_content .rcc_program h3 {
	background-size: 4.5%;
	padding-left: 5%;
}
}

@media only screen and (max-width:480px) {
.rcc_content .rcc_program h3 {
	background-size: 5%;
	padding-left: 5.5%;
}
}

@media only screen and (max-width:320px) {
.rcc_content .rcc_program h3 {
	background-size: 8%;
	padding-left: 8.5%;
}
}
.rcc_program ul {
	margin: 0;
	margin-top: -15px;
	padding: 0;
	text-align: left;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-around;
}
.rcc_program ul.border_dash {
	margin-top: 15px;
	border-top: 1px dashed #777;
	overflow: hidden;
	clear: both;
}
.rcc_program ul li {
	margin: 0;
	margin-top: 15px;
	padding: 0;
	width: 24%;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
	display: inline-block;
	zoom: 1;
}
.rcc_program ul li img {
	width: 100%;
	max-width: 300px;
}
/*======
from tv
===========*/
.rcc_content .from_tv {
	margin: 0;
	width: 30%;
	max-width: 300px;
	display: inline-block;
	float: right;
}
.rcc_content .from_tv h3 {
	margin: 7px 0 2px 0;
	font-size: 1.3em;
	background: url(../img/pre_ico.png) no-repeat 0 3px;
	background-size: 20px;
	padding-left: 25px;
}

@media only screen and (max-width:768px) {
.rcc_content .from_tv {
	margin-right: 2%;
	margin-left: 2%;
	width: 96%;
	max-width: 100%;
	display: block;
	float: none;
}
.rcc_content .from_tv h3 {
	background-size: 3%;
	padding-left: 3.5%;
}
}

@media only screen and (max-width:667px) {
.rcc_content .from_tv h3 {
	background-size: 3.5%;
	padding-left: 4%;
}
}

@media only screen and (max-width:568px) {
.rcc_content .from_tv h3 {
	background-size: 4%;
	padding-left: 4.5%;
}
}

@media only screen and (max-width:480px) {
.rcc_content .from_tv h3 {
	background-size: 4.5%;
	padding-left: 5%;
}
}

@media only screen and (max-width:320px) {
.rcc_content .from_tv h3 {
	background-size: 5%;
	padding-left: 5.5%;
}
}
.rcc_content .from_tv ul {
	padding: 20px;
	border: 2px solid #cdcdcd;
}
.rcc_content .from_tv ul li {
	padding: 5px 0;
	border-bottom: 1px dotted #9e9e9e;
}
.rcc_content .from_tv ul li:last-child {
	border-bottom: none;
}
.rcc_content .from_tv ul li p {
	padding-left: .7em;
	background: url(../img/arrow.png) no-repeat 0 .3em;
	background-size: 3%;
	color: #e82e82;
}

@media only screen and (max-width:768px) {
.rcc_content .from_tv ul li p {
	background-size: 1%;
}
}

@media only screen and (max-width:568px) {
.rcc_content .from_tv ul li p {
	background-size: 1.5%;
}
}

@media only screen and (max-width:480px) {
.rcc_content .from_tv ul li p {
	background-size: 2%;
}
}

@media only screen and (max-width:320px) {
.rcc_content .from_tv ul li p {
	background-size: 2.5%;
}
}
/*--------------------------------------------
weekly program
--------------------------------------------*/
.weekly_wrap {
	margin: 0 auto;
	padding: 15px 0;
	background-color: #f4f4f4;
	width: 100%;
	height: auto;
	display: block;
}
.weekly_wrap .on_air {
	margin: 0 0 15px 0;
	padding: 0 0 0 25px;
	background: #333;
	border-radius: 20px;
}
.weekly_wrap .on_air img {
	margin: 0;
	padding: 0;
	width: 14%;
	max-width: 135px;
	display: inline-block;
	vertical-align: middle;
}
/*--------------
Now on air
--------------*/
.on_air dl {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #fff;
	width: 68%;
	display: inline-block;
	vertical-align: middle;
}
.on_air dt {
	padding: 6px 0 6px 20px;
	text-align: left;
	width: 16.5%;
	display: inline-block;
}
.on_air .now dd {
	display: inline-block;
	width: 78%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: none;
	vertical-align: middle;
}
.on_air .now dd a {
	color: #FFF;
	text-decoration: underline;
}
.on_air div.button {
	padding: 2px 2px 2px 8px;
	background: #737373 url(../img/arrow_w.png) no-repeat 6px 50%;
	background-size: 6%;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	text-align: left;
	width: 12%;
	display: inline-block;
}
.on_air div.button a {
	color: #FFF;
	text-align: center;
	width: 100%;
	display: block;
	text-decoration: none;
}
.on_air div.button:hover {
	background: #9F9F9F url(../img/arrow_w.png) no-repeat 6px 50%;
	background-size: 6%;
	text-decoration: none;
}

@media only screen and (max-width:768px) {
.weekly_wrap .wrap {
	margin-right: 2%;
	margin-left: 2%;
	width: 96%;
}
.weekly_wrap .on_air img {
	width: 18%;
}
.on_air dl {
	font-size: 14px;
	width: 65%;
}
.on_air div.button {
	background-size: 6%;
	font-size: 12px;
	width: 14%;
}
}

@media only screen and (max-width:615px) {
.on_air dt {
	width: 18%;
}
.on_air .now dd {
	width: 75%;
}
}

@media only screen and (max-width:568px) {
.weekly_wrap .on_air img {
	width: 20%;
}
.on_air dl {
	width: 60%;
}
.on_air dt {
	width: 22%;
}
.on_air .now dd {
	width: 70%;
}
.on_air div.button {
	width: 17%;
}
}

@media only screen and (max-width:480px) {
.weekly_wrap .on_air {
	padding-left: 10px;
}
.weekly_wrap .on_air img {
	width: 22%;
}
.on_air dl {
	width: 55%;
	font-size: 12px;
}
.on_air dt {
	padding-left: 0;
	width: 20%;
}
.on_air .now dd {
	width: 72%;
}
.on_air div.button {
	padding: 1px 2px 1px 5px;
	background-position: 3px 50%;
	width: 18%;
	font-size: 10px;
}
}

@media only screen and (max-width:360px) {
.on_air dl {
	width: 50%;
	font-size: 10px;
}
.on_air dt {
	padding-left: 0;
	width: 22%;
}
.on_air .now dd {
	width: 70%;
}
.on_air div.button {
	width: 24%;
	font-size: 8px;
}
}
/*--------------
program TAB
--------------*/
#tab_wrap {
	margin: 0 0 15px 0;
	padding: 0;
	border-radius: 10px 10px 0 0;
	width: 100%;
	flex-wrap: wrap;
}
ul.tab {
	margin: 0;
	padding: 0;
	border: 1px solid #acacac;
	border-left: none;
	font-size: 0;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
}
ul.tab li {
	margin: 0;
	padding: 15px 0;
	border-left: 1px solid #acacac;
	text-align: center;
	width: 12.5%;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	color: #000;
	text-decoration: none;
	display: inline-block;
}
ul.tab li p {
	margin: 0;
	padding: 0;
	font-size: 20px;
}
ul.tab li p span {
	display: block;
	font-size: .7em;
}
/*normal*/
ul.tab li.week {
	background: #d7d7d7;
}
/*Saturday*/
ul.tab li.week_sat {
	background: #def4ff;
}
/*Sunday*/
ul.tab li.week_sun {
	background: #ffe6ea;
}
ul.tab li:hover, ul.tab li.active {
	background: #ff6aa0;
	color: #FFF;
	position: relative;
}
ul.tab li.active::before {
	content: "";
	border: 16px solid transparent;
	border-top: 16px solid #ff6aa0;
	position: absolute;
	right: 36%;
	bottom: -30px;
	z-index: 2;
}

@media only screen and (max-width:700px) {
ul.tab li.active::before {
	content: "";
	border: 14px solid transparent;
	border-top: 14px solid #ff6aa0;
	right: 33%;
	bottom: -28px;
}
}

@media only screen and (max-width:550px) {
ul.tab li.active::before {
	content: "";
	border: 12px solid transparent;
	border-top: 12px solid #ff6aa0;
	right: 30%;
	bottom: -22px;
}
}

@media only screen and (max-width:400px) {
ul.tab li.active::before {
	content: "";
	border: 10px solid transparent;
	border-top: 10px solid #ff6aa0;
	right: 26%;
	bottom: -19px;
}
}
/*==============
program TAB Panel
===================*/
#tab_wrap dl {
	margin: 0;
	margin-top: 20px;
	padding: 0;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
}
#tab_wrap dl dt {
	margin: 0;
	margin-top: 20px;
	margin-right: 2.5%;
	padding-bottom: 4px;
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 4px;
	text-align: center;
	width: 17.7%;
	height: auto;
	min-height: 180px;
	display: inline-block;
}
#tab_wrap dl dt:hover {
	background: #efefef;
}
#tab_wrap dl dt p {
	margin-right: 5%;
	margin-left: 5%;
	font-size: 14px;
	display: block;
	vertical-align: middle;
}
dl#tabitem dt:nth-child(5) {
	margin-right: 0;
}
dl#tabitem dt img {
	margin: 6px 0;
	margin-right: 5%;
	margin-left: 5%;
	border: 1px solid #CCC;
	width: 90%;
	height: auto;
}
dl#tabitem dt img:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background: none!important;
}
dl#tabitem dt a {
	color: #333;
}
dl#tabitem dt a:hover {
	color: #30397A;
	text-decoration: none;
}
#tab_wrap dl dt.rcc {
	border: 1px solid #ff90b8;
	background-color: #ffd6e5;
}
#tab_wrap dl dt.rcc:hover {
	background-color: #FFC7DB;
}
#tab_wrap dl dt .rcc-label {
	background-color: #e82e82;
	color: #FFF;
	font-size: 13px;
	line-height: 2;
}

@media only screen and (max-width:768px) {
#tab_wrap dl dt {
	margin-right: 1.5%;
	width: 18.5%;
}
}

@media only screen and (max-width:612px) {
#tab_wrap dl dt {
	margin-right: 1%;
	width: 18.8%;
}
}

@media only screen and (max-width:570px) {
#tab_wrap dl dt {
	margin-right: 1.5%;
	width: 48.2%;
	min-height: 230px;
}
}

@media only screen and (max-width:485px) {
}

@media only screen and (max-width:320px) {
}
/*--------------------------------------------
bottom
--------------------------------------------*/
.relation_link {
	margin: 10px auto;
	text-align: center;
}
.relation_link a {
	margin: 5px;
	padding: 10px;
	padding-left: 1.5em;
	background: url(../img/arrow.png) no-repeat 10px 1em;
	background-size: 3%;
	background-color: #f4f4f4;
	border: 1px solid #cdcdcd;
	border-radius: 2px;
	color: #000;
	text-align: left;
	width: 20%;
	display: inline-table;
}
.relation_link a:hover {
	padding-left: 1.5em;
	background: url(../img/arrow.png) no-repeat 10px 1em;
	background-size: 3%;
	background-color: #D9D9D9;
	text-decoration: none;
}

@media only screen and (max-width:938px) {
.relation_link a {
	width: 40%;
	background-size: 2%;
}
.relation_link a:hover {
	background-size: 2%;
}
}

@media only screen and (max-width:568px) {
.relation_link a {background-size: 2.5%;}
.relation_link a:hover {background-size: 2.5%;}
}

@media only screen and (max-width:480px) {
.relation_link a {
	background-size: 2%;
	width: 90%;
}
.relation_link a:hover {
	background-size: 2%;
}
}

@media only screen and (max-width:385px) {
.relation_link a {width: 80%;}
}

@media only screen and (max-width:320px) {
.relation_link a {background-size: 2.5%;}
.relation_link a:hover {background-size: 2.5%;}
}

#bn_area ul {
	margin: 0 2%;
	margin-top: 1.5em;
}
#bn_area ul li {margin: 0 auto;margin-bottom: 15px;text-align: center;display: inline-block;}
#bn_area ul li img {width:100%;}

@media only screen and (max-width:480px) {
#bn_area ul {margin: 0 5%;}
#bn_area ul li {margin: 0 auto;margin-right: 0;display: block;}
}


/*===========
2019 addition 上書き
====================*/
.new_content2019 .wrap{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.new_content2019,.rcc_content{
	background-color: #f4f4f4;
}

.new_content,.weekly_wrap{
	background: #FFF;
}


/*===========
now on air 2019　（addition　2019）
====================*/

.nowonair_wrap {
	width:52%;
}

.nowonair_ttl_wrap{
	display: table;
	margin-bottom: 5px;
}

.nowonair_wrap h3 {
	background: url(../img/mov_ico.png) no-repeat 0 3px;
	background-size: 20px;
	padding-left: 25px;
	display: table-cell;
	padding-right:1em;
}
.nowonair_wrap div.button {
	padding: 2px 2px 2px 8px;
	background: #737373 url(../img/arrow_w.png) no-repeat 6px 50%;
	background-size: 6%;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	text-align: left;
	width:6em;
	display: table-cell;
	vertical-align: middle;
}
.nowonair_wrap div.button a {
	color: #FFF;
	text-align: center;
	width: 100%;
	display: block;
	text-decoration: none;
}
.nowonair_wrap div.button:hover {
	background: #9F9F9F url(../img/arrow_w.png) no-repeat 6px 50%;
	background-size: 6%;
	text-decoration: none;
}
#nowonair_scroll {
	height:510px;
	border: 3px solid #e4e4e4;
	overflow-y: scroll;
	overflow-x: hidden;
}
#nowonair {
	background: #FFF;
}
#nowonair dl {
	border-bottom: 1px dotted #9e9e9e;
	padding: 0.5em 10px;
}
#nowonair dl dt {
	font-weight: bold;
	color: #2A3970;
	margin-bottom: 3px;
}
#nowonair dl.now {
	font-size: 1.2em;
	background: #FFE8F0;
	font-weight: bold;
	padding: 1em 10px;
}
#nowonair dl dt.daytime:after {
	content: "NOW";
	background: #E62F82;
	padding: 1px 6px;
	margin-left: 0.5em;
	color: #FFF;
	font-size: 13px;
}
#nowonair dl dd a {
	color: #ea468c;
}

/*===========
movie 2019　（addition　2019）
====================*/
.movie-2019_wrap{
	width:45%;
	margin-top:30px;
}

.youtube{
	margin-bottom: 20px;
}

.minogashi_ttl{
	max-width: 406px;
	width: 100%;
}

ul.minogashi{
	    display: -webkit-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

ul.minogashi li{
	width: 48%;
	background:url(https://play.rcc.jp/img/recommend_bg.png);
	padding:10px;
	box-sizing: border-box;
	color: #FFF;
}

ul.minogashi li img.play_thmb{
	width: 100%;
	max-width: 400px;
}

.minogashi_bangumi_ttl{
	font-weight: bold;
	margin-bottom: 0.5em;
	
}

.minogashi_bangumi_ttl a{
	color: #FFF;
}

.sns_ico img{
	width: 100%;
	max-width: 30px;
	margin-right: 5px;
}

@media only screen and (max-width: 768px) {
	.nowonair_wrap{
		width: 96%;
		margin: auto;
		box-sizing: border-box;
	}
	
	.movie-2019_wrap{
		width: 96%;
		margin: 20px auto 0;
		box-sizing: border-box;
	}
}




/*201109追加*/
.furusato{
	width:100%;
}
.furusato img{
	width: 100%;
}
