
/* ------------------------------
 About - Local
------------------------------ */
.project-list-box {
	font-size:10px;
	-webkit-text-size-adjust:none;
	}
.project-list-box dl.left {
	float:left;
	width:195px;
	}
.project-list-box dl.right {
	float:right;
	width:195px;
	}
.project-list-box dl dt {
	margin-bottom:7px;
	}
.project-list-box dl dd {
	margin-bottom:20px;
	}

.company-profile {
	margin-bottom:40px;
	}
.company-profile dt {
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
	
	}
.company-profile dd {
	font-size:12px;
	line-height:1.7;
	}

.company-history {
	font-size:12px;
	border-bottom:#cccccc 1px solid;
	}
.company-history dt {
	float:left;
	width:60px;
	color:#007ACC;
	padding:5px 0px;
	border-top:#cccccc 1px solid;
	line-height:1.5;
	}
.company-history dd {
	float:left;
	width:340px;
	padding:5px 0px;
	border-top:#cccccc 1px solid;
	line-height:1.5;
	}

.company-history dd:after {
	content: url(/_css/pixel.gif);
	display: block;
	clear: both;
	height: 0;
}
	
