/**************************************** フォーム */

.tbl_contact {
	font-size: 15px;
	text-align: left;
	border-top: #7D7D7D solid 2px;
	border-collapse: collapse;
}

.tbl_contact th {
	background-color: #e6dee5;
	width: 205px;
	padding: 15px 15px;
}

.tbl_contact tr {
	border-bottom: dotted #333333 1px;
	margin: 0px;
}

.text1 {
	width: 100%;
	padding: 3px 10px;
	border: solid 1px #e3e3e3;
}

.text2 {
	width: 100%;
	height: 82px;
	padding: 3px 10px;
	border: solid 1px #e3e3e3;
}

.text3 {
	width: 100%;
	height: 268px;
	padding: 3px 10px;
	border: solid 1px #e3e3e3;
}

.text4 {
	width: 60%;
	padding: 3px 10px;
	border: solid 1px #e3e3e3;
}

.tbl_contact td {
	padding: 10px 0 10px 10px;
}

select {
	border: 1px solid #e3e3e3;
}

.tbl_contact p {
	padding-left: 1em;
	text-indent: -1em;
}

.tbl_contact div {
	margin-bottom: 5px;
}

.input_box {
	text-align: center;
}

.tbl_contact {
	margin-bottom: 50px;
}

[type="submit"] {
	background: #f3eff2;
	border: #c3c1ba 2px solid;
	padding: 3px 20px;
	text-align: center;
}

.send_button {
	margin: 0 auto;
	text-align: center;
}