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


/* 表 */

table.table1 th, table.table1 td {
	padding:  2px 8px;
	text-align: center;
	vertical-align: middle;
}
table.table1 th{
	font-weight: normal;
}

table.table1 td.unable {
	background-color: darkgray;
}

table.table1 td.jishou {
	background-color: lightpink;
}

table.table1 td.aida {
	width: 10px;
	border-top: none;
	border-bottom: none;
}





table.table1 th.blank {
	border: none;
	background-color: transparent;
}

table.table1 td.gray {
	background-color: gainsboro;
}
table.table1 td.red {
	background-color: lightpink;
}
table.table1 td.blue {
	background-color: lightskyblue;
}


