@charset "UTF-8";
/* CSS Document */

.form01 {
	width:100%;
	margin:1em auto 2em auto;
	border:none;
	border-collapse:collapse;
	text-align:left;
}
.form01 th,
.form01 td {
	vertical-align:top;
	padding:5px;
	text-align:left;
}
.form01 th {
	width:30%;
}
.form01 th.th01 {
	width:25%;
}
.form01 tr.tr01 {
	border:dashed 1px #999;
	border-left:none;
	border-right:none;
}
.form01 tr.tr02 {
	border-top:dashed 1px #999;
}

.form01 td ul.fees {
	margin-bottom:1em;
}
.form01 td ul.fees li {
	margin-bottom:5px;
}
.form01 td ul.fees02 {
	margin-bottom:0;
}
.form01 td ul.fees02 li {
	margin-bottom:5px;
	color:#999;
}
.form01 td ul.fees03 {
	margin-bottom:0;
}
.form01 td.td01 {
	padding-left:1.5em;
}
.form01 td.td02 {
	vertical-align:bottom;
	width:40%;
}
.form01 td span {
	font-size:12px;
}

.add {
	width:350px;
	margin:1em auto 2em auto;
	border-collapse:collapse;
}

.form02 {
	width:100%;
	margin:1em 0;
	border-collapse:collapse;
}
.form02 table,
.form02 th,
.form02 td {
	border:1px solid #999;
}
.form02 th,
.form02 td {
	padding:3px 5px;
	text-align:left;
}
.form02 th {
	width:30%;
}
.form02 td {
	vertical-align:top;
}
.form02 th.th02 {
	width:15%;
}
.form02 td.td02 {
	width:20%;
}
.form03 {
	width:80%;
}
.form03 th {
	width:10%;
	vertical-align:top;
}
.form03 td.td01 {
	width:30%;
}

.form04 {
	width:100%;
	margin:1em 0;
	border-collapse:collapse;
}
.form04 table,
.form04 th,
.form04 td {
	border:1px solid #999;
}
.form04 th,
.form04 td {
	padding:3px 5px;
	text-align:left;
}
.form04 td {
	width:30%;
	text-align:right;
}
.form04 th.th01 {
	width:35%;
}
.form04 tr.tr01 {
	border-top:double 3px #999;
}
.form04 tr.tr01 th {
	font-size:18px;
	padding:10px;
}
.form04 tr.tr01 td {
	background:#fadcea;
}
.form05 {
	margin-bottom:0;
}
