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


div > table.table1 {
	margin: 0 auto 0 0;
}
table.table1 th,
table.table1 td {
	width: 50px;
	border-left: 1px dashed gray;
	border-right: 1px dashed gray;
}
table.table1 th {
	border-bottom: 3px double gray;
}
table.table1 th:first-child,
table.table1 td:first-child {
	border-left: 1px solid gray;
}
table.table1 th:last-child,
table.table1 td:last-child {
	border-right: 1px solid gray;
}

table.table1 td.own {
	background-image: url("../_image/1A_3_batsu.svg");
	background-position:  center;
	background-repeat: no-repeat;
	background-size: 16px;
}
table.table1 td.finish {
	background-color: #ccffcc;
}
