@charset "utf-8";

/* ////////////////////////////////////////////////////////////////////////////////////////////////////
 *
 * ■□■□■　inquiryクラスの定義CSS　■□■□■
 * 
 * Author   : ito
 * FirstDate: 2010/05/14
 * LastDate : 2010/07/30
 *
 * ///////////////////////////////////////////////////////////////////////////////////////////////// */
 
/*--------------------------------------------------------------------------------
　▼　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 p,
table ul,
table ol,
table dl {
	margin: 0;
}
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	width: 100%;
	margin: 0 0 15px 0;
	font-size: 1.0em;
	line-height: 1.5;
}
table th {
	border: solid 1px #999999;
	background-color: #2C5AC7;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	padding: 10px
}
table td {
	vertical-align: top;
	border: solid 1px #999999;
}