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


div.figs {
	display: -webkit-flex;
	display: flex;

	flex-wrap: wrap;
	justify-content: center;
}

div.figs figure {
	margin: 0 6px;
}

/* 表 */
article td, th {
	vertical-align: middle;
}
article th.blank {
	border: none;
	background-color: transparent;
}
article td.nbl {
	border-left: none;
}
article td.nbr {
	border-right: none;
}
article td.nbt {
	border-top: none;
}
article td.nbb {
	border-bottom: none;
}

/* table1 */
table.table1 {
	margin: 8px;
}
table.table1 th {
	width: 40px;
}
table.table1 th.category {
	width: auto;
	padding: 0 8px;
}

/* table2 */
table.table2 th {
	padding: 0 8px;
}

/* table2 */
table.table3 th {
	padding: 0 8px;
}
table.table3 td.red {
	background-color: hotpink;
}
table.table3 td.blue {
	background-color: lightblue;
}
table.table3 td.yellow {
	background-color: yellow;
}
table.table3 td.green {
	background-color: palegreen;
}