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


/*会社概要css*/
.company th{
	width: 25%;
	padding: 10px;
	background-color: #e9e9e9;
	border-bottom: 1px solid #ccc;
}
.company td{
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

.company__map {
	margin-bottom: 10px;
}

iframe[title="map"] {
	width: 100%;
	height: 300px;
}

.company_recruit dt {
	margin-bottom: 5px;
	font-weight: bold;
}
.company_recruit dt:before {
	color: #73c3e1;
	content: '■';
}

.company_recruit dd {
	margin-left: 1em;
	margin-bottom: 10px;
}