@charset "utf-8";
/* CSS Document */
@import url("common_in.css");

#exteriorWrapper {
	background:url(../../onair/img/bg.jpg);
	background-position:bottom center;
	background-attachment:fixed;
	background-repeat:no-repeat;
}

#onairCaption {
	width:520px;
	margin:0px auto;
}

#onAirList {
	font-size: 20px;
	width: 520px;
	margin: 0px auto;
	margin-top: 30px;
	margin-bottom: 10px;
}

#onAirList li {
	margin-top:20px;
}
#onAirList li p {
	float:left;
}
.onAirCh {
	width:220px;
}
.onAirCh a {
	display:inline-block;
	background:url(../img/util/icon_link.png);
	padding-right:30px;
	background-repeat:no-repeat;
	background-position:right 5px;
}
p.listCaption{
	margin-top:40px;
    text-align:center;
}
.onairDate span {
	font-size:16px;
	color:#ffcc00;
}
#onairNotice{
	width:520px;
	margin:0px auto;
	margin-top:30px;
	font-size:18px;
}
.attention{
  color: #ff0000;
  margin-top: 20px;
}