@charset "utf-8";

/* ////////////////////////////////////////////////////////////////////////////////////////////////////
 *
 * ■□■□■　inquiryクラスの定義CSS　■□■□■
 * 
 * Author   : ito
 * FirstDate: 2010/06/28
 * LastDate : 2010/06/28
 *
 * ///////////////////////////////////////////////////////////////////////////////////////////////// */
 
/*--------------------------------------------------------------------------------
　▼　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;
	font-size: 1.0em;
	line-height: 1.5;
	margin-bottom: 15px;
}
table th,
table td {
	border: 1px solid #9b9bf0;
	vertical-align: middle;
	padding: 4px 8px;
}
table th {
	width: 120px;
	background-color: #e4e3f5;
	text-align: center;
	font-weight: normal;
}
table ul {
	margin: 0;
}
