@charset "utf-8";

/* ////////////////////////////////////////////////////////////////////////////////////////////////////
 *
 * ■□■□■　inquiryクラスの定義CSS　■□■□■
 * 
 * Author   : ito
 * FirstDate: 2010/05/14
 * LastDate : 2010/05/14
 *
 * ///////////////////////////////////////////////////////////////////////////////////////////////// */
 
/*--------------------------------------------------------------------------------
　▼　inquiry
--------------------------------------------------------------------------------*/
/*------------------table------------------*/
/*--↓↓reset.cssに入っていたタグ↓↓--*/
table {/* HTML側でcellspacing="0"を記述 */
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	font-size: 100%;
}
caption {
	text-align: left;
	font-weight: normal;
}
th {
	vertical-align: top;
	font-weight: bold;
	text-align: left;
}
td {
	vertical-align: top;
}
/*--↑↑reset.cssに入っていたタグ↑↑--*/

table {
	clear: both;
	width: 600px;
	margin: 10px 0 10px 0;
	font-size: 1.0em;
	line-height: 1.5;
}
table th,
table td {
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	padding: 8px;
}
table th {/*thのバックグラウンドの設定*/
	background-color: #ECF7FB;
	text-align: center;
	font-weight: normal;
}
table ul {
	margin: 0;
}
price td {
	text-align: right;
}
table td.photoT {
	width: 150px;
	padding: 2px;
}
box01 table.table {
	width:580px;
}

/*------SOY Inquiry バージョンアップ追加CSS--*/

#inquiry_form th {
	width: 10em;
}
#inquiry_form td {
	padding: 8px 8px 4px 8px;
}
#inquiry_form td input[type="text"],
#inquiry_form td textarea,
#inquiry_form td input[type="email"] {
	width: 100% !important;
	font-size: auto !important;
}
#inquiry_form td textarea {
	border: solid 1px #CCCCCC;
}
