@charset "UTF-8" ;

/* グローバルナビゲーション
------------------------------------------*/
#nav{
	max-width: 1052px;
	margin: 0 auto;
	position: relative;
}

#nav p.logo{
	width: 20%;
	height: 92px;
	position: absolute;
	top: 0;
	left: 0;
	background: #eca614;
}

#nav p.logo a{
	display: block;
	height: 92px;
	text-indent: -9999px;
	background: url(../img/bg_logo.png) no-repeat center center;
}

#nav ul{
	display: table;
	width: 80%;
	margin-left: 20%;
	position: relative;
}

#nav li{
	display: table-cell;
	padding: 0 15px;
	vertical-align: middle;
	background: url(../img/nav_line.gif) no-repeat right center;
}

#nav li.drop_sns{
	background-image: none;
}

#nav li:hover, #nav li.active{
	background-color: #fff;
}

#nav li span{
	display: block;
	height: 64px;
	line-height: 64px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	cursor: pointer;
	background: url(../img/nav_bg1.png) no-repeat center bottom;
}

#nav li:hover span, #nav li.active span{
	color: #261111;
}

#nav li:hover span{ background-image: url(../img/nav_bg2.png);}
#nav li.active span{ background-image: url(../img/nav_bg3.png);}

#nav li.drop_search{
	width: 38px;
	padding: 0;
}

#nav .drop_search span{
	display: block;
	width: 38px;
	height: 64px;
	text-indent: -9999px;
	background: url(../img/btn_search.png) no-repeat center center;
	cursor: pointer;
}

#nav li.drop_search:hover span,
#nav li.drop_search.active span{
	background: url(../img/btn_search.png) no-repeat center center #fff;
}

@media screen and (max-width: 1050px) {
	#nav ul{
		table-layout: auto;
	}
	#nav li span{
		font-size: 12px;
	}
}

/* メガドロップダウン展開
------------------------------------------*/
.drop_wrap{
	display: none;
	width: 100%;
	z-index: 999;
	border-top: 5px solid #fff;
	background: #e8e8e8;
}

.drop_in{
	position: relative;
	max-width: 849px;
	margin: 0 auto;
	padding: 25px 0 25px 203px;
	color: #636363;
}

.drop_in .box{
	width: 100%;
	padding: 0 25px;
	box-sizing: border-box;
}

.drop_wrap a, .drop_wrap a img{
	display: block;
}

.menu_close{ background: #c8c8c8;}

.drop_wrap .menu_close p{
	max-width: 1054px;
	height: 58px;
	line-height: 58px;
	margin: 0 auto;
	padding-right: 30px;
	text-align: right;
	font-size: 14px;
	color: #fff;
	background: url(../img/icon_close.png) no-repeat right center;
	background-size: 18px auto;
	cursor: pointer;
}

.drop_wrap .menu_close p:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}
.drop_wrap .more_txt_link a {
	display: block;
	height: 60px;
	line-height: 46px;
	padding: 0 15px;
	color: #ffffff;
	font-size: 23px;
	background: #eca614;
	box-sizing: border-box;
	border: 8px solid #ffffff;
	text-align: center;
}
/*
.drop_wrap .more_txt_link a{
	display: inline-block;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	color: #565556;
	font-size: 17px;
	background: #fff;
}
*/

.drop_wrap p.tt{
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 5px!important;
}

.drop_wrap p.tt2{
	margin: 15px 0 5px 0;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
}

.drop_wrap .box{
	display: table;
}

.drop_wrap .lbox, .drop_wrap .rbox{
	display: table-cell;
	vertical-align: top;
	width: 50%;
}

/*番組*/
#tv_drop .lbox ul{
	padding: 5px 0;
	background: #fff;
}

#tv_drop .lbox li{
	padding: 5px 10px;
}

#tv_drop .lbox li a{
	display: table;
	width: 100%;
	color: #030000;
}

#tv_drop .lbox a span.img{
	display: table-cell;
	width: 25%;
}

#tv_drop .lbox a span.img img{
	display: block;
	width: 100%;
	height: auto;
}

#tv_drop .lbox a dl{
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
	line-height: 1.3;
}

#tv_drop .lbox a dd.tt{
	font-size: 16px;
	word-wrap: break-word;
	text-decoration: underline;
}

#tv_drop .rbox{
	padding-left: 30px;
}

#tv_drop .program_list li{
	background: #eefefd;
}

#tv_drop .program_list li span.time{
	width: 100px;
}

#tv_drop .program_list li.onair{
	padding-top: 85px;
	color: #36c9bf;
	background: #cefefb;
}

#tv_drop .program_list li.onair a{
	color: #36c9bf;
}

#tv_drop .program_list .btn_onair{
	background-image: url(../img/bg_onair_blue.png);
}



/*ニュース・天気*/
#news_drop ul{
	padding: 5px 10px;
	margin-right: 20px;
	background: #fff;
}

#news_drop li{
	width: 50%;
	float: left;
	margin: 5px 0;
}

#news_drop li a{
	display: block;
	padding-left: 45px;
	color: #636363;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
}

#news_drop li.nst a{ background: url(../img/icon_news_nst.png) no-repeat 0 0;}
#news_drop li.post a{ background: url(../img/icon_news_post.png) no-repeat 0 0;}
#news_drop li.fnn a{ background: url(../img/icon_news_fnn.png) no-repeat 0 0;}

/*イベント*/
#event_drop .tab{
	display: table;
	width: 100%;
	table-layout: fixed;
	position: relative;
	z-index: 2;
}

#event_drop .tab li{
	display: table-cell;
	padding-bottom: 8px;
}

#event_drop .tab li.tab1.active{ background: url(../img/bg_tab_arrow.png) no-repeat center bottom;}
#event_drop .tab li.tab2.active{ background: url(../img/bg_tab_arrow2.png) no-repeat center bottom;}

