@charset "utf-8";

table {
	margin: 10px auto;
	border:1px solid #000;
}

table caption {
	text-align: center;
	font-size: 15px;
}

table th {
	padding: 5px;
	border:1px solid #000;
	background: #eef;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

table td {
	border:1px solid #000;
	padding: 5px;
	font-size: 15px;
}

table .td_1em {
	width: 1em;
}
table .td_4em {
	width: 4em;
}


/* .spec */
table.spec {
	width: 560px;
}

table.spec th,
table.spec td {
	padding: 3px;
	text-align: center;
	font-size: 98%;
}

table.spec th {
white-space: nowrap;
}