/* ---------- inquiry-table ---------- */

p.caption
{
	font-size:80%;
	margin:0 0 10px 0;
}

table.inquiry-table
{
	width:100%;
	border-collapse:collapse;
	margin:0 0 20px 0;
}

table.inquiry-table th,
table.inquiry-table td
{
	border:1px solid #cccccc;
	padding:5px;
	font-size:80%;
}

table.inquiry-table th
{
	font-weight:normal;
	text-align:left;
	background:#eeeeee;
	width:150px;
}


table.inquiry-table td textarea {
	font-size:100%;
	line-height:1.5em;
}


/* ---------- inquiry-table_end ---------- */

/* ---------- form-submit ---------- */

div.form-submit
{
	text-align:center;
}

div.form-submit input
{
	width:100px;
	font-size:80%;
}

/* ---------- form-submit_end ---------- */

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

blockquote.error
{
	color:#ff0000;
	font-size:80%;
	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-size:90%;
	font-weight:bold;
	text-align:center;
	margin:0 0 20px 0;
	border:1px solid #cccccc;
	padding:15px;
}


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

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

span.red
{
	color:#ff0000;
}

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