@charset "utf-8";

/*=============================
お問い合わせページ
=============================*/
table#inq_table {
	margin-left:15px;
	width: 570px;
	border: 1px #ff8400 solid;
	border-collapse: collapse;
	border-spacing: 0;
}

table#inq_table th {
	padding: 15px 10px;
	border: 1px #ff8400 solid;
	border-width: 0 0 1px 1px;
	background: #fff2ce;
	font-weight: normal;
	line-height: 120%;
	text-align: left;
	width: 120px;
}
table#inq_table td {
	padding: 15px 10px;
	border: 1px #ff8400 solid;
	border-width: 0 0 1px 1px;
	text-align: left;
}

