@charset "UTF-8";
@import "../../include/css/common.css";

/* ---------------------------------------------------------
	CSS Document faq > visual
--------------------------------------------------------- */

#visual {
	margin-bottom: 10px;
}

/* ---------------------------------------------------------
	CSS Document faq > common
--------------------------------------------------------- */

#faq {
	text-align: left;
}

#faq p.desc {
	margin-bottom: 30px;
	text-align: center;
	line-height: 22px;
}

#faq h3 {
	height: 102px;
	overflow: hidden;
	margin-bottom: 20px;
	padding-left: 185px;
	background: url(../images/h3.jpg) no-repeat left top;
	font-size: 15px;
	font-weight: bold;
	line-height: 100px;
}

#faq dl {
	margin-bottom: 40px;
}

#faq dt {
	margin-bottom: 10px;
	padding-left: 65px;
	background: url(../images/q.jpg) no-repeat left;
	font-size: 15px;
	font-weight: bold;
	line-height: 26px;
	color: #ec7180;
}

#faq dd {
	padding: 23px;
	padding-left: 65px;
	border: solid 1px #dad8d5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #f8f7f7 url(../images/a.jpg) no-repeat left 26px;
	line-height: 22px;
}


#faq #anchor {
	margin-bottom: 40px;
	padding: 0 20px;
	border: solid 1px #dad8d5;
	line-height: 44px;
}

#faq #anchor li {
	float: left;
	margin-right: 20px;
	padding-left: 14px;
	background: url(../images/anchor.jpg) no-repeat left;
	list-style: none;
}