@charset "utf-8";

/* 090305追記 */
h1 {
	margin-bottom: 15px;
	background:url(../images/faqTtl.gif) no-repeat;
	padding-top: 15px;
	padding-left: 42px;
	font-size: 134%;
	font-weight:bold;
	width: 760px;
	height: 62px;
}

*html body h1 {
	margin-bottom: 30px;
	background:url(../images/faqTtl.gif) no-repeat;
	padding-top: 15px;
	padding-left: 46px;
	font-size: 134%;
	font-weight:bold;
	width: 760px;
	height: 62px;
}
/* 追記終了 */

#about {
	position: relative;
}
#about h2 {
	margin-bottom: 20px;
}
#about p {
	font-weight: bold;
}
#about p.btn a {
	position: absolute;
	right: 60px;
	top: 2px;
	display: block;
	width: 188px;
	height: 36px;
	margin: 2px 0 40px;
	background: url(../images/contactBtn.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#about p.btn a:hover {
	background-position: 0 -36px;
}

#q3 p.fare a {
	position:relative;
	top: 2px;
	display: block;
	width: 226px;
	height: 35px;
	margin: 5px 0 20px;
	background:url(../../common/images/fare_Btn.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#q3 p.fare a:hover {
	background-position: 0 -35px;
}


#about ul.faq-nav {
	margin: 25px 0 45px;
	padding: 10px 20px;
	list-style-type: none;
	list-style-position: outside;
	background: #f8f4ee;
}
#about ul.faq-nav li {
	float: left;
	padding: 3px 0 3px 12px;
	background: url(../images/navList.gif) 0 6px no-repeat;
}
#about ul.faq-nav li.q1,
#about ul.faq-nav li.q4 {
	width: 243px;
}
* html #about ul.faq-nav li.q1,
* html #about ul.faq-nav li.q4 {
	width: 245px;
}
#about ul.faq-nav li.q2,
#about ul.faq-nav li.q5 {
	width: 218px;
}
* html #about ul.faq-nav li.q2,
* html #about ul.faq-nav li.q5 {
	width: 220px;
}
#about ul.faq-nav li.q3,
#about ul.faq-nav li.q6 {
	width: 193px;
}
* html #about ul.faq-nav li.q3,
* html #about ul.faq-nav li.q6 {
	width: 195px;
}

div.question h2 {
	margin-bottom: 20px;
	padding: 2px 7px;
	border-left: 6px #e8decf solid;
	background: #f6f2ec;
	font-size: 107%;
}

div.question dl {
}

div.question dl dt {
	padding: 10px 0 10px 35px;
	background: url(../images/questionIcon.gif) 0 6px no-repeat;
}

div.question dl dd {
	margin-left: 40px;
	margin-bottom: 25px;
	padding: 10px 0 10px 40px;
	background: #fbfaf7 url(../images/answerIcon.gif) 5px 6px no-repeat;
}

div.question dl dd address {
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
}

div.question dl dd ol {
	padding-left: 15px;
	list-style-type: none;
	list-style-position: outside;
}
div.question dl dd ol li {
	text-indent:-1.5em;
	margin-left:0.5em
}
div.question dl dd ol li.one {
	margin-bottom: 15px;
}
div.question dl dd ol li address {
	display: inline;
}

div.question dl dd span.note {
	font-size: 85%;
}

p.pagetop {
	margin-bottom: 25px;
}