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

/* 表 */
table th.none {
	background-color: transparent;
	border: none;
}

table.table1 td {
	width: 32px;
}

table.table2 th {
	vertical-align: middle;
	width: 18px;
	padding: 0 4px;
}

table.table3 th {
	vertical-align: middle;
	width: 18px;
	padding: 0 4px;
}
table.table3 td {
	width: 32px;
}

table.table4 th,
table.table5 th {
	padding: 0 6px;
}


/* ■■■■ ブラウザのキャッシュ対策 ■■■■ */

/* 解法リスト */

article span.kaihoulist {
	display: block;
	margin: auto 2px;
	padding: 2px 10px;
	border: 1px dotted black;
	border-radius: 4px;
}
article span.kaihoulist span:nth-child(2n) {
	display: block;
	margin: 0;
	padding: 0 0 0 1.5em;
}

/* おすすめ */

article span.recommended {
	display: inline-block;
	margin-left: 4px;
	padding: 0 4px;
	color: white;
	line-height: 1.4;
	background-color: coral;
	border-radius: 4px;
}
