@charset "utf-8";

/* ////////////////////////////////////////////////////////////////////////////////////////////////////
 *
 * ■□■□■　inquiryクラスの定義CSS　■□■□■
 * 
 * Author   : ito
 * FirstDate: 2010/05/14
 * LastDate : 2013/11/22
 *
 * ///////////////////////////////////////////////////////////////////////////////////////////////// */
 
/*--------------------------------------------------------------------------------
　▼　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;
	font-size: 1.0em;
	line-height: 1.5;
	padding-bottom: 25px;
	margin: 20px 0;
	width: 100%;
}
table th,
table td {
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	font-size: 14px;
	padding: 10px 10px;
}
table th {
	text-align: left;
	font-weight: bold;
	background: #2f87c7;
	color:#FFF;
}





/*------SOY Inquiry バージョンアップ追加CSS--*/

#inquiry_form th {
	width: 10em;
}
#inquiry_form td {
	padding: 8px 8px 4px 8px;
}
#inquiry_form td input[type="text"] {
    width: 40%;
}
#inquiry_form td input[type="email"] {
    width: 60%;
}
#inquiry_form td textarea {
	width: 100% !important;
	font-size: auto !important;
}
#inquiry_form td textarea {
	border: solid 1px #CCCCCC;
}
#inquiry_form td input[type="email"] {
    margin-bottom: 10px;
}