@charset "UTF-8";
/*ON AIR
-----------------------------*/
#main{
/*	background: url(../img/bg.jpg) no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;*/
}
.sttl{
	color: #ce0066;
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 20px;
}

.dataTable{
    margin: 20px auto;
	width: 100%;
}
.table_box{
    margin: 0 auto;
    width: 100%;
}

.dataTable th, td{
    padding: 10px 5px;
    font-size: 14px;
    font-size:1.4rem;
    font-weight: normal;
    color:#FFF;
    text-align: center;
}

.dataTable th{
    background: #000000;
}

.dataTable td{
    border-bottom: 1px dotted #FFF;
}

.dataTable .c1{width:20%;}
.dataTable .c2{width:20%;}
.dataTable .c3{width:20%;}
.dataTable .c4{width:20%;}

