@charset "utf-8";
@import url("second.css");

#main .inquiry p{
	margin-bottom:30px;
	}
#main .inquiry .section{
	margin-bottom:30px;
	}
	
.section table{margin-bottom:20px;width:100%;}
.section table th,
.section table td{border:1px solid #ccc;}
.section table th{
	padding:5px 0;
	padding-left:10px;
	background-color:#E9F3FB;
	font-weight:normal;
}
.section table td{
	padding:5px 0;
	padding-left:10px;
}
.section table td input{
	padding:2px;
}
