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

/* ---------------------------------------------------------
	CSS Document main
--------------------------------------------------------- */

#main {
	margin-bottom: 60px;
	background-image: url(../images/visual.png);
}

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

#company {
	margin-bottom: 100px;
	text-align: left;
}

#company h3 {
	margin-bottom: 20px;
	padding: 20px 0;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	position: relative;
}

#company h3:after {
	content: '';
	width: 80px;
	height: 1px;
	background: #f17424;
	position: absolute;
	top: -1px;
	left: 0;
}

#company .section {
	margin-bottom: 60px;
}

#company p {
	margin-bottom: 20px;
}

#company dl {
	display: table;
	width: 100%;
	margin-bottom: 15px;
	border-bottom: solid 1px #ccc;
}

#company dt {
	display: table-cell;
	vertical-align: top;
	width: 200px;
}

#shop dt {
	color: #f17424;
}

#company dd {
	display: table-cell;
	vertical-align: top;
	padding-bottom: 15px;
}

#outline li {
	margin-left: 1.1em;
	list-style: decimal;
}
