@import url(../../common/css/basic.css);

div#contents table {
	margin: 20px 0 ;
	font-size: 90%;
}

div#contents th {
	color: #fff;
	background-color: #630;
	padding: 5px;
}

div#contents th.year {
	width: 3.5em;
}

div#contents th+th {
	border-left: 1px solid #fff;
}

div#contents th[scope="row"] {
	color: #444;
	background-color: #fff;
	padding: 8px 5px;
	border-top: 1px solid #dadac6;
	border-bottom: 1px solid #dadac6;
	vertical-align: top;
	border-right: 1px dotted #dadac6;
}

div#contents th.edo, div#contents th.meiji, div#contents th.taisho, div#contents th.showa, div#contents th.heisei {
	vertical-align: middle;
	text-align: center;
	vertical-align: top;
}

div#contents th.edo {
	background-color: #f8f8f3;
}

div#contents th.meiji {
	background-color: #ece8df;
}

div#contents th.taisho {
	background-color: #e0d7cb;
}

div#contents th.showa {
	background-color: #d3c7b6;
}

div#contents th.heisei {
	background-color: #c7b6a2;
}

div#contents td {
	padding: 8px 5px;
	border-top: 1px solid #dadac6;
	border-bottom: 1px solid #dadac6;
	vertical-align: top;
}

div#contents td+td {
	border-left: 1px dotted #dadac6;
}

div#contents td li {
	margin-bottom: 10px;
}

div#contents td li:last-child {
	margin-bottom: 0;
}