@charset "utf-8";


/* inquiry.html
----------------------------------------------------*/ 

#contents div.inqblock {
	margin:0 10px 30px 10px;
}

#contents table.inq_tel {
	border-collapse:separate;
	width:100%;
	background:url(/lib/img_store/bg_inquiry_02.gif) repeat-y right top;
}

#contents table.inq_tel th,
#contents table.inq_tel td {
	border-top:solid 1px #D6D6D6;
	padding:7px 7px 18px 7px;
	font-weight:bold;
	background:url(/lib/img_store/bg_inquiry_01.gif) no-repeat left bottom;
}

#contents table.inq_tel th {
	width:35%;
	background-color:#F3F3F3;
}

#contents table.inq_tel td {
	color:#DC143C;
}

#contents table.inq_tel td span {
	font-weight:normal;
	color:#333;
}

