/************************************************************
#
#会社:タケダデザインルーム
#
************************************************************/
/* FAQ */

.title {
	margin-top: 36px;
	margin-left: 44px;
}
#lead {
	margin-left: 44px;
	margin-top: 25px;
	margin-bottom: 45px;
}


.faqtable {
	margin-left: 44px;
	width: 665px;
	margin-bottom: 30px;
}
.questd {
	background-image: url(faq/img/line.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.ques {
	background-image: url(faq/img/icon_q.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 13px;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
}
.ans {
	background-image: url(faq/img/icon_a.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 13px;
	margin-bottom: 2px;
}
