@charset "utf-8";
/* CSS Document */

/* DD.プレトーク */
#program_copy_area {
	margin-bottom: 15px;
	border: 1px solid #ddd;
}

#program_copy_area .area-title {
	text-align: center;
	margin-bottom: 0px;
	border-bottom: #ddd solid 1px;
}

#program_copy_area .area-title-index {
	font-size: 17px;
	line-height: 1.4;
	padding: 16px;
	font-weight: 700;
}

#program_copy_bottom_area,
#program_interview_bottom_area {
	margin-bottom: 30px;
	border: 1px solid #ddd;
}

.program_copy,
.program_interview {
	margin: 0 16px;
	padding: 16px 0 25px;
	padding-bottom: 16px;
}

.copy_inner {
	overflow: hidden;
}

.copy_caption {
	font-size: 14px;
	line-height: 1.6;
	color: #333;
	margin-bottom: 4px;
	text-align: center;
}

.day_info h3 {
	font-size: 17px;
	font-weight: 700;
	border-bottom: #b1b1b1 solid 1px;
	padding-bottom: 8px;
	margin-bottom: 15px;
	text-align: center;
}

.day_info {
	font-size: 13px;
	line-height: 1.6;
	position: relative;
	margin-bottom: 15px;
	padding: 12px 15px;
	background-color: #e8e8e8;
}

.day_info p {
	margin-bottom: 5px;
}

.area-title-interview {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.area-title-interview img {
	margin-top: 10px;
}

.interview_text {
	border-top: #cccccc solid 1px;
	padding-top: 16px;
	margin-top: 16px;
}

.interview_text p {
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 10px;
}

.interview_text p.narration {
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 14px;
	text-align: center;
}

.name1 {
	font-weight: 700;
	color: #ff00dd;
}

.name2 {
	font-weight: 700;
	color: #33cc33;
}

.name3 {
	font-weight: 700;
	color: #0099ff;
}

.name4 {
	font-weight: 700;
	color: #6600cc;
}

/* 番組ページ */

#cnt_slider {
padding-bottom: 5px;
}

#ddNav {
	overflow:hidden;
	margin-bottom:10px;
}

#ddNav ul {
	overflow:hidden;
}

#ddNav li {
	float:left;
	width:50%;
}

#ddNav .first a {
	box-sizing: border-box;
	border-right:1px solid #ffffff;
}

#ddNav li a {
	display:block;
	padding:14px 0;
	text-align:center;
	color:#FFF;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 16px;
	font-weight:bold;
	background:#28c8bb;
}

#ddNav a:hover {
	background:#03aa9c;
	text-decoration:none;
}