@charset "utf-8";
/* CSS Document */
/*---------------------------------
message
---------------------------------*/
.message {
	background: url(../img/message_bg.png) no-repeat;
	height: 640px;
}
.message h2 {
	margin: 27px 0 0 173px;
}
.message div {
	margin: 24px 0 55px 276px;
}
.message p {
	width: 670px;
	margin-left: 276px;
	line-height: 26px;
	font-size: 13px;
}
.message p span {
	font-size: 18px;
	font-weight: bold;
	color: #B28500;
}
.message p.sign {
	width: 695px;
	margin-top: 10px;
	text-align: right;
}

/*---------------------------------
outline
---------------------------------*/
.outline {
	overflow: hidden;
	margin-bottom: 70px;
}
.outline table {
	width: 400px;
	float: left;
	border-collapse: collapse;
	border-top: 1px solid #000;
}
.outline th,
.outline td {
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #000;
}
.outline th {
	width: 70px;
	background: #B68900;
	text-align: left;
	color: #FFF;
}
.outline #info {
	width: 400px;
	float: left;
}
.outline .photo {
	width: 570px;
	float: right;
}
.outline .companyTit {
	color: #B68800;
	font-size: 15px;
	font-weight: bold;
	border-top: 2px solid #000;
	padding: 8px 0 8px 8px;
}

/*---------------------------------
map
---------------------------------*/
.map a {
	background: url(../img/ico_map.png) left no-repeat;
	padding-left: 15px;
	color: #B20000;
	text-decoration: underline;
	display: block;
	margin-top: 5px;
}

/*---------------------------------
office
---------------------------------*/
.office {
	margin-bottom: 70px;
}
.office:last-child {
	margin-bottom: 44px;
}
.office table {
	width: 1000px;
	float: left;
	border-collapse: collapse;
	border-top: 1px solid #000;
	margin-bottom: 20px;
}
.office th,
.office td {
	padding: 18px 0 18px 10px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}
.office th {
	width: 70px;
	background: #B68900;
	text-align: left;
	color: #FFF;
}

.office .companyTit {
	color: #B68800;
	font-size: 15px;
	font-weight: bold;
	border-top: 2px solid #000;
	padding: 8px 0 8px 8px;
}