@charset "UTF-8";


/*バックナンバー
---------------------------------------------------------- */

.back_block {
	margin: 0 20px 30px;
	overflow: hidden;
	zoom:1;
}

.back_block .ph {
	float:left;
	width:272px;
	margin: 0 20px 10px 0;
}

.back_block .txt h4 {
	margin-bottom:15px;
	font-size: 113%;
	color: #e75e5f;
}

.back_block .txt p {
	margin-bottom: 15px;
}

.back_block .txt02 {
	clear: both;
	margin-bottom:25px;
}

.back_block .txt02 p {
	margin-bottom: 20px;
}


.program_block {
	margin: 0 20px 20px;
	overflow: hidden;
	zoom:1;
}

.program_block .ph {
	float:left;
	width:272px;
	margin: 0 20px 0 0;
}

.program_block .txt {
	overflow: hidden;
	zoom:1;
}

.program_block .txt h3 {
	margin-bottom:5px;
	padding-left:18px;
	font-size: 113%;
	color: #e75e5f;
	background:url(../img/common/icon_round_pink01.png) left 8px no-repeat;
}


.program_block .txt .more_btn {
	margin-top:10px;
	text-align: right;
}

.program_block .txt .more_btn a {
	display:inline-block;
	padding: 5px 10px 5px 20px;
	color: #fff;
	text-decoration: none;
	background: url(../img/common/bg_pink01.gif) repeat;
	border-radius: 5px;
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
	font-size: 88%;
}

.program_block .txt .more_btn a span {
	padding-right:18px;
	background:url(../img/common/icon_arrow05.png) right center no-repeat;
}



/*次回放送内容
---------------------------------------------------------- */

.next_block {
	margin-bottom:30px;
}

.next_box {
	padding: 15px 21px 25px 21px;
	background-color:#fff;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px; 
}

.next_block h4 {
	margin-bottom:5px;
	color: #e75e5f;
}

.next_block .ph {
	width:278px;
	text-align: center;
}

.next_block .ph img {
	width:278px;
	height: auto;
}

.next_block p {
	margin-top:10px;
}

@media screen and (max-width: 680px) {
	.next_block {
		margin-bottom:20px;
	}
}


/*最新OAリスト
---------------------------------------------------------- */

.oa_block {
	margin-bottom:30px;
}


.oa_block ul {
	padding: 15px 15px 25px 15px;
	background-color:#fff;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px; 
}

.oa_block ul li {
	margin-top:10px;
	padding:15px 5px 0;
	list-style: none;
	border-top:1px solid #dcd6cc;
}


.oa_block ul li:first-child {
	margin-top:0;
	padding-top: 0;
	border-top: none;
}

.oa_block ul li a {
	display:block;
	padding-left: 20px;
	background:url(../img/common/icon_arrow03.png) left 5px no-repeat;
	text-decoration: none;
}


@media screen and (max-width: 680px) {
	.oa_block {
		margin-bottom:20px;
	}
}