@charset "utf-8";

/*
main table thead th{
	background-color: #4CAF50;
	color: #FFF;
}
main table tbody th{
	font-weight: normal;
	background-color: #DCEDC8;
}
*/
/*
table.setsubi tbody tr.k3 th{
background-color: #DCEDC8;
}
*/

table.setsubi tbody tr.k4 th{
background-color: #4DD0E1;
}

table.setsubi tbody tr.line3 th{
background-color: #FFCCBC;
}

table.setsubi tbody tr.etc th{
background-color: #FFE082;
}

table.setsubi caption{
caption-side: bottom;
text-align: right;
}

table.setsubi caption span.k3{
	color: #DCEDC8;
	margin:0 0.5em;
}

table.setsubi caption span.k4{
	color: #4DD0E1;
	margin:0 0.5em;
}

table.setsubi caption span.line3{
	color: #FFCCBC;
	margin:0 0.5em;
}

table.setsubi caption span.etc{
	color: #FFE082;
	margin:0 0.5em;
}