﻿@charset "utf-8";
 @import url(reset.css);
@import url(base.css);
@import url(common.css);

/*       link     */

#content ul.link {
	padding-bottom: 10px;
	background: url(../image/faq_line.gif) left bottom repeat-x;
	margin-bottom: 20px;
}

#content ul.link li {
	padding: 6px 0 15px 35px;
	background: url(../image/faq_Q.gif)  left top no-repeat;
}

#content ul.link li a {
	color: #468426;
}

/*      faq       */

#content .faq {
	margin: -4px 0 30px 0;
}

#content .faq dl {
	padding-bottom: 13px;
}

#content .faq dl dt {
	font-size: 1.2em;
	font-weight: bold;
	color: #005FAC;
	padding: 8px 0 6px 35px;
	background: url(../image/faq_Q.gif) left 3px no-repeat;
}

#content .faq dl dd {
	padding: 2px 0 1px 35px;
	background: url(../image/faq_A.gif) left 6px no-repeat;
}

#content .faq dl dd.special {
	padding: 13px 0 11px 35px;
}

#content .faq dl dd.special02 {
	padding: 3px 0 3px 35px;
}

#content .faq dl dd p.second {
	margin: 12px 0;
}

#content .faq p.gotop {
	margin: 0 0 18px;
}