@charset "utf-8";

div#inquiry_index {
	padding: 30px;
}
div#inquiry_index p {
	line-height: 1.5em;
}
h3#tel {
	width: 740px;
	height: 40px;
	background-image: url(images/tel.gif);
	text-indent: -5000px;
	margin-bottom: 15px;
}
h3#mail {
	width: 740px;
	height: 40px;
	background-image: url(images/mail.gif);
	text-indent: -5000px;
	margin-bottom: 15px;
}
div.section {
	padding: 10px 0px 20px 0px;
}
div.section dl {
	padding: 20px 10px 10px 10px;
	clear: both;
	border-top: solid 1px #EEEEEE;
}
div.section dl dt {
	font-size: 14px;
	padding: 0px 0px 5px 0px;
	color: #00479D;
}
div.section dl dd ul li {
	float: left;
	width: 220px;
	height: 30px;
	list-style: none;
}
div.section dl dd ul li div {
	font-size: 18px;
}
div.section dl dd ul li span {
	display: block;
	padding: 5px;
}
div.sec_tel,div.sec_fax {
	background-repeat: no-repeat;
	background-position: top left;
	height: 30px;
	padding: 4px 0px 0px 55px;
}
div.sec_tel {
	background-image: url(images/icon_tel.gif);
}
div.sec_fax {
	background-image: url(images/icon_fax.gif);
}