/********** faq共通CSS **********/

/*** リスト用 ***/
ul.faqlist01 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.faqlist01 li {
	padding: 4px 0;
	font-weight: bold;
	background: url("../../images/common/dot01.gif") repeat-x bottom left;
}

table.faqtable01 {
	line-height:140%;
}

table.faqtable01 th {
	font-weight: normal;
	padding: 3px 7px;
}

/*** 詳細用テーブル ***/
table.answertable01 th {
	padding: 3px 7px;
	line-height:140%;
}
table.answertable01 td {
	padding: 0 7px;
}

