@charset "utf-8";

/*-------------------------------------------------------------
	サブ共通
-----------------------------------------------------------------*/
body {
	color: #333;
	background-color: #fff;
	font-size: 14px;
	line-height: 1.4;
}
#main {
	width: 1110px;
	position: relative;
	margin: 0 auto;
}

/*	ヘッダー
------------------------------*/
header {
	width: 1110px;
	height: 266px;
	position: relative;
	margin-bottom: 30px;
}
header h1,
header #date {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
header h1 {
	/*background: url(../img/header_logo.png) 0 0 no-repeat;*/
	/*background: url(../img/header_logo_170104.png) 0 0 no-repeat;*/
	/*background: url(../img/header_logo_170110.png) 0 0 no-repeat;*/
	background: url(../img/header_logo_181001.png) 0 0 no-repeat;
	/*width: 456px;
	width: 592px;
	height: 113px;
	height: 114px;*/
	width: 612px;
	height: 134px;
	position: absolute;
	/*top: 69px;
	left: 325px;
	left: 248px;*/
	top: 59px;
	left: 238px;
	z-index: 3;
}
header h1 a {
	display: block;
	width: 612px;
	height: 134px;
}
header #date {
	background: url(../img/header_date.png) 0 0 no-repeat;
	width: 334px;
	height: 23px;
	position: absolute;
	/*top: 22px;*/
	top: 32px;
	left: 388px;
	z-index: 3;
}

/* ナビ */
nav {
	position: relative;
	top: 205px;
	width: 1110px;
	height: 60px;
}
nav li {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 370px;
	height: 60px;
	float: left;
}
nav li a {
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 370px;
	height: 60px;
	display: block;
}
nav li:nth-child(1) { background-image: url(../navi/img/gnavi_01_o.png);}
nav li:nth-child(2) { background-image: url(../navi/img/gnavi_02_o.png);}
nav li:nth-child(3) { background-image: url(../navi/img/gnavi_03_o.png);}

nav li:nth-child(1) a { background-image: url(../navi/img/gnavi_01.png);}
nav li:nth-child(2) a { background-image: url(../navi/img/gnavi_02.png);}
nav li:nth-child(3) a { background-image: url(../navi/img/gnavi_03.png);}

nav li a:hover {
	opacity: 0;
}

#onair_body nav li:nth-child(2) a { background-image: url(../navi/img/gnavi_02_o.png);}

/* リンク不可
nav li:nth-child(3) {
	background-image: url(../navi/img/gnavi_00.png);
	user-select: none;
}
nav li:nth-child(3) a {
	background-image: url(../navi/img/gnavi_00.png);
	pointer-events: none;
	opacity: 0.6;	
} */


/* フッター
------------------------------*/
footer {
	width: 100%;
	background-color: #000;
	padding-top: 10px;
	padding-bottom: 50px;
}
footer p {
	width: 1110px;
	position: relative;
	margin: 0 auto;
	/*padding-top: 10px;
	padding-bottom: 50px;*/
	text-align: right;
}

/* ご了承ください */
#top_notice {
	font-size: 12px;
	color: #fff;
	text-align: right;
/*	position: absolute;
	top: 38px;
	right: 23px;
	z-index: 10;*/
	line-height: 1.4;
}


/*	コンテンツ共通
------------------------------*/
#contents {
	width: 1110px;
	background-color: #f0f0f0;
	margin-bottom: 50px;
}
#contents h2 {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 1110px;
	height: 72px;
	margin-bottom: 35px;
}
#contents #outline h2 { background-image: url(../../img/ttl_outline.png);}
#contents #onair h2 { background-image: url(../../img/ttl_onair.png);}
#contents #message h2 { background-image: url(../../img/ttl_message.png);}


/* -------------------------------------------------------------
	番組概要
-----------------------------------------------------------------*/
#outline {
	width: 1110px;
	padding-bottom: 30px;
}
#outline .box {
	position: relative;
	margin: 0 40px 35px;
}
#outline .box h3 {
	font-size: 18px;
	font-weight: bold;
	background: url(../../img/t_sub.png) 0 50% no-repeat;
	border-bottom: 1px solid #ccc;
	line-height: 2em;
	text-indent: 1.2em;
	margin-bottom: 18px;
}

/* 概要文 */
#gaiyo p {
	line-height: 1.8;
	margin-bottom: 16px;
}

/* ニュース・お天気 
#tenki {
}*/

/* プロフィール */
#profile .list {
	width: 1030px;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
