@charset "utf-8";

/*----------------------------------------
HTML:/inquiry/faq.html
CSS:/inquiry/css/faq.css

----------------------------------------*/


/* faq-list
---------------------*/
div#faq-list-container {
	width:536px;
	margin:0 0 20px 0;
	border:2px solid #BDB6AC;
}

ul#faq-list {	
}

ul#faq-list li {
	
	width:504px;
	padding:8px 16px 9px 16px;
	background:
		url(../../images/common/bg_border_dotted.gif) 
		repeat-x left bottom;
}
ul#faq-list li.last {
	background:none;
}

ul#faq-list li.odd,
ul#faq-list li.last.odd {
	background-color:#F7F6F3;
}

ul#faq-list li a {
	padding: 0 0 0 18px;
	background:
		url(../../images/common/ico_arrow_btm.gif) 
		no-repeat left 2px;
}


/* faq-content
---------------------*/

div#faq-content p.answer {
	width:516px;
	padding:20px 9px;
	border:1px solid #FCF3D8;
	background:#FEFBF2;
}
