#contents .content2 h3 {
	border-left: 5px solid #ccc;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
}
.company-type ul {
	width: 250px;
	margin: 0 auto;
	padding-left: 2em;
	list-style: none;
}
.company-type li {
	text-align: left;
}
.company-type li:before {
	font-family: "FontAwesome";
	content: "\f0da";
}
.company-info a {
	color: #222222;
}
.company-info h4 {
	font-size: 20px;
}
.com-link {
	padding-left: 0
}
.com-link li {
	list-style: none;
}
.com-link a {
	text-decoration: underline;
}
.com-link i {
	padding-right: 3px;
}
.company {
	width: 100%;
	border-top: 1px rgba(65,33,16,.3) solid;
}
.company {
	margin: 3% auto;
}
.company .googleMap {
	max-width: 640px;
	min-width: 280px;
	padding: 4px;
}
.company .map_wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.map_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.company td {
	border-bottom: 1px rgba(65,33,16,.2) solid;
	padding: 0.75em 0.75em 0.75em 1.25em;
}
.company td.number {
	border-right: 1px rgba(65,33,16,.3) dotted;
}
.company .number {
	background: #FFFCF3;
}
.company a {
	text-decoration: underline;
}
@media (min-width: 769px) {
	.company-type {
		font-size: 14px;
	}
	.com-link li {
		display: inline-block;
		padding-right: 10px;
	}
	.com-link li:first-child {
		padding-left: 0; 
	}
	.company .number {
		width: 20%;
	}
}
@media (max-width: 768px) {
	.company-type ul {
		padding-left: 3em;
	}
	.company td {
		display: block;
		width: 100%;
	}
	.company td.number {
		border-right: none;
	}
}