@charset "utf-8";

/*================================
ファイル名：faq.css
説明：

IE6.5以下にのみ適用するスタイルを ie.css
に記述しています。

作成者：ND&amp;I 徳田 ( tokuda@n-di.co.jp )
=================================*/

@import url("../share/default.css");
@import url("../share/common.css");


/* =========================================
*  NEWS
* ========================================= */

dl.faq {
}

	dl.faq dt {
		margin-top: 1em;
		padding: .5em 0 .5em 3em;
		background: url(../../img/faq/q.gif) no-repeat left top;
		font-weight: bold;
	}
	
	dl.faq dd {
		margin-top: .3em;
		border-bottom: dashed #CCC 1px;
		padding: .5em 0 1em 3em;
		background: url(../../img/faq/a.gif) no-repeat left .5em;
	}
	
div#contents p.inquiryBtn {
	margin: 5px 0 10px 180px;
}

p.faqList {
	padding: 0 0 0 10px;
}

