/*-----------------------------
 よくある質問
-----------------------------*/

div.faq-contents-Area div.faqWrap {
	margin-bottom: 15px;
}
div.faq-contents-Area div.faqWrap div.faq-Q-icon,
div.faq-contents-Area div.faqWrap div.faq-A-icon {
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	
}
div.faq-contents-Area div.faqWrap div.faq-Q-icon {
	background: #f08989;
}
div.faq-contents-Area div.faqWrap div.faq-A-icon {
	background: #009999;
}
div.faq-contents-Area div.faqWrap div.faq-Q-desc,
div.faq-contents-Area div.faqWrap div.faq-A-desc {
	width: 840px;
	float: left;
	margin: 10px 0 0 10px;
}
div.faq-contents-Area div.faqWrap div.faq-Q-desc {
	font-size: 1.4em;
}
div.faq-contents-Area div.faq-A {
	padding-bottom: 20px;
	border-bottom: 2px dotted #ccc;
}
div.faq-contents-Area div.faq-A:last-child {
	border-bottom: none;
}