@charset "utf-8";
/*コンセプト*/
#results .h3_results01 {				/*（仮）青空設計のオープンシステムをお勧めします。青空と「夢のマイホームづくり」 してみませんか？*/
	margin-left: 10px;
	margin-top: 20px;
}
#results .image {
	width: 620px;
	margin-left: 20px;
	overflow: hidden;
	margin-bottom: 30px;
}
#results .image .left {
	display: inline;
	float: left;
	width: 290px;
}
#results .image .right {
	display: inline;
	float: right;
	width: 290px;
}
/*Q&A*/
.category_title .h2_title strong {
	color: #00479d;
	margin-left: 5px;
}
#faq .list {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}
#faq .list li {
	margin-bottom: 15px;
	font-size: 120%;
}
#faq .list a {
	color: #00479d;
	text-decoration: underline;
}
#faq .list a:hover {
	color: #F08200;
	text-decoration: underline;
}
/*Ｑ＆Ａテーブル*/
#faq .faq_table {
	width: 670px;
	border: 1px solid #00abeb;
	margin-bottom: 30px;
}
#faq .faq_table .question {
	background-color: #d3edfb;
}
#faq .faq_table th {
	padding: 10px;
	vertical-align: top;
}
#faq .faq_table td {
	line-height: 140%;
	width: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#faq .faq_table .question td {
	font-weight: bold;
	color: #00479d;
	vertical-align: top;
}
#faq .faq_table .answer_middle {
	margin-top: 1em;
	margin-bottom: 1em;
}
#faq .faq_table .answer_bottom {
	margin-top: 1em;
}
