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


/* リスト */
main span.lindent {
	margin-left: 16px;
}




/* 表 */
table td.shuugouA {
	background-image: url("../_image/1086_A.svg");
	background-size: 88px;
}
table td.shuugouB {
	background-image: url("../_image/1086_B.svg");
	background-size: 88px;
}
table td.shuugouAB {
	background-image: url("../_image/1086_AB.svg");
	background-size: 88px;
}



table.table1 th, table.table1 td {
	padding: 0;
	width: 50px;
	text-align: center;
}
table.table1 th{
	vertical-align: middle;
	font-weight: normal;
}
table.table1 th.blank {
	border: none;
	background-color: transparent;
}



table.table2 th, table.table2 td {
	padding: 0 10px;
	text-align: center;
}
table.table2 th{
	font-weight: normal;
}
table.table2 th.blank {
	border: none;
	background-color: transparent;
}



table.table3 th, table.table3 td {
	padding: 0 10px;
	text-align: center;
	vertical-align: middle;
}
table.table3 th{
	font-weight: normal;
}
table.table3 th.blank {
	border: none;
	background-color: transparent;
}
table.table3 td.cell_green {
	background-color: palegreen;
}
