@charset "utf-8";
/* CSS Document */

table{
	margin-left: 2em;
	margin-right: 2em;
	border: 1px solid #ccc;
	border-collapse: collapse;
	letter-spacing: 0.2em;
}

th,td{
	padding: 0.5em;
	border: 1px solid #ccc;
}

th{
	width: 4em;
	text-align: center;
	color: #8d8da7;
	font-weight: bold;
	background:#eee;
}

.midashi{
	margin-bottom: 10px;
}