/* faqlist */
#faqlist li {
	margin: 15px 0;
}
#faqlist li h3 {
	padding: 15px;
	background: #efefef;
	font-size: 18px;
}
#faqlist li .menu_body {
	overflow: hidden;
	padding: 15px 30px;
	border: 3px #efefef solid;
	border-top: 0;
}
#faqlist li:nth-child(2n) h3 {
	background: #c3dbf8;
}
#faqlist li:nth-child(2n) .menu_body {
	border-color: #c3dbf8;
}