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

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

#company {
	width: 900px;
	margin-bottom: 80px;
	text-align: left;
}

#company dl {
	display: table;
	width: 100%;
	letter-spacing: 0.7px;
}

#company dl:first-of-type {
	border-top: solid 2px #ebebeb;
}

#company dt {
	display: table-cell;
	vertical-align: top;
	width: 260px;
	padding: 20px 0 20px 60px;
	border-bottom: solid 2px #ebebeb;
	font-weight: normal;
}

#company dd {
	display: table-cell;
	vertical-align: top;
	padding: 20px 0;
	border-bottom: solid 2px #ebebeb;
}

/* ---------------------------------------------------------
	CSS Document access
--------------------------------------------------------- */

#access {
	width: 900px;
	text-align: left;
	letter-spacing: 0.7px;
}

#access ul {
	margin-bottom: 15px;
}

#access #gmap {
	height: 455px;
	border: solid 2px #d6d6d6;
}

#access #gmap iframe {
	vertical-align: top;
	width: 100%;
	height: 451px;
	overflow: hidden;
	border: 0;
}
