@charset "UTF-8";

.tbCompany{
	margin-bottom: 50px;
	width: 100%;
}
.tbCompany th, .tbCompany td{
	border-bottom: 1px solid #d0cfcc;
	padding: 20px 0;
}
.tbCompany th{
	font-weight: bold;
	position: relative;
	width: 200px;
}
.tbCompany th:before{
	content: "";
	border-left: 3px solid #4b3219;
	margin-right: 20px;
	padding: 10px 0;
}
.wrapMap{
	background-color: #fff;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 10px;
}
#map{
	height: 380px;
	width: 100%;
}