.val-t {
	vertical-align: top;
}
.mast {
	color: red;
	font-size: 85%;
}

.error-msg {
	display: none;
} .error .error-msg {
	display: block;
	margin: 0.5em;
	color: #f00;
	font-weight: bold;
	text-decoration: underline;
}

.error td,.error th {
	background-color: #ffc;
}

.error-head {
	margin: 1em;
	color: #fff;
	background-color: red;
	font-weight: bold;
	text-align: center;
}

.form-table {
	margin: 0 auto;
	width: 730px;
	border: 1px solid #ccc;
}
.form-table th, .form-table td {
	border-bottom: 1px dotted #999;
	padding: 0.4em;
}
.form-table th {
	background-color: #f0f0f0;
}

input,textarea {
	padding: .2em;
}
h2.file-title {
	font-size: 16px;
	margin-bottom: 1.5em;
	padding-top: 1.5em;
	color: #0a6eb7;
	border-bottom: 1px solid #0a6eb7;}
.estimate-information-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	margin: 0 auto;
}
.estimate-information-box > a {
	display: block;
	background: #ff4500;
	color: #fff;
	width: 48%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
	text-decoration: none;
	border-radius: 5px;
}
.estimate-information-box > a:hover {
	background: #f18730;
}
