@charset "utf-8";

.contentwrap {
	min-height: 95%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	line-height: 150%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
}
.contentwrap table {
	width: 100%;
	border-collapse:collapse;
	margin-bottom: 5px;
	border: thin solid #000;
}

td {
	border: dotted thin #000;
	line-height: 110%;
	empty-cells: show;
	padding: 5px;
	vertical-align: middle;
}

.fieldname {
	background-color: #DDD;
	white-space: nowrap;
}
.fieldvalue {
	background-color: #DDD;
	text-align: center;
	min-height: 22px;
}
.smallfield {
	font-size: smaller;
	white-space: nowrap;
}
td.mark {
	border: dotted thin #000;
	width: 25px;
	text-align: left;
	padding-left: 0px;
}
td.detail {
	width: 85px;
	white-space: nowrap;
	text-align: center;
}
div.section {
	margin: 10px 0px;
}
input.fullsize {
	width: 95%;
}
input.shorttext {
	width: 50px;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.greenback {
	background-color: #DFD;
}
.headtitle {
	text-align: right;
	font-size:14px;
	font-weight: normal;
	margin: 10px 50px 0px 0px;	
}
.headtitle table {
	width: auto;
	margin: 0px 0px 0px auto;
	border: none;
}
.headtitle td {
	border: none;
	padding: 0px;
	vertical-align: middle;
	line-height: 100%;
	text-align: center;
}
.headtitle .number {
	font-family:"Times New Roman", Times, serif;
	font-size: 300%;
	color: #3F0;
	padding: 0px 20px;
}
table.topnone {
	border-top: none;
	margin-top: 0px;
}
table.topnone tr:first-child td {
	border-top: none;
}
table.bottomnone {
	border-bottom: none;
	margin-bottom: 0px;
}
div.detailtitle {
	margin-top: 10px;
	background-color: #AFC;
}
td label {
	display: inline-block;
	padding-right: 10px;
}
table.inner {
	margin: 0px;
	border: none;
}
table.inner tr:first-child td {
	border-top: none;
}
table.inner tr td:first-child {
	border-left: none;
}
table.inner tr td:last-child {
	border-right: none;
}
table.inner tr:last-child td {
	border-bottom: none;
}
.selectyear {
	text-align: center;
}
.selectmonth {
	text-align: center;
}
.selectday {
	text-align: center;
}
.input-warning {
	background-color: #FFF4F4;
}
div.detailwin {
	width: 640px;
}
div.detailwin a {
	color: #00F;
}
div.detailunit {
	margin-bottom: 5px;
	padding: 5px 2px;
	border: thin dashed #999;
}
.disabledlink {
	text-decoration: none;
	color: #999;
}
