@charset "utf-8";
/* CSS Document */

/*  問い合わせ */

table {
	width: 567px;
	position: relative;
	top: 5px;
	margin: 0px auto;
	border-color: #A69F86;
	border-width: 1px;
	border-bottom-style: solid;

}

/*  問い合わせフォーム */

.company {
	height: 15px;
	width: 160px;
	font-size: 12px;
}

.semi-m {
	height: 15px;
	font-size: 12px;
	vertical-align: top;
}

 .mail {
	height: 15px;
	width: 170px;
	margin: 3px;
}

.hp {
	width: 280px;
	margin: 3px;
}

.text {
	width: 330px;
	height: 95px;
	margin: 3px;
}

.form_bottom {
	margin: 10px 5px;
	align: center;

}

/*  問い合わせフォームの枠 */

caption {
	text-align: left;
	padding: 5px;
}

th {
	width: 180px;
	text-align: left;
	padding: 5px 5px 5px 10px;
	background: #FFF0F0;
	border-color: #A69F86;
	border-width: 1px;
	border-top-style: solid;
	border-left-style: solid;

}

td {
	text-align: left;
	padding: 5px;
	border-color: #A69F86;
	border-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;

}


.red {
	color: #FF0000;
	font-size: 10px;
}

/*  問い合わせフォームの完了画面 */

.thank {
	font-size: 18px;
	font-weight: bold;
	color: #FF4040;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	background: #FFF0F0;
	padding: 10px 5px 10px 5px;
	margin: 20px 5px 10px 5px;

}

.wait {
	font-size: 15px;
	text-align: center;
	color: #E00000;
	border-color: #FF8080;
	border-width: 1px;
	border-bottom-style: dashed;
	padding: 10px 10px 10px 10px;
	margin: 0px 5px 0px 5px;

}

.company_info {
	font-size: 12px;
	text-align: center;
	border-color: #FF8080;
	border-width: 1px;
	border-bottom-style: dashed;
	padding: 10px 10px 10px 10px;
	margin: 0px 5px 0px 5px;

}
.case {
	font-size: 12px;
	text-align: center;
	letter-spacing: 1;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 5;
	margin-bottom: 5;

}