#profile .list:last-child {
	margin-bottom: 0;
}
#profile img {
	float: left;
	margin-right: 20px;
}
#profile dl {
	float: left;
	width: 910px;
}
#profile dt {
	font-weight: bold;
	margin-bottom: 4px;
}
#profile dd {
	line-height: 1.6;
}

/* 放送形式 
#format {
}*/

/* 制作 */
#staff ul.cp {
	margin-bottom: 26px;
}
#staff li {
	line-height: 1.6;
}
#outline .box#staff {
	margin: 0 40px 0;
}


/* -------------------------------------------------------------
	放送内容 - ラインナップ
-----------------------------------------------------------------*/
#onair {
	padding-bottom: 30px;
}
#onair #lineup {
	width: 1010px;
	height: 600px;
	margin: 0 auto;
	padding: 10px;
	background-color: #e4e4e4;
}
#lineup .inner {
	width: 1010px;
	height: 600px;
	overflow: hidden;
	overflow-y: scroll;
}

#lineup dl {
	width: 960px;
	padding: 10px;
}
#lineup dt,
#lineup dd {
	line-height: 2;
}
#lineup dd {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 1.8;
}
#lineup dd span {
	color: #fff;
	background: #0077b7;
	font-weight: bold;
	width: 4em;
	display: block;
	float: left;
	text-align: center;
	margin-right: 10px;
}
#lineup dd span.note578 {/* #578 ラインナップ */
	color: #ff3800;
	background-color: transparent;
	font-weight: bold;
	width: auto;
	float: none;
	text-align: left;
	margin-right: 0px;
}
#lineup dd span.note {/* 赤字 */
	color: #F00;
	background-color: transparent;
	font-weight: normal;
	width: auto;
	display: inline;
	float: none;
	text-align: left;
	margin-right: 0px;
}

#lineup dl .box170109 {/* #834　背景色追加*/
	background-color: #ffcbcb;
	padding: 10px;
	margin-bottom: 10px;
}
#lineup dl .box170109 dd{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.lineup_info {
    position: absolute;
    top: 321px;
    left: 218px;
    color: #F00;
}

/* -------------------------------------------------------------
	放送内容 - 詳細
-----------------------------------------------------------------*/
#onair #backnum {
	text-align: right;
	margin: 20px 40px;
}
#onair #onair_week_date {
	background-color: #e4e4e4;
	width: 1030px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin: 20px 40px;
}

#onair .box {
	background-color: #e4e4e4;
	width: 1030px;
	position: relative;
	margin: 20px 40px 10px;
	padding-bottom: 20px;
}
#onair .box h3 {
	background: url(../../img/t_sub.png) 0 50% no-repeat;
	border-bottom: 1px solid #ccc;
	/*height: 41px;*/
	/*line-height: 41px;*/
	line-height: 1.2;
	font-weight: bold;
	font-size: 18px;
	/*padding: 0 20px;*/
	padding: 10px 20px 6px;
}
#onair .box .num {
	color: #fff;
	background-color: #0077b7;
	width: 4em;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 2;
}
#onair .box .date {
	text-align: right;
	margin: 10px 20px 8px 0;
}
#onair .box .txt {
	line-height: 1.8;
	margin: 0 20px;
}
#onair .box .txt span {
	font-weight: bold;
}
#onair .box dl {
	position: relative;
	margin: 10px 20px 0;
}
#onair .box dt {
	font-weight: bold;
	color: #0077b7;
	line-height: 1.8;
}
#onair .box dd {
	line-height: 1.8;
}
#onair .info {
	margin-top: 12px;
}


/* -------------------------------------------------------------
	番組へのメッセージ
-----------------------------------------------------------------*/
#message {
	position: relative;
	padding-bottom: 50px;
}
#message h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 2em;
	text-indent: 1.2em;
	margin-bottom: 25px;
	background:url(../../img/t_sub.png) 0 50% no-repeat;
	border-bottom: 1px solid #ccc;
}
#message .box {
	width: 1030px;
	position: relative;
	margin: 0 40px;
}
#message .box .txt_top {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.8;
}
#message .box .rule_list {
	margin-bottom: 30px;
}
#message .box .rule_list li {
	list-style: outside disc;
	margin-left: 20px;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.6;
}
#message .box h4 {
	font-weight: bold;
	margin-top: 30px;
}
#message .box .chui_list li {
	list-style: outside disc;
	margin-left: 20px;
	line-height: 1.6;
}
#message .note {
	/*color: #FF0;*/
	background-color: #ff0;
	padding: 0 6px;
}