@charset "UTF-8";
@import url("/common/css/common.css");

/* ------------------------------------------------------------ */
/* FAQ */
/* ------------------------------------------------------------ */

dl.faq dt {
	padding-left: 40px;
	line-height: 40px;
	background: url("../images/marker_q.png") no-repeat left top;
	color: #222;
}
dl.faq dt:hover {
	cursor: pointer;
	text-decoration: underline;
}
dl.faq dd {
	margin-bottom: 1em;
	padding-left: 40px;
	border-bottom: 1px dotted #aaa;
	background: url("../images/marker_a.png")  no-repeat left top;
}
dl.faq dd p {
	margin-top: 0px;
}
dl.faq dd ul {
	margin: 0;
}
dl.faq dd li {
	margin-left: 1em;
	margin-bottom: 1em;
	font-size: 0.9em;
}
dl.faq dd .fl_bold li:first-line {
	font-weight: bold;
}


/* 基礎コンクリート表 */
table#kiso_con,
table#kiso_con th,
table#kiso_con td {
	border-color: #ccc;
}

table#kiso_con th {
	background: #ddd;
	font-weight: normal;
}
table#kiso_con td {
	text-align: center;
}




#content h2 {
	clear: both;
	margin: 0 auto;
	margin-left: -8px;
}

#content h3 {
	clear: both;
	margin: 1.5em auto;
	margin-left: -8px;
	color: #e63f0c;
}


#content table.flat35 {
	margin: 1em auto;
	font-size: small;
	border-color: #ccc;

}
#content table.flat35 th,
#content table.flat35 td {
	padding: 2px 4px;
	vertical-align: middle;
	border-color: #ccc;
}
#content table.flat35 th {
	font-weight: normal;
	border-color: #aaa;
	background: #def4ff;
}
td.plan {
	text-align: center;
}
td.price {
	font-size: 1.6em;
	font-family: impact;
	text-align: right;
	border-color: #aaa;
}
#content table.flat35 td.price.otoku_g {
	background: url("../images/otoku_g.png") no-repeat 0.5em 0.5em;
	color: #c00;
}
#content table.flat35 td.price.otoku_s {
	background: url("../images/otoku_s.png") no-repeat 0.5em 0.5em;
	color: #c00;
}
#content table.flat35 td.price.otoku_b {
	background: url("../images/otoku_b.png") no-repeat 0.5em 0.5em;
	color: #c00;
}

td.model {
	text-align: center;
	vertical-align: bottom;
}
td p {
	margin: 0.5em;
	font-weight: bold;
	font-size: small;
	text-align: center;
	color: #333;
}
td.icon {
	padding-left: 1em;
}
td.icon img {
	vertical-align: middle;
}
span.flat35 {
	font-weight: bold;
	color: #006da3;
	border-color: #000;
}

#content table.flat35_performance {
	margin: 1em auto;
	font-size: small;
}
#content table.flat35_performance th {
	padding: 2px 4px;
	vertical-align: middle;
	border-color: #ccc;
	font-weight: normal;
	border-color: #aaa;
	background: #def4ff;
}
#content table.flat35_performance td {
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	line-height: 40px;
}
#content table.flat35_performance td.price {
	color: #0a77bd;
}

#content table.flat35_performance .std {
	border-top:  1px solid #faa;
	border-left: 1px solid #faa;
	background: #fee;
}
#content table.flat35_performance .opt {
	border-top:  1px solid #aaa;
	border-left: 1px solid #aaa;
	background: #eee;
}

div#trial_balance {
	margin-top: -16px;
	padding: 24px 16px 0;
	width: 636px;
	background: url('../images/fukidashi.png') no-repeat top center;
}
div#trial_balance table {
	float: left;
	margin-bottom: 0;
	width: 80%;
	border: none;
}
div#trial_balance table th,
div#trial_balance table td {
	padding: 2px 4px;
	border: none;
}
div#trial_balance table th {
	vertical-align: bottom;
}
div#trial_balance table td {
	border-bottom: 1px dotted #aaa;
	text-align: center;
}
div#trial_balance + div {
	height: 24px;
	background: url('../images/fukidashi.png') no-repeat bottom center;
}

