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

/* 表 */

table.table1 th {
	padding: 4px 0;
	width: 48px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	line-height: 1em;
	border: 1px solid silver;
}
table.table1 th.blank {
	width: auto;
	background-color: transparent;
	border: none;
}
table.table1 th.thy {
	padding: 0;
}
table.table1 th.thx {
	padding: 4px 0;
	width: 14px;
}
table.table1 td {
	text-align: center;
	vertical-align: middle;
	border: 1px solid silver;
}

table.table1 td.ab {
	border-bottom-color: royalblue;
}
table.table1 td.ar {
	border-right-color: royalblue;
}

table.table1 th.bb,
table.table1 td.bb {
	border-bottom-color: coral;
}
table.table1 th.br,
table.table1 td.br {
	border-right-color: coral;
}


table.table2 th {
	padding: 4px 0;
	width: 60px;
	font-weight: normal;
	text-align: center;
	line-height: 1em;
}
