@charset "UTF-8";

#form {
	width:580px;
	/* border:1px solid #CCCCCC; */
	padding:20px 0 0;
	margin:0 auto 50px;
	color:#000000;
	}
	
#form table {
	width: 560px; 
	margin: 0 auto;
	}
	
#form table th {
	padding: 10px 5px;
	text-align: left;
	}
	
#form table td {
	padding: 10px 0;
	}

#form table .b {
	border-bottom: 1px dotted #999999;
	}

/* ---------- inquiry-content ---------- */

div#inquiry-content
{
	/* background:#ffffff; */
	width:460px;
	margin:0 auto;
	/* border:1px solid #cccccc; */
	text-align:left;
}

div.inquiry-content-inner
{
	padding:10px 20px;
}

div.inquiry-content-inner .price
{
	color: #FF9905;
	font-size:15px;
	padding:10px 0pt 10px 10px;
}

div.inquiry-content-inner h1
{
	margin:0 0 10px 0;
        font-size: 14px;
}

/* ---------- inquiry-content_end ---------- */

/* ---------- 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:10px 5px;
	font-size:14px;
}

table.inquiry-table th
{
	color:#999999;
	font-weight:normal;
	text-align:left;
	background-color: #333333;
	width:140px;
}

/* ---------- inquiry-table_end ---------- */

/* ---------- form-submit ---------- */

div.form-submit
{
	text-align:center;
}

div.form-submit input
{
	width:100px;
	font-size:12px
}

/* ---------- form-submit_end ---------- */

/* ---------- error ---------- */

blockquote.error
{
	color:#ff0000;
	font-size: 14px;
	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:#999999;
	font-size:14px;
        text-align: center;
	margin:0 0 20px 0;
	border:1px solid #cccccc;
	padding:15px;
}


/* ---------- success_end ---------- */

/* ---------- color ---------- */

span.red
{
	color:#ff0000;
}

/* ---------- color_end ---------- */



