@charset "utf-8";
/* CSS Document */

/* 表 */

table.table1 {
	margin: 0 auto;
}

table.table1 th {
	padding: 0 6px;
	font-weight: normal;
}
table.table1 td {
	padding: 0 6px;
	text-align: center;
}


table.table1 tbody tr:nth-of-type(5n+1), table.table1 tbody tr:nth-of-type(5n+1) td:nth-of-type(5n+1) {
	background-color: papayawhip;
}

table.table1 tbody tr td:nth-of-type(5n+1){
	background-color: lavender;
}


