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


span.b {
	display: inline-block;
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 0 2px;
}
span.w {
	content: url("../_image/1A_3_W.svg");
}
span.r {
	content: url("../_image/1A_3_R.svg");
}
span.ra {
	content: url("../_image/1A_3_Ra.svg");
}
span.rb {
	content: url("../_image/1A_3_Rb.svg");
}


div.ulsetm {
	break-inside: avoid;
}

/* 表 */
table.table1 th {
	padding: 0 4px;
	vertical-align: middle;
}
table.table1 th.none,
table.table2 th.none,
table.table3 th.none{
	background-color: transparent;
	border: none;
}
table.table1 td {
	padding: 0 4px;
}
table.table1 td.b_right {
	border-right-style: dotted;
}
table.table1 td.b_left {
	border-left-style: dotted;
}
table.table2 th,
table.table2 td,
table.table3 th,
table.table3 td {
	line-height: 1;
	vertical-align: middle;
}
table.table2 tbody th {
	width: 19px;
}
table.table2 td {
	padding: 8px 8px 0 8px;
}
table.table3 th,
table.table3 td {
	width: 19px;
	padding: 2px 0;
}

table.table1 img,
table.table2 img,
table.table3 img {
	vertical-align: middle;
}

table .bg_orange {
	background-color: #ffb56b;
}
table .bg_gray {
	background-color: #a0a0a0;
}
/*
table.table1 td.nobottom {
	border-bottom: none;
}
table.table1 td.notop {
	border-top: none;
}
*/