
.table-caption {
	font-size: 12px; font-size: 1.2rem;
	line-height: 18px; line-height: 1.8rem;
	text-align: center;
	margin: -3px 0 13px 0;
}
#choice-table-container {
	width: 100%;
	overflow: auto;
}
#choice-table {
	font-size: 12px; font-size: 1.2rem;
	line-height: 18px; line-height: 1.8rem;
	margin: 0 auto;
}
#choice-table th,
#choice-table td {
	border: solid 1px #d8d8d8;
	text-align: center;
	vertical-align: middle;
}
#choice-table a {
	text-decoration: none;
	display: block;
	padding: 8px 16px;
}
#choice-table a:hover {
	text-decoration: underline;
}
#choice-table thead th {
	background-color: #eee;
	padding: 16px 14px;
	min-width: 65px;
	font-weight: bold;
	white-space: nowrap;
}
#choice-table thead th span {
	display: inline-block;
	vertical-align: middle;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	-webkit-text-orientation: upright;
	text-orientation: upright;
	font-feature-settings: normal;
}
#choice-table tbody th {
	font-weight: bold;
	white-space: nowrap;
}
#choice-table tbody td {
	padding: 8px 14px;
	min-width: 65px;
}
#choice-table tbody tr:hover th,
#choice-table tbody tr:hover td {
	background-color: #eee;
}

@media screen and (min-width: 768px)
{
	.table-caption {
		font-size: 14px; font-size: 1.4rem;
		line-height: 24px; line-height: 2.4rem;
		margin: -5px 0 19px 0;
	}
	#choice-table {
		font-size: 14px; font-size: 1.4rem;
		line-height: 24px; line-height: 2.4rem;
	}
	#choice-table a {
		padding: 8px 24px;
	}
	#choice-table thead th {
		padding: 16px;
		min-width: 73px;
		line-height: 20px; line-height: 2.0rem;
	}
	#choice-table tbody td {
		padding: 8px 16px;
		min-width: 73px;
	}
}
