@charset "UTF-8";
/* CSS Document */

.jumbotron{
	background:#3B3B3B url(../img/about-us/heading.png) no-repeat center top;
}
.company-profile .tbl-head{
	width:25%;
}
.company-profile .tbl-item{
	width:75%;
}
.engineers .tbl-head,
.engineers .tbl-item{
	width:50%;
}
.facility .tbl-head{
	width:34%;
}
.facility .tbl-item{
	width:33%;
}

.facility td+td{
	border-left:1px solid #ccc;
}

.list-inline{
	margin-left:0;
	margin-bottom:0;
}
.list-inline li{
	padding-left:0;
	padding-right:0;
	margin-right:-5px;
}
.list-inline li:after{
	content: "\30fb";
}
.list-inline li:last-child:after{
	content:"";
}
.license{
	list-style:none;
	padding-left:0;
	margin-bottom:0;
}
	.license li+li{
		margin-top:10px;
	}
