﻿@charset "utf-8";
h2 {
	margin-bottom: 20px;
	padding: 10px;
	border-bottom: 1px dashed #fff;
}
#Phone h3 {
	margin: 30px 0 20px 0;
	padding: 0 0 3px 22px;
	list-style: none;
	font-size: 116%;
	border-bottom: 1px dashed #999;
	background-image: url(../img/inquiry/phone.png);
	background-repeat: no-repeat;
}
#Mail h3 {
	margin: 30px 0 20px 0;
	padding: 0 0 3px 22px;
	list-style: none;
	font-size: 116%;
	border-bottom: 1px dashed #999;
	background-image: url(../img/inquiry/mail.png);
	background-repeat: no-repeat;
}
#Body-left p {
	margin: 5px 10px;
	line-height: 116%;
}
#Body-left address {
	margin: 18px;
	font-size: 250%;
	font-weight: bold;
	font-family:arial,helvetica,clean,sans-serif;
}
.Wrap {
	margin: 10px;
	padding: 5px;
	border: 1px solid #eee;
	background-color: #fff;
}
.Wrap p {
	margin: 0;
	padding: 0 0 0 22px;
	height: 16px;
	font-size: 108%;
	background-image: url(../img/inquiry/arrow.png);
	background-repeat: no-repeat;
}