@charset "utf-8";


/*----------------------------------
	INQUIRY
----------------------------------*/
#right_column #bnr p.ma0{ margin:0;}

#inq_tbl {
	width: 640px;
	margin: 0 0 15px 0;
}
#inq_tbl th{
	text-align: left;
	background-color:#FFE8E8;
	white-space:nowrap;
}
#inq_tbl th,
#inq_tbl td{
	border-bottom:1px solid #FFF;
	border-right:1px solid #FFF;
	padding: 10px 10px;
}
#inq_tbl td{
	background-color:#ECEBEA;
}
#inq_tbl .ast{
	color: #DE0716;
	padding-left: 3px;
}
#inq_tbl td.comf{
	text-align:center;
	background-color: #FFF;
}
.check_hd { font-size: 14px; font-weight:bold; color:#DE0614;}
.thanks {
	font-size: 14px;
	text-align:center;
	padding: 30px 0 50px;
	line-height: 2;
}

.ERR { color: red; }