﻿@charset "utf-8";

/* ============================================
	technology/index.html
============================================ */
/* main */
.contactsMap {
	position: relative;
	left: -10px;
	margin-top: 15px;
}

.contactsSec02 {
	background: url(../../common/img/section_bg_01.gif) no-repeat left top;
	width: 515px;
	position: relative;
}
.contactsSec02 ul {
	padding: 0 20px;
}
	.contactsSec02 .fltL,
	.contactsSec02 .fltR {
		width: 220px;
	}
	.contactsSec02 ul p {
		margin-top: 15px;
	}
	.contactsSec02 ul dl {}
	.contactsSec02 ul dt {
		clear: both;
		float: left;
		width: 8em;
		white-space: nowrap;
	}
	.contactsSec02 ul dd {
		float: left;
		width: 10em;
		white-space: nowrap;
	}

/* sub */
body#contacts .subNavi {
}


.contactsSec01,
.contactsBtn {
	padding: 0 20px 25px;
}

	.contactsSec01 input,
	.contactsSec01 textarea {
		width: 95%;
	}

.contactsBtn a {
	float: left;
	margin-right: 5px;
	padding: 2px 0;
	width: 5em;
	cursor: pointer;
	text-align: center;
}
.contactsBtn a:hover {
	background: #cccccc;
}