@charset "EUC-JP";
td.title {
	padding:40px 0 0 0;
	font-size:150%;
	font-weight:bold;
	text-align:center;
}
table.documents {
	margin:20px 0 50px 0;
	width:100%;
	font-size:85%;
	border-collapse:collapse;
}
table.documents th, table.documents td {
	padding:0.5em;
	height:4.5em;
	border:1px solid #CCC;
}
table.documents th {
	height:auto;
	font-size:90%;
	text-align:center;
	background:#FFC !important;
	border:1px solid #CCC;
}
table.documents tr td:first-child {
	width:30em;
}
table.documents tr td:first-child span {
	font-weight:bold;
	font-size:120%;
	text-align:left;
}
table.documents tr td:nth-child(2) {
	width:9em;
}
table.documents tr td:nth-child(3) {
	width:6.5em;
}
table.documents tr td:nth-child(4) {
	width:4.5em;
	text-align:center;
}
table.documents tr td:nth-last-child(-n+3) {
	width:2.5em;
	text-align:center;
}
table.documents tr td:first-child + * + * + * + * + * a {
	color:blue;
}
table.documents tr td:first-child + * + * + * + * + * + * a {
	color:red;
}
table.documents td.nest{
	padding-bottom:0;
	height:auto !important;
	text-align:left !important;
	border-top:none;
	border-bottom:none;
}
table.nest {
	margin:0 0 1em 0;
	width:48%;
	border-collapse:collapse;
}
table.nest td {
	height:2em;
	border:none;
	border-bottom:1px dotted #CCC;
}
table.nest tr td:first-child {
	width:22em;
	font-weight:bold;
	text-align:left;
}
table.nest tr td:first-child + * a {
	width:2.5em;
	color:blue;
	text-align:center;
}
table.nest tr td:first-child + * + * a {
	width:2.5em;
	color:red;
	text-align:center;
}
