
table.Inquiry{
	border-spacing: 0;
	border-top: solid #ccbda6 1px;
	width: 100%;
	margin: 5px 0;
	}
	table.Inquiry th,
	table.Inquiry td{
		padding: 15px;
		border-bottom: solid #ccbda6 1px;
		line-height: 120%;
		}
	table.Inquiry th{
		width: 30%;
		background: #f3ebe4;
		font-weight: bold;
		white-space: nowrap;
		text-align: left;
		}
	table.Inquiry td{
		background: #ffffff;
		}
		table.Inquiry td img{
			margin: 0 4px;
			vertical-align: middle;
			}

		table.Inquiry th span.necessity{
			background:url(/img/icn_necessity.gif) right center no-repeat;
			display:block;
			padding:2px 38px 2px 0;
			}
		table.Inquiry th span.option{
			background:url(/img/icn_option.gif) right center no-repeat;
			display:block;
			padding:2px 38px 2px 0;
			}