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

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

#company {
	margin: 0 5vw 15vw;
}

#company .table {
	display: table;
	width: 100%;
	border-top: solid 1px #ccc;
	text-align: left;
}

#company dl {
	display: table-row;
	border-bottom: solid 1px #ccc;
}

#company dt {
	display: table-cell;
	vertical-align: top;
	width: 7em;
	padding: 5vw 0;
	text-align: justify;
	position: relative;
}

#company dd {
	display: table-cell;
	vertical-align: middle;
	padding: 5vw 0;
}

/* ---------------------------------------------------------
	CSS Document map
--------------------------------------------------------- */

#map {
	margin: 0 5vw;
}

#map iframe {
	vertical-align: top;
	width: 100%;
	height: 50vh;
	overflow: hidden;
	margin-bottom: 6vw;
	border: 0;
}

#map img {
	height: 60.96564102564103vw;
}
