@charset "UTF-8";
/*利用できるタイプ・コース*/
.table_base.deta td{
	text-align: center;
}
.table_base.deta tr:nth-child(2) th{
	background-color: #cf0000; 
	color: #fff;
}
.table_base.deta tr:nth-child(2) td{
	background-color: #ffebeb; 
}
.table_base.deta tr:nth-child(3) th{
	background-color: #EA851B; 
	color: #fff;
}
.table_base.deta tr:nth-child(3) td{
	background-color: #fff5eb;
}
.table_base.deta tr:nth-child(4) th{
	background-color: #707070; 
	color: #fff;
}
.table_base.deta tr:nth-child(4) td{
	background-color: #f9f9f9; 
}