@charset "UTF-8";

/* **************************************
*Since: 2009-5-26
*Modified: 2009-5-29
************************************** */

/* content
---------------------------------------------------------------------------------------- */
/* contents serach
------------------------------------------------- */
#contents #inquiry {border-top: 1px solid #DFDEDF;}

#contents #inquiry p.txt {
	padding: 2%;
	color:#333;
	font-size:16px;
	line-height:1.6;
}

#contents #inquiry p.txt2 {
	padding: 2% 2% 0 2%;
	color:#333;
	font-size:14px;
	line-height:1.6;
}

#contents #inquiry table {
	width: 96%;
	margin: 10px 2% 0 2%;
	border-top: 1px solid #CBCBCB;
	border-left: 1px solid #CBCBCB;
}

#contents #inquiry table th,
#contents #inquiry table td {
	padding: 10px 10px 5px 10px;
	border-bottom: 1px solid #CBCBCB;
	border-right: 1px solid #CBCBCB;
	color: #333;
	font-size: 12px;
	text-align: left;
	line-height: 1.6;
	vertical-align: middle;
}

#contents #inquiry table td {padding: 4px;}

#contents #inquiry table td label,
#contents #inquiry table td select {font-size: 12px;}

#contents #inquiry table th {
	width: 27%;
	background: #E7F5F8;
	font-weight: bold;
	vertical-align: middle;
}

#contents #inquiry table th.line , 
#contents #inquiry table td.line{border-bottom: 1px dashed #CBCBCB;}

#contents #inquiry p.btn {font-size: 16px;}

