@charset "utf-8";
/*== Top CSS ==*/
/*---------------------------------お問い合わせ*/
#wrap .contactSideArea {
	float: left;
	padding-left: 14px;
	width: 130px;
	background-image: url(../images/side_bg_s.jpg);
	background-repeat: no-repeat;
	height: 468px;
	background-position: 14px top;
	padding-top: 8px;
	text-align: center;
}

.contactInfo {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
}

.contactInfo .contactBody {
	background-color: #E2EDFE;
	padding-top: 14px;
	padding-bottom: 20px;
}

.contactBody h1 {
	font-weight: bold;
	color: #03C;
	padding-bottom: 10px;
	font-size: 100%;
	line-height: 120%;
	text-align: center;
	margin-bottom: 40px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #03C;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}

.contactBody h2 {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 90%;
	line-height: 120%;
	padding-bottom: 10px;
}

.contactBody h3 {
	padding-left: 165px;
	text-align: left;
	font-size: 90%;
	line-height: 170%;
	padding-bottom: 40px;
	font-weight: bold;
}

.contactBody .contactNote {
	font-size: 80%;
	line-height: 120%;
	color: #C00;
}
