﻿/* テーブルデザイン用CSS */

table {
	border-collapse:collapse;
	border: solid 2px;
}

td {
	border: solid 1px;
}
th {
	border: solid 1px;
}

table.lmgn40px {
	font-family: "ＭＳ Ｐ明朝", 平成明朝, serif;
	font-size: 100%;
	margin: 12px 4px 20px 40px;
	line-height: 120%;
}
th.lmgn40px {
	border: solid 1px;
	width: 50%;
	white-space: nowrap;
}
td.lmgn40px {
	border: solid 1px;
	width: 50%;
	white-space: nowrap;
}


table.enzns {
	font-family: "ＭＳ Ｐ明朝", 平成明朝, serif;
	font-size: 100%;
	margin: 12px 4px 20px 40px;
	line-height: 120%;
}
table.hints {
	font-family: "ＭＳ Ｐ明朝", 平成明朝, serif;
	font-size: 100%;
	margin: 12px 4px 20px 4px;
	line-height: 120%;
}

th.enzns {
	border: solid 1px;
	text-align: center;
	padding: 4px 8px 4px 8px;
	white-space: nowrap;
}

td.enzns {
	border: solid 1px;
	padding: 4px 8px 4px 8px;
	white-space: nowrap;
}

td.enzns-taln-cnt {
	border: solid 1px;
	padding: 4px 8px 4px 8px;
	white-space: nowrap;
	text-align: center;
}


