@charset "UTF-8";

/* 共通
====================================================== */
/*リード*/
.read{
	padding:18px 20px;
}
.read .copy{
	padding-bottom:3px;
	font-size:94%;
	font-weight:bold;
	color:#c64343;
}
.read .body{
	padding-bottom:10px;
	font-size:88%;
	color:#666;
}
.read .body span{
	font-size:12px;
}

.faqItem{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #f2dfe0;
}
.faqItem h4{
	margin-bottom:10px;
	padding:2px 0 3px 25px;
	background:url(img/iconQ.gif) no-repeat;
	font-size:90%;
	font-weight:bold;
	color:#555;
	line-height:1.1;
}
.faqItem p{
	padding-left:25px;
	background:url(img/iconA.gif) no-repeat;
	font-size:80%;
	color:#666;
}


