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

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	height: 260px;
	overflow: hidden;
	background: #000;
	margin-bottom: 40px;
	position: relative;
}

#visual img {
	transform: translateX(-50%);
	position: absolute;
	top: -35%;
	left: 50%;
}

/* ---------------------------------------------------------
	CSS Document title
--------------------------------------------------------- */

#title {
	margin-bottom: 40px;
}

#title img {
	height: 34px;
}

#title h2 {
	margin-top: 15px;
	font-weight: normal;
	font-size: 24px;
	line-height: 1;
	color: #fff;
}

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

#access {
	height: 500px;
	margin-bottom: 60px;
	background: #ccc;
}

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

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

#company {
	display: table;
	width: 100%;
	border-top: solid 1px rgba(255,255,255,0.4);
}

#company dl {
	display: table-row;
	border-bottom: solid 1px rgba(255,255,255,0.4);
}

#company dt {
	display: table-cell;
	vertical-align: top;
	padding: 20px;
	text-align: left;
	font-weight: normal;
}

#company dd {
	display: table-cell;
	vertical-align: top;
	padding: 20px;
	text-align: left;
}
