@charset "utf-8";
/*--------------------------------------------------*/

h4{
	margin-bottom:10px;
}

span#readTxt{
	display: inline;
	margin-bottom:1.5em;
	line-height:1.6em;
}

span#readTxt strong{
	letter-spacing:0.1em;
}


/*--------------------------------------------------*/
table.inquiry{
	background:#f6f3e3;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width:100%;
	margin-bottom:25px;
}
 
table.inquiry th{
	vertical-align:top;
	color:#0a3637;
	border-bottom:1px dotted #ccc;
	padding:8px 15px;
	width:165px;
}
 
table.inquiry th.lastItem {
	border-bottom:1px solid #ccc;
}
 
td.lHeight{
	line-height:19px;
}
 
table.inquiry td{
	vertical-align:top;
	
/*	background:#F4F4F4;*/
	border-bottom:1px dotted #ccc;
	border-left:1px dotted #ccc;	
	padding:8px 10px 8px 15px;	
	
}
 
table.inquiry tr.lastItem th,
table.inquiry tr.lastItem td{
	border-bottom:none;	
}
 
table.inquiry td span{
/*	display: block;
	vertical-align:top;
	border:1px solid #dedede;
	padding:10px;*/
	line-height:19px;
}