@charset "utf-8";

/* ファミコンハウス

[etc.css]
	|-corp.php
	|-privacy.php
	|-question.php
	
*/


/* ===== 共通 ===== */
.text-area {
	padding-left: 5px;
	margin-bottom: 15px;
	line-height: 140%;
}
.text-area-end {
	padding-left: 5px;
	line-height: 140%;
}

/* ===== 会社概要 ===== */
.gaiyo {
	padding-left: 5px;
	margin-bottom: 15px;
}
.gaiyo .gaiyo-mds, .gaiyo .gaiyo-text {
	float: left;
	line-height: 150%;
}
.gaiyo .gaiyo-mds {
	font-weight: bold;
	text-indent: 7px;
	width: 160px;
	margin-right: 5px;
}
.gaiyo .gaiyo-text {
	width: 445px;
}
.gaiyo .gaiyo-line {
	clear: both;
	height: 1px;
	margin-bottom: 3px;
}


/* ===== プライバシーポリシー ===== */


/* ===== よくある質問 ===== */
.faq-area {
	background-color: #F5E492;
	padding: 5px;
	margin-bottom: 7px;
}
.faq-area-end {
	background-color: #F5E492;
	padding: 5px;
}
.faq-f {
	background: url(../image/question-f.jpg) no-repeat 0px 0px;
	padding-left: 22px;
}
.faq-a {
	border-top: 1px dotted #FFFFFF;
	background: url(../image/question-a.jpg) no-repeat 0px 8px;
	margin: 8px 10px 7px 20px;
	padding: 8px 0px 0px 22px;
}
