@charset "utf-8";

/* 	house.css  House Layout                    GL HOME
---------------------------------------------------------- */

/* 	house image size
---------------------------------------------------------- */
/* efficiency/safety/index.html */
.safety-img01 {
	width: 203px;
}

/* efficiency/safety/quake.html */
#quake-column01 .image-box01 p {
	width: 193px;
	margin: 0 auto;
}
#quake-column01 .image-box01 p .caption-01 {
	margin-top: 5px;
}
.quake-img01 {
	width: 285px;
}
#quake-column02 .caption-01 {
	text-align: left;
}
#quake-column02 .quake-img01 {
	width: 285px;
	margin: 0 auto;
}
#quake-column02 .quake-img02 {
	width: 253px;
	margin: 0 auto;
}

/* efficiency/safety/qa.html */
.qa-box01 {
	margin: 0 10px;
}
.qa-box01 .qa-txt {
	display: none;
}
.qa-box01 dt {
	min-height: 18px;
	margin-top: 20px;
	padding: 0 0 0 25px;
	background: url(/house/efficiency/safety/images/qa_tx001.gif) no-repeat 0 4px;
}
.qa-box01 dd {
	min-height: 18px;
	margin-top: 10px;
	padding: 0 0 0 25px;
	background: url(/house/efficiency/safety/images/qa_tx002.gif) no-repeat 0 4px;
}
* html .qa-box01 dt,
* html .qa-box01 dd { /* for IE6 */
	height: 18px;
}

/* efficiency/quality.html */
#quality-img01 {
	width: 190px;
}
#quality-img02 {
	padding-left: 10px;
}
#quality-img02 .image-box01 {
	padding: 0;
}

/* efficiency/roof/index.html */
#roof-box01 h2,
#roof-box01 h3 {
	padding: 0;
	backround-image: none;
	border: none;
}
#roof-box01 h3 {
	margin-bottom: 0;
}
.wrap-type02 .column-02 {
	float: right;
	width: 330px;
}
#roof-box01 .wrap-type02 .section {
	border: 1px solid #003333;
	padding: 10px;
}
#roof-box01 .wrap-type02 .section p {
	margin-top: 5px;
}
#roof-box01 h4 {
	margin: 30px 0 0;
	padding: 5px 20px;
	background-image: none;
	background-color: #ffcc00;
	border: 1px solid #000033;
}
#roof-img01 {
	position: relative;
}
#roof-img01 #roof-btn01 {
	position: absolute;
	top: 32px;
	left: 0;
}
#roof-img01 #roof-btn02 {
	position: absolute;
	top: 32px;
	left: 528px;
}
#roof-column01 {
	border: 1px solid #000033;
	border-top: 0;
	background-color: #ffffcc;
}
#roof-column01 #roof-img02 {
	float: left;
	width: 204px;
}
#roof-column01 #roof-column02 {
	float: right;
	width: 470px;
}
#roof-column01 #roof-column02 .section {
	padding: 10px;
}
#roof-column01 #roof-column03 {
	margin-top: 10px;
	padding: 10px 10px 10px 5px;
	border: 1px solid #000033;
	background-color: #ffffff;
}
#roof-column01 #roof-column03 #roof-img03 {
	float: left;
	width: 200px;
}
#roof-column01 #roof-column02 #roof-column03 .section {
	clear: none;
	float: right;
	width: 220px;
	padding: 0;
}
#roof-column01 #roof-column03 .section p {
	margin-top: 5px;
}


/* design.html */
.design-column01 {
	width: 660px;
	margin-top: 15px;
	padding: 0 10px;
}
.design-column01 .photo-01 {
	float: left;
	width: 290px;
	text-align: center;
}
.design-column01 .photo-02 {
	float: right;
	width: 370px;
}
.design-column01 .photo-02 p {
	float: left;
}
.design-column01 .photo-02 .photo-r {
	float: right;
}

/* schedule.html */
.image-block06 {
	overflow: hidden;
	width: 660px;
	margin: 20px auto 0;
	padding: 0 10px;
}
.image-block06 .image-box01 {
	float: left;
	width: 165px;
	text-align: center;
}

/* guarantee.html */

.wrap-type05 {
}

.wrap-type05 .photo-box {
	float: left;
	width: 110px;
	padding-left: 1px;
}

.wrap-type05 .text-box02 {
	float: left;
	width: 569px;
}

.photo-03 {
	clear: both;
	margin-top: 20px;
}








/* 	Clearfix Property
---------------------------------------------------------- */
.wrap-type05:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	line-height: 0; 
	visibility: hidden;
}

.wrap-type05 {
	zoom: 1;
}