@charset "utf-8";

#main_column {
	border:0 none;
	height:auto;
	margin:5px 0;
	padding:0;
	width:758px;
}

#inquiry table {
	width:100%;
	padding:5px;
	background-color:#EFEBE7;
	border-collapse:collapse;
	border-spacing:0;
	border:#ffffff 1px solid;
	}
	
#inquiry table th {
	width:35%;
	border-right:#ffffff 1px solid;
	border-bottom:#ffffff 1px solid;
	font-weight:normal;
	text-align:left;
	}
	
#inquiry table td {
	border-right:#ffffff 1px solid;
	border-bottom:#ffffff 1px solid;
	}
	
#inquiry table td .icon {
	width:32px;
	text-align:center;
	}
	
#inquiry .caution {
	color:#FF0000;
	font-size:12px;
	}
	
#inquiry table td select.w60 {
	width:60px;
	}
	
#inquiry table td select.w120 {
	width:120px;
	}