﻿

#gNavi .navi03 a img {
	visibility: hidden;
}

.faqWrap {
	margin-left: 3px;
	padding-top: 15px;
	background: url(../image/dot.gif) repeat-x left 15px;
}

.faq {
	background: url(../image/dot.gif) repeat-x left bottom;
	font-weight: bold;
	position: relative;
	font-size: 14px;
}

.faq .q,
.faq .a {
	padding-left: 72px;
	background: no-repeat 46px 0;
}

.faq .q {
	padding-top: 12px;
	padding-bottom: 12px;
	background-image: url(../image/q.gif);
	background-position: 46px 12px;
	line-height: 19px;
}

.faq .a {
	background-image: url(../image/a.gif);
	display: none;
	font-weight: normal;
}

.faq p {
	font-weight: normal;
	padding-bottom: 0;
}

.faq .a a {
	color: #004b91;
}

.faq a.toggle {
	display: block;
	background: url(../image/open.gif) no-repeat 10px center;
}

.faq.open a.toggle {
	background-image: url(../image/close.gif);
}

.faq span {
	display: block;
}