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

/* ---------------------------------------------------------
	CSS Document faq > gallery
--------------------------------------------------------- */

#anchor p {
	margin-bottom: 50px;
}

#anchor li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 235px;
	margin: 0 5px;
}

#anchor a {
	display: block;
	height: 48px;
	padding: 0;
	border: 0;
	border: solid 1px #586931;
	background: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	line-height: 48px;
	color: #586931;
	cursor: pointer;
}

#anchor a:hover {
	background: #586931;
	color: #fff;
}

#anchor a:before {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: 4px;
	content: '';
	width: 7px;
	height: 7px;
	margin-right: 10px;
	border-bottom: solid 2px #586931;
	border-right: solid 2px #586931;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#anchor a:hover:before {
	border-color: #fff;
}

/* ---------------------------------------------------------
	CSS Document faq > section
--------------------------------------------------------- */

#faq .section {
	margin-top: 80px;
	border-bottom: solid 1px #c1c1c0;
	text-align: left;
}

#faq .section h2 {
	margin-bottom: 25px;
	padding-top: 30px;
	background: url(../images/h2.png) no-repeat top;
	text-align: center;
	font-weight: 500;
	font-size: 24px;
}

#faq .section dl {
	padding: 30px 50px 30px 110px;
	border-top: solid 1px #c1c1c0;
	background: url(../images/icon.png) no-repeat 50px 26px;
}

#faq .section dt {
	font-size: 18px;
	color: #586931;
}

#faq .section dd {
	margin-top: 20px;
}
