@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document company
--------------------------------------------------------- */

#company .table {
	display: table;
	width: 100%;
	margin-bottom: 80px;
}

#company .table dl {
	display: table-row;
}

#company .table dt {
	display: table-cell;
	vertical-align: middle;
	width: 15em;
	padding: 1em;
	border-bottom: solid 1px #0d0d0d;
	text-align: left;
	font-weight: 500;
}

#company .table dd {
	display: table-cell;
	vertical-align: middle;
	padding: 1em;
	border-bottom: solid 1px #ccc;
	text-align: left;
}

#company .table dl:first-of-type dt {
	border-top: solid 1px #0d0d0d;
}

#company .table dl:first-of-type dd {
	border-top: solid 1px #ccc;
}

#company .map {
	height: 380px;
	margin-bottom: 30px;
	background: #ddd;
}

#company .map iframe {
	vertical-align: top;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 0;
}
