@charset "utf-8";
/* CSS Document */

.listContentBox.news div h2 {
	background: url(../img/common/icon_bl_news.png) no-repeat left center;
	background-size: 24px 24px;
}
.listContentBox.radioSchedule div h2 {
	background: url(../img/common/icon_bl_radio.png) no-repeat left center;
	background-size: 24px 24px;
}
.listContentBox.tvSchedule div h2,
.listContentBox.program div h2 {
	background: url(../img/common/icon_bl_tv.png) no-repeat left center;
	background-size: 24px 24px;
}
/*.listContentBox.tvSchedule div.nowOnAir {
	background-color: #F3C8C8;
}*/

.listContentBox.program section {
	padding: 12px 15px 0 15px;
}

.listContentBox.program section div.pList {
	width: 48.25%;
	float: left;
	margin-bottom: 12px;
	background: #e6e6e6;
}

.listContentBox.program section div.pList:nth-child(odd) {
	margin-right: 3.45%;
}

.listContentBox.program section div.pList img {
	width: 100%;
	vertical-align: bottom;
}

.listContentBox.program section div.pList p.detail {
	background: #e6e6e6;
	color: #0052a5;
	padding: 5px;
	font-size: 11px;
}

.listContentBox.program section div.pList p.blog,
.listContentBox.program section div.pList p.twitter,
.listContentBox.program section div.pList p.facebook {
	display: none;
}

.listContentBox.freespace div h2 {
	background: url(../img/common/icon_bl_tv.png) no-repeat left center;
	background-size: 24px 24px;
}

.page_contents{
	padding:5px 10px;
}

.radioSNS {
	margin-bottom: 1em;
	margin-top: 1em;
}

.radioSNS a {
	color: #0052a5;
	font-size: 15px;
	margin-left: 1em;
}
