@charset "utf-8";
@import url(style.css) screen and (min-width: 769px);
@import "default.css";
@import "base.css";

#container {
	background-image: url(../images/faq/faq_back.png);
	background-position: center 120px;
	background-repeat: no-repeat;
}
#main nav ul li {
	float: left;
	margin-right: 29px;
	margin-bottom: 30px;
	margin-top: 20px;
}
#main nav ul li:last-child {
	margin-right: 0px;
}


#faq {
	background-image: url(../images/shadow.png);
	background-position: 0px bottom;
	background-repeat: no-repeat;
	padding-bottom: 13px;
}
#faq .inner {
	padding-top: 25px;
}
#faq dl {
	border-bottom: 1px solid #4055FC;
	margin-left: 25px;
	margin-right: 25px;
	padding-bottom: 12px;
	margin-bottom: 18px;
}



#faq dl dt {
	margin-bottom: 10px;

}
#faq dl dd {
	margin-left: 103px;
	font-size: 15px;
	line-height: 180%;
	padding-left: 205px;
	width: 605px;
}
#faq dl dd.list01  {
	background-image: url(../images/faq/a01.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 102px;
	padding-top: 30px;
}
#faq dl dd.list02  {
	background-image: url(../images/faq/a01.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 102px;
	padding-top: 16px;
}


#faq dl dd.list03  {
	background-image: url(../images/faq/a02.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 102px;
	padding-top: 16px;
}

#faq dl dd.list06  {
	background-image: url(../images/faq/a03.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 180px;
	padding-top: 16px;
}
#faq dl.last {
	border-bottom-style: none;
	margin-bottom: 0px;
	padding-bottom: 30px;
}
#footer .inner .toplink {
	margin-top: 40px;
}
