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

.formArea {
	width: 600px;
	margin: 30px auto 0;
}

.txt01 {
	text-align: right;
	color: #f00;
}

.table01 {
	width: 100%;
	border-top:  1px solid #ccc;
	margin: 10px 0 0 0;
}

.table01 th,
.table01 td {
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

.table01 th {
	width: 140px;
	font-size: 116%;
	font-weight: normal;
	border-right: 1px dashed #ccc;
	padding-top: 15px;
}

.table01 th span {
	color:#f00;
	font-size: 71.4%!important;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.lv01 {
	background: #f2f6f9;
}

.table01 td.lv02 {
	border-bottom: none;
	padding-bottom: 0;
}

.type01 {
	width: 300px;
	padding: 3px;
}

.type02 {
	width: 4em;
	padding: 3px;
}

.btnArea {
	text-align: center;
	margin-top: 20px;
}

.formBtn {
	margin-right: 15px;
}

.checkpoint {
	color: #f00;
}










