@charset "UTF-8";


/* よくある質問と回答：文章 */


/* お問い合わせフォームへのリンク */
p.inquiry a {
	font-weight: bold;
	background: url(../img/arrow01.png) no-repeat left center;
	padding-left:24px;
}
/* よくある質問と回答リスト */
dl#faq {
	border:5px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	padding:0 20px;
	margin-top: 15px;
}

/* よくある質問と回答リスト　：　質問リスト部分 */
dl#faq dt h3 {
	background: url(../img/icon_q.png) no-repeat left center;
	font-weight: bold;
	border-bottom: 1px dotted #90392C;
	padding: 12px 0 6px 36px;
	cursor:pointer;
}
dl#faq .bot_none {
	border-bottom: none;
}
/* よくある質問と回答リスト　：　質問リスト部分のhover時 */
dl#faq dt:hover h3 {
	color:#990000;
}

/* よくある質問と回答リスト　：　回答部分は通常非表示に */
dl#faq dd  {
	display: none;
}

/* よくある質問と回答リスト　：　回答部分 */
dl#faq dd  {
	margin: 15px 0 0 0;
	background: url(../img/icon_a.png) no-repeat scroll left top;
	background-position: 0 5px;
	padding: 0 0 20px 36px;
}

