p.txt01 {
	margin-bottom: 35px;
	padding-top: 12px;
	text-align: center;
	font-size:14px;
	line-height: 1.8;
}
p.error {
	margin-bottom: 25px;
	border: 1px solid #e30920;
	background: #fff;
	padding: 20px 15px;
	text-align: center;
	font-size:14px;
	line-height: 1.8;
	color: #e30920;
}
.contact table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
.contact table th {
	width: 146px;
	padding: 30px 10px 30px 0;
	border-top: 1px solid #ede6e6;
	border-bottom: 1px solid #ede6e6;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
}
.contact table th.ind {
	width: 70px;
	padding: 30px 0;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #e30920;
}
.contact table td {
	padding: 30px 0;
	border-top: 1px solid #ede6e6;
	border-bottom: 1px solid #ede6e6;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 1.8;
	vertical-align: top;
}
.contact table td input.txt {
	font-size: 14px;
	padding: 3px;
	width: 275px;
}
.contact table td input.cb {
	margin-right: 10px;
	vertical-align: middle;
}
.contact table td label {
	vertical-align: middle;
}
.contact table td textarea {
	width: 494px;
	height: 134px;
	margin-top: 15px;
	padding: 3px;
	font-size: 14px;
}
.contact input.btn {
	width: 179px;
	height: 47px;
	border: 0px solid;
	cursor: pointer; 	
}

.contact ::placeholder {
	padding-left: 5px;
	font-size: 11px;
}
	
	
	
	
	
	