/* =================================
	ONAIR CSS
================================= */

/*	.onair
============================== */
div.onair table {
	border-top:2px solid #9ccfeb;
	border-left:2px solid #9ccfeb;
}
div.onair table th, div.onair table td {
	line-height:1.5;
	padding:0.5em;
	border-right:2px solid #9ccfeb;
	border-bottom:2px solid #9ccfeb;
}
div.onair table th {
	font-weight:700;
	color:#e41588;
	background-color:#d6eff0;
}
div.onair table thead th {
	text-align:center;
}
div.onair table thead th,
div.onair table tbody tr:nth-child(even) th {
	background-color:#b0e3e5;
}
div.onair table tbody tr:nth-child(even) td {
	background-color:#f0f0f0;
}
div.onair table td {
	background-color:#fff;
}
div.onair table td dl {
	display:flex;
}
div.onair table td dl dt {
	width:7em;
}
@media all and (min-width: 768px) {
div.onair {
	margin-bottom:40px;
}
div.onair table {
	width:100%;
}
div.onair table th, div.onair table td {
	font-size:112.5%;
}
}
@media all and (max-width: 767px) {
div.onair {
	overflow-x:scroll;
	padding-bottom:10px;
	margin-bottom:20px;
}
div.onair table {
	width:740px;
}
}