@charset "UTF-8";

.anchorArea {
	padding: 16px 15px 14px;
	margin-bottom: 48px;
	border: 1px #c9dced solid;
}
.anchorArea li {
	float: left;
	padding-left: 15px;
	margin-right: 35px;
	background: url(../images/icon_down_blue.gif) left center no-repeat;
}

/* -----------------------------------------------------------
	#visualArea メイン画像
----------------------------------------------------------- */
#visualArea {
	margin-bottom: 48px;
}
#visualArea .inner {
	background: url(../../contact/images/mainimg_contact.jpg) left 0 no-repeat;
}


/* -----------------------------------------------------------
	.contactArea
----------------------------------------------------------- */
.contactArea {
	line-height: 1.4;
	margin-bottom: 48px;
}
.contactArea h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.contactArea table {
	width: 1024px;
	margin-bottom: 32px;
}
.contactArea table tr th,
.contactArea table tr td {
	vertical-align: middle;
	padding: 13px 13px 9px;
	border: 1px #c9dced solid;
}
.contactArea table tr th {
	text-align: center;
	background-color: #f2f5f7;
}
.contactArea table tr td a.icon {
	display: block;
	padding: 0 0 0 30px;
	background: url(../images/icon_mail.png) left center no-repeat;
}
.contactArea table tr td.w124 {
	width: 130px;
}
.contactArea table tr td.w130 {
	width: 130px;
}
.contactArea table tr td.w240 {
	width: 240px;
}
.contactArea table tr td.w154 {
	width: 154px;
}
.contactArea table tr td.w210 {
	width: 210px;
}