/* CSS Document */

.delete {
	width: 400px;
	height: 300px;
	padding-top: 120px;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	background: #999999;
}

/* company */

.mainImgBox {
	background-image: url(../img/mainImg.jpg);
}

.mainImgBox h2 {
	width: 420px;
	background-image: url(../img/h2.png);
}

.companyBox dl {
	margin-bottom: 50px;
	overflow: hidden;
}

.companyBox dt {
	float: left;
	width: 340px;
	margin-left: 90px;
	padding: 0 20px;
	font-size: 13px;
	color: #000;
	text-align: left;
	line-height: 50px;
	background: #EEEEEE;
}

.companyBox dd {
	float: left;
	width: 470px;
	margin-left: 20px;
	padding-right: 20px;
	font-size: 13px;
	color: #666;
	text-align: right;
	line-height: 50px;
	border-bottom: 2px dotted #CDCDCD;
}

.dl3 dt {
	height: 104px;
}

.dl3 dd {
	line-height: 34px;
}

.dl7 dt {
	height: 240px;
}

.dl7 dd {
	line-height: 34px;
}

.officeBox ul {
	padding: 0 94px 50px;
	overflow: hidden;
}

.officeBox li {
	float: left;
	width: 164px;
	margin-left: 52px;
	margin-bottom: 40px;
	padding-left: 10px;
	font-size: 14px;
	text-align: left;
	position: relative;
}

.officeBox li a:before {
	content: "▶";
	position: absolute;
	top: 0;
	left: 0;
}

.officeBox li:nth-child(4n-3) {
	margin-left: 0;
}

.officeBox li a {
	padding: 10px 15px;
}

.officeBox li a:hover {
	color: #368ACA;
}
/*---------sub-----------*/
.mainBox {
	margin-bottom: 60px;
	padding-top: 100px;
}

.mainBox .ttl {
	margin-bottom: 100px;
	font-size: 21px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 0.04em;
	line-height: 55px;
	background: #368ACA;
}

.mainBox-r {
	width: 100%;
	padding: 80px 100px 0;
}

.mainBox-r .officeTtl {
	margin-bottom: 30px;
	margin: 0 20px;
	padding-left: 30px;
	padding-bottom: 10px;
	font-size: 20px;
	color: #666;
	text-align: left;
	border-bottom: 2px dotted #999999;
}

.mainBox-r .officeTxt {
	margin-top: 20px;
	padding-left: 50px;
	font-size: 13px;
	color: #666;
	line-height: 30px;
	text-align: left;
}

.mapBox {
	padding-bottom: 30px;
}









