@charset "UTF-8";

#main{
background:url(images/bg.jpg) center left no-repeat;
background-size: cover;
}
#cts{
width: 760px;
margin: 80px auto;
text-align: left;
}
#onairWrap{
width: 700px;
text-align: center;
}
#ttl1{
margin-bottom:30px;
}
#ttl2{
margin-top:70px;
margin-bottom:30px;
}
.cautions{
font-size: 13px;
color:#FFF;
line-height: 1.6em;
margin: 10px auto;
}
table{
font-size: 16px;
margin: 0 auto;
border-collapse: separate;
border-spacing: 2px;
width: 700px;
}
td{
padding:6px;
background: #E50012;
width: 50%;
}
.noTD{
background: #000;
opacity: 0.5;
}
td a:link{
display: block;
color:#FFF;
font-weight: bold;
}
td a:hover{
color:#FFF;
font-weight: bold;
}
td a:visited{
color:#DD9DA1;
font-weight: bold;
}