@charset "UTF-8";
@import url("/common/css/common.css");

/* ------------------------------------------------------------ */
/* フラット35S */
/* ------------------------------------------------------------ */




#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: 100%;
	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;
}

