@charset "utf-8";

/* センタリング */
.centering {
	text-align: center;
}
.centering img {
	vertical-align: middle;
}
/* 強制左より */
.alignright {
	text-align: right !important;
}
/* 強制右より */
.alignleft {
	text-align: left !important;
}

/* 回り込みクリア */
#contents h3,
#contents h4,
#contents h5 {
	clear: both;
}


/* 性能表示 テーブル */
table.seinohyoji_table {
	width: 100%;
}
table.seinohyoji_table th {
	border-bottom: solid 1px #cccccc !important;
	letter-spacing: 1px;
}
table.seinohyoji_table th.tokyu {
	width: 50px;
}


/* 性能表示 テーブル */
table.jutaku_table {
	width: 695px;
}
table.jutaku_table th {
	text-align: center;
}
table.jutaku_table thead {
	letter-spacing: 2px;
}
table.jutaku_table thead th {
	padding: 6px;
	border: solid 1px #9f9f9f;
	background: #e5e5e5;
}
table.jutaku_table tbody {
}
table.jutaku_table tbody th {
	padding: 6px;
	border: solid 1px #9f9f9f;
	background: #e5e5e5;
}
table.jutaku_table tbody td {
	padding: 4px;
	border: solid 1px #9f9f9f;
	text-align: left;
}

/* 火災　等級の表示 */
table.kasai_table_01 tr th.kasai_table_01_left {
	width: 190px;
}
/* 火災　感知警報装置の等級　基準 */
table.kasai_table_02 tr td.kasai_table_02_kijun {
	width: 340px;
}
/* 火災　感知警報装置の等級　イ、ロ */
table.kasai_table_02 tr td.kasai_table_02_i {
	width: 130px;
}
table.kasai_table_02 tr td.kasai_table_02_ro {
}
/* 火災　感知警報装置の等級　等級 */
table.kasai_table_02 tr th.kasai_table_02_tokyu {
	width: 40px;
}


/* 劣化　等級の基準一覧　等級 */
table.rekka_table_03 tr.tokyu th {
	width: 100px;
}
/* 劣化　等級の基準一覧　事項 */
table.rekka_table_03 tr th.jiko {
	width: 130px;
}
/* 劣化　イ．外壁の軸組等防腐防蟻の基準 */
table.rekka_table_04 {
	width: 80%;
}
table.rekka_table_04 th.bui {
	width: 180px;
}
/* 劣化　 */
table.rekka_table_05 tr.centering {
	text-align: center;
}
table.rekka_table_05 tr td {
	width: 50%;
}


/* コンテンツ 箇条書きリスト */
#contents ul {
}
#contents ul li {
	list-style: disc;
	margin: 0.3em 0.8em;
	line-height: 1.35em;
}
#contents ul.contents_description3 li {
	list-style: circle;
}


#contents ol.contents_description3 li ul li {
	list-style: disc;
}


/* コンテンツ 番号つきリスト */
#contents ol {
}
#contents ol li {
	list-style: decimal;
	margin: 0.3em 0.8em;
	line-height: 1.35em;
}


/* 長期優良住宅のメリット エコポイント */
/* 大項目テーブル */
table#ecopointbox {
	width: 700px;
	font-size: 0.9em;
	border-collapse: separate;
	border-spacing: 10px 0px;
	table-layout: fixed;
}
table#ecopointbox th {
	border: solid 1px #72CF0C;
	padding: 5px 5px 5px 10px;
}
table#ecopointbox th span {
	font-size: 1.15em;
	font-weight: bolder;
	letter-spacing: 1px;
}
table#ecopointbox th span a {
	display: block;
	padding-top: 1px;
	width: 290px;
	height: 20px;
	color: #3A6F00;
	background: url("../ecopoint/img/more.gif") no-repeat right center;
}
table#ecopointbox th span a:hover,
table#ecopointbox th span a:focus,
table#ecopointbox th span a:active {
	text-decoration: underline;
}

table#ecopointbox td ul {
	margin: 10px 5px 10px 10px;
	color: #FF3300;
	line-height: 1.3em;
}
table#ecopointbox td.pointimage {
	width: 150px;
}
table#ecopointbox td.point {
	color: #FF3300;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 5px;
}
table#ecopointbox td.point strong {
	margin-right: 3px;
	font-size: 1.3em;
}

/* 住宅ローン */
table.jutaku_loan_table {
	width: 690px;
	table-layout: auto;
}
table.jutaku_loan_table th {
	text-align: center;
}
table.jutaku_loan_table thead {
	letter-spacing: 2px;
}
table.jutaku_loan_table thead th {
	padding: 6px;
	border: solid 1px #9f9f9f;
	background: #e5e5e5;
}
table.jutaku_loan_table tbody {
}
table.jutaku_loan_table tbody th {
	padding: 6px;
	border: solid 1px #9f9f9f;
	background: #e5e5e5;
}
table.jutaku_loan_table tbody td {
	padding: 4px;
	border: solid 1px #9f9f9f;
	text-align: center;
}
table.jutaku_loan_table tbody span.orange {
	font-weight: bold;
}
/* 列幅固定 */
table.jutaku_loan_table thead th#col1 {
	width: 155px;
}
table.jutaku_loan_table thead th#col2 {
	width: 200px;
}
table.jutaku_loan_table .bcol {
	background: #E0E8EF;
}
table.jutaku_loan_table .ccol {
	background: #C2DBEF;
}
table.jutaku_loan_table td.ycol {
	background: #FDFFE6;
}
table.jutaku_loan_table th.ycol {
	background: #FFF0AC;
}
table.jutaku_loan_table .wow {
	border: solid 2px #FF6500;
}
table.jutaku_loan_table caption {
	text-align: left;
	font-weight: bold;
	margin-bottom: 0.4em;
	color: #336699;
}

/* 左マージン */
.margin-left {
	margin-left: 0.8em;
}
.float-right-img {
	float: right;
	background: #ffffff;
}
/* 例えば20年後 */
table#after20box {
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 4px;
}
table#after20box thead {
}
table#after20box thead th {
	width: 50%;
	border: solid 1px #AD7D42;
	padding: 4px 10px;
	text-align: center;
	font-size: 1.2em;
}
table#after20box tbody {
}
table#after20box tbody td {
	padding: 10px;
	vertical-align: top;
}

/* エコ新築・リフォーム */
.borderlist {
	padding: 0.6em 0.3em 0.6em 1.3em;
	border-left: solid 1px #CECFCE;
	border-top: solid 1px #CECFCE;
	border-right: solid 1px #CECFCE;
	border-bottom: solid 2px #CECFCE;
	background: #f0f0f0;
}

/* コンテンツディスクリプションのリストの入れ子リスト */
#contents ul.contents_description3 li ol {
	margin: 0.6em 1em 0.6em 1.5em;
}
#contents ul.contents_description3 li ol li {
	list-style: decimal !important;
}

.rightblk_ichiran{
	padding:10px;
	padding-top:0px;
	margin-bottom:10px;
	width:510px;
	float:right;
}

.leftblk_ichiran{
	padding:10px;
	padding-top:0px;
	margin-bottom:10px;
	width:170px;
	float:left;
}

