@charset "utf-8";

/* ==========================================================

title : 東建ウェブ
scope : 企業情報 事業内容 新商品開発事業

last modify : 2016/08/26 262_ichinose 新規作成

memo : 

========================================================== */

/* ----------------------------
 top_area
------------------------------ */
.top_area {
	width:850px;
	margin:18px auto 35px; 
}

.top_area .return {
	text-align:right;
	margin-bottom:15px;
}

/* ----------------------------
 賃貸経営の新時代を担う規格商品
 -----------------------------
 product_area
------------------------------ */
#product_area {
	width:780px;
	margin:30px auto;
}

#product_area h2 {
	margin-bottom:20px;
	line-height:1;
}

#product_area > section {
	position:relative;
	width:771px;
	background:#efeee8;
	border:4px solid #fff;
	outline:1px solid #bdbdbd;
	margin-bottom:30px;
}

#product_area > section:after {
	content:"";
	display:block;
	clear:both;
}

#product_area > section > div {
	width:360px;
	padding:17px 12px 15px 12px;
	float:left;
}

#product_area > section > div.two_by_four {
	padding-top:8px;
}

#product_area > section > div h3 {
	margin-bottom:15px;
}

#product_area > section > div.univaly_g3 h3 {
	margin-bottom:30px;
}

#product_area > section > div p {
	line-height:1.4;
	letter-spacing:0;
}
#product_area > section > div p[class^="att"] {
	font-size:14px;
	margin-top:3px;
	padding-left:1.4em;
	text-indent:-1.4em;
}
#product_area > section > div p.att02 {
	padding-left:2em;
	text-indent:-2em;
}

#product_area > section > div .link_btn {
	position:absolute;
	left:12px;
	bottom:15px;
}

#product_area > section > div .link_btn a {
	display:block;
}

#product_area > section > div .link_btn a + a {
	margin-top:10px;
}

#product_area > section > figure {
	float:left;
}
#product_area > section > figure:after {
	content:"";
	display:block;
	clear:both;
}
#product_area > section > figure img {
	display:block;
	float:left;
	border-left:1px solid #d2d2d2;
}
#product_area > section > figure img + img {
	border-left:1px solid #bdbdbd;
}