/* ------------------------------------------------------
　Q&Aページ設定
---------------------------------------------------------*/
/* Q&A インデックス */
.faqlist li{
	padding-left: 20px;
	background: url(../images/icon_q.gif) 0 4px no-repeat!important;
	margin-bottom: 5px;
}
.faqlist li a{ line-height: 1.1;}

/* Q&Aテーブル */
table.faq td{ padding-bottom: 7px; vertical-align: top;}

table.faq tr.faq_q td{ border-bottom: 1px dotted #ababab;}
table.faq tr.faq_a td{ border-bottom: none;}

td.txt_q{ width: 30px; font-size: 140%; font-weight: bold; color: #3a8eff; padding-top: 2px;}
td.txt_a{ width: 30px; font-size: 140%; font-weight: bold; color: #ff6699; padding-top: 2px;}


