@charset "utf-8";

.text_red {
	color: red;
	font-weight: normal;
}

#inquiry_block {
	width: 650px;
	margin: 30px auto 0;
}

table.tableContact {
	width: 650px;
	margin: 0 auto;
	border-top: 1px solid #e0e0e0;
}

table.tableContact th {
	width: 150px;
	text-align: left;
	background-color: #f0f0f0;
	border-left: 1px solid #e0e0e0;
}

table.tableContact td input {
	width: 200px;
}

table.tableContact th.btn input {
	width: 200px;
	padding: 5px;
	text-align: center;
}

table.tableContact th,
table.tableContact td {
	padding: 10px 5px;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

table.tableContact td textarea {
	width: 400px;
	height: 10em;
}

.soushin {
	text-align: center;
}
