/* pubページ・listページ */
.pubBox .ico_4k:after {
	content: '';
	background: url(/top/common/img/icons/ico_4k.png);
	background-size: cover;
	width: 50px;
	height: 28px;
	display: inline-block;
	vertical-align: top;
}

.listBox .ico_4k:after {
	content: '';
	background: url(/top/common/img/icons/ico_4k.png);
	background-size: cover;
	width: 37px;
	height: 21px;
	display: inline-block;
	vertical-align: top;
}

.txt_4k {
	float: right;
	margin: 5px 5px 5px 0;
	background: #333;
	color: #dbc747;
	font-size: 80%;
	font-weight: bold;
	padding: 0 5px;
	border-radius: 5px;
}

.pubgenre {
	background: #161E27;
	display: inline-block;
	border-radius: 5px;
	padding: 0 5px;
	margin: 5px;
	float: none;
}


/* 番組表 */
.btn_2k4k{ width:400px; margin:20px auto; border:#666 1px solid; line-height:1.3em; font-size:1.8rem; font-weight: bold; }
.btn_2k4k p a{ width:200px; display:block; text-decoration:none; text-align:center; color:#666; padding:6px 0;}
.btn_2k4k p .on{ background:#666; color:#fff;}
.btn_2k4k p.ico_4k img { width: 61px; margin:0; padding: 0; }
.btn_2k4k p.ico_4k a { padding: 5px 0 0 0; }

.btnBox {
	margin: 20px auto;
	width: 844px;
}
.dayweek, .btn_2k4k {
	float:left;
	margin: 0 10px;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (max-width: 639px) {
	.btnBox {
		margin: 0px auto;
		width: 100%;
	}

	.btn_2k4k{ width:100%; margin:20px auto; border:#666 1px solid; line-height:1.3em; font-size:1.8rem; font-weight: bold; }
	.btn_2k4k p a{ width:50%; display:block; text-decoration:none; text-align:center; color:#666; padding:6px 0;}
	.btn_2k4k p .on{ background:#666; color:#fff;}
	.btn_2k4k p.ico_4k img { width: 61px; margin:0; padding: 0; }
	.btn_2k4k p.ico_4k a { padding: 5px 0 0 0; }
}

.weeklyinner td.ico_4k:after {
	content: '';
	background: url(/top/common/img/icons/ico_4k.png);
	background-size: cover;
	width: 27px;
	height: 15px;
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
}

.ico_4k div:after {
	content: '';
	background: url(/top/common/img/icons/ico_4k.png);
	background-size: cover;
	width: 32px;
	height: 18px;
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
}
.is-headfixed {
  position: fixed;
  top: 0px;
  background:#FFFFFF;
}
.is-weekfixed {
  position: fixed;
  background:#FFFFFF;
}



