@charset "UTF-8";

p.caption {
	margin: 1em 0 0 1em;
}
/* ---------- form-submit ---------- */

#sender-message {
	width: 98%;
	margin: 0;
	padding: 0;
	}

div.form-submit
{
	text-align:center;
	margin-top: 5px;
}

div.form-submit input
{
	width:100px;
	margin-bottom: 1em;
}

table.inquiry-table {
	border-collapse: collapse;
	width: 100%;
	}
table.inquiry-table th {
	padding: 3px 0 3px 10px;
	width: 30%;
	border: 1px solid #9c866a;
	}
table.inquiry-table td {
	padding-left: 10px;
	}
#sender-name,
#sender-mail,
#sender-tel,
#sender-address {
	width: 60%;
	}
/* ---------- form-submit_end ---------- */

/* ---------- error ---------- */

blockquote.error
{
	color:#ff0000;
	text-align:center;
	margin:0 0 20px 0;
	border:1px solid #cccccc;
	padding:15px;
}

blockquote.error p
{
	line-height:150%;
}

/* ---------- error_end ---------- */

/* ---------- success ---------- */

blockquote.success
{
	color:#333333;
	font-weight:bold;
	text-align:center;
	margin:0 0 20px 0;
	border:1px solid #cccccc;
	padding:15px;
}


/* ---------- success_end ---------- */

/* ---------- color ---------- */

span.red
{
	color:#8c1619;
}

/* ---------- color_end ---------- */