.office_cont {
	color: #444;
	margin-bottom: 4rem;
	border: 2px solid #DDD;
}

.greeting,.info,.map {
	width: 89.6rem;
	margin: 0 auto ;
	margin-top: 2.7rem;
}

.map {
	margin: 3.5rem auto 2.8rem;
}

.greeting .office_ttl {
	margin-bottom: 1.2rem;
}

.office_ttl {
	font-size: 2.6rem;
	line-height: 1.2;
	font-weight: normal;
	padding-bottom: 0.6rem;
	margin: 0 0 2rem;
	border-bottom: 2px solid #b28146;
}

.office_ttl:before {
	content: "";
	background-image: url(../img/sec/mrk_line.png);
	background-repeat: no-repeat;
	width: 2rem;
	height: 1.6rem;
	margin: 0.75rem 1rem 0.75rem 0;
	display: block;
	float: left;
}

.greeting_txt {
	font-size: 1.6rem;
	line-height: 2;
}

.info_img {
	float: left;
}

.info_detail {
	font-size: 1.6rem;
	line-height: 1.2;
	text-align: left;
	margin-left: 4rem;
	height: 28.6rem;
	float: left;
}

.info_detail th {
	font-weight: normal;
	width: 11rem;
	text-align: center;
	background: #EFFAFE;
	border-collapse: collapse;
	border: 1px solid #AAA;
}

.info_detail td {
	width: 39.5rem;
	padding-left: 1.5rem;
	border: 1px solid #AAA;
	border-collapse: collapse;
}
.info_detail .caution{
	font-size: 1.2rem;
}