@charset "utf-8";


#faq_table01 {
	text-align: left;
	margin: 0;

	}
	
#faq_table01 th	{
	padding: 4px;
	border-bottom: #ccc 1px solid;
	background: #eee;
	white-space: nowrap;
	text-align:center;
	color: #666;
	font-weight: normal;
}
	
#faq_table01 td	{
	padding: 4px;
	background: #fff;
	border-top: #ccc 1px dashed;
}


