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

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

#company {
	margin-bottom: 60px;
	position: relative;
	z-index: 0;
}

#company .line {
	width: 100%;
	height: 80%;
	background: #f9f9f9;
	transform: translateY(300px);
	position: absolute;
	top: -100px;
	left: 0;
	z-index: -1;
}

#company .container {
	width: 980px;
}

#company .table {
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px;
	text-align: left;
	transform: translateY(-40px);
	position: relative;
}

#company dl {
	display: table-row;
}

#company dt {
	display: table-cell;
	vertical-align: top;
	width: 220px;
	padding: 15px 20px;
	border: solid 1px #efeded;
	background: #f2f2f2;
	position: relative;
}

#company dd {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 20px;
	border: solid 1px #efeded;
	background: #fff;
}

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

#map {
	position: relative;
	z-index: 0;
}

#map .container {
	position: relative;
}

#map iframe {
	vertical-align: top;
	width: 100%;
	height: 400px;
	overflow: hidden;
	margin-bottom: 60px;
	border: 0;
}

#map img {
	height: 400px;
}