#event_drop .tab li span{
	display: block;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 15px;
	color: #464646;
	background: #f6f7fa;
	cursor: pointer;
}

#event_drop .tab li em{
	font-size: 18px;
}

#event_drop .tab li.active span{
	color: #fff;
}

#event_drop .tab li.tab1.active span{ background: #e47d2c;}
#event_drop .tab li.tab2.active span{ background: #8870b1;}

#event_drop .tab_list{
	position: relative;
	margin-top: -8px;
	z-index: 1;
	padding: 10px;
	background: #fff;
}

#event_drop .tab_list li{
	width: 33.333%;
	float: left;
}

#event_drop .tab_list li.long{
	width: 100%;
}

#event_drop .tab_list li a{
	display: block;
	margin: 1px 1px 0 0;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #464646;
	font-size: 14px;
	background: #eaeaea;
}

#event_drop .tab_list li a:hover{ color: #fff;}

#event_drop .tab_list li.event a:hover{ 	background-color: #f39c3f;}
#event_drop .tab_list li.music a:hover{ background-color: #8ec55b;}
#event_drop .tab_list li.drama a:hover{ background-color: #9f6cab;}
#event_drop .tab_list li.sports a:hover{ background-color: #69bbd6;}
#event_drop .tab_list li.art a:hover{ 	background-color: #ea5d5c;}
#event_drop .tab_list li.housing a:hover{ 	background-color: #006db8;}
#event_drop .tab_list li.other a:hover{	background-color: #9f9f9f;}
#event_drop .tab_list li.nst a:hover{ background-color: #6187be;}

#tab_sch li a:hover{
	color: #fff;
	background-color: #8870b1;
}

#event_drop .rbox{
	display: table-cell;
	width: 41%;
	padding-left: 4%;
	vertical-align: top;
}

#event_drop .rbox li{
	padding: 10px;
	background: #fff;
	border-top: 1px solid #ececec;
}

#event_drop .rbox li a{
	display: table;
	width: 100%;
	color: #030000;
	box-sizing: border-box;
}

#event_drop .rbox li:first-child a{
	border-top: none;
}

#event_drop .rbox li a span.img{
	display: table-cell;
	width: 90px;
}

#event_drop .rbox li a span.img img{
	display: block;
	width: 100%;
	height: auto;
}

#event_drop .rbox li a dl{
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
}

#event_drop .rbox li a .tt{
	font-size: 16px;
	line-height: 1.3;
	margin: 10px 0;
	word-wrap: break-word;
	text-decoration: underline;
}

#event_drop .rbox li a dd.kaisai_kikan{
	padding-left: 40px;
	background: url(../img/icon_kaisai.png) no-repeat 0 0;
}

#event_drop .rbox li a dd.koukai_kikan{
	padding-left: 40px;
	background: url(../img/icon_koukai.png) no-repeat 0 0;
}

/*アナウンサー*/
#announcer_drop ul{
	padding: 5px;
	margin-bottom: 10px;
	background: #fff;
}

#announcer_drop li{
	width: 25%;
	float: left;
	padding: 5px;
	box-sizing: border-box;
	vertical-align: middle;
}

#announcer_drop li a{
	display: table;
	width: 100%;
	color: #636363;
}

#announcer_drop li span.img{
	display: table-cell;
	vertical-align: middle;
	width: 90px;
	padding-right: 7px;
}

#announcer_drop li span.img img{
	border: 1px solid #ccc;
}

#announcer_drop li p{
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1.3;
}

#announcer_drop li p span{
	display: block;
	font-size: 13px;
	text-decoration: underline;
}

/*プレゼント*/
#present_drop ul{
	margin: 5px 0 10px 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #ececec;
}

#present_drop li{
	width: 50%;
	float: left;
}

#present_drop li a{
	display: table;
	width: 100%;
}

#present_drop li a .img{
	display: block;
	width: 175px;
	vertical-align: middle;
	border: 1px solid #ccc;
	float: left;
}
#present_drop li a .img img{
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
#present_drop li a p{
	vertical-align: middle;
	color: #525252;
	padding: 0 10px;
	float: left;
	width: 175px;
}
#present_drop li span.icon{
	display: block;
	margin: 5px 0;
	padding: 1px 8px;
	color: #fff;
	background: #d14d4e;
}

#present_drop li span.icon.view{
	background: #6fc29f;
}

/*SNS*/
#sns_drop .rbox{
	padding-left: 20px;
}

#sns_drop ul{
	background: #fff;
}

#sns_drop .lbox ul{
	padding: 15px;
}

#sns_drop .lbox li{
	width: 57px;
	float: left;
	margin-right: 15px;
}

#sns_drop .lbox p.stamp{
	padding: 0 0 15px 15px;
	background: #fff;
	font-size: 16px;
	line-height: 28px;
	vertical-align: middle;
}

#sns_drop .lbox p.stamp a{
	color: #454242;
}

#sns_drop .lbox p.stamp img{
	display: inline-block;
	float: left;
	margin-right: 10px;
}

#sns_drop .rbox ul{
	padding: 15px 15px 3px 15px;
	margin-bottom: 15px;
}

#sns_drop .rbox li{
	margin-bottom: 12px;
}

#sns_drop .rbox li a{
	display: table;
	width: 100%;
}

#sns_drop .rbox li a span.img, #sns_drop .rbox li a p{
	display: table-cell;
	vertical-align: middle;
	color: #454242;
	font-size: 16px;
	line-height: 1.3;
}

#sns_drop .rbox li a span.img{
	width: 60px;
	padding-right: 10px;
}

#sns_drop .rbox li a p span{
	display: block;
	font-size: 13px;
	color: #50bbd2;
}
