@charset "utf-8";
/* CSS Document */

#contentsContainer {
	padding-top:40px;
}

#business_overview {
	font-size:15px;
	line-height:1.7em;
	padding-bottom:17px;
	border-bottom:1px solid #e5e5e5;
}

.business_unit_line {
	overflow:hidden;
	padding-bottom: 20px;
}

.business_unit_line section {
	width:280px;
	float:left;
	margin-left:30px;
	font-size:13px;
	line-height:1.7em;
}

.business_article {
	padding:18px;
	padding-bottom:1500px;
	margin-bottom:-1500px;
}

.business_unit_line section:first-child {
	margin-left:0px;
}

#unitA .business_article { background:#d4f8e6;	}
#unitB .business_article { background:#e1f2fe;	}
#unitC .business_article { background:#dcf8fd;	}
#unitD .business_article { background:#fff9e2;	}
#unitE .business_article { background:#ffe9ef;	}
#unitF .business_article { background:#ececfd;	}

#unitG .business_article { background:#fde1ff;	}
#unitH .business_article { background:#fff3e0;	}
#unitI .business_article { background:#e8ffcb;	}

#business_notice {
	font-size:12px;
	color:#8b8a8a;
	line-height:1.7em;
	margin-top:30px;
	padding-top:20px;
	border-top:1px solid #e8ffcb;
}

.business_area {
	font-size:13px;
	padding:30px;
	line-height:1.7em;
	background:#F5F5F5;
	margin-top:30px;
}




