@charset "utf-8";
/* CSS Document */
div.faqbox {
	width:1000px;
	margin: 50px auto 0 auto;
}
	div.faqbox p.quest {
		width:100%;
		box-sizing: border-box;
		padding: 20px 40px;
		background: #fff;
		font-size: 16px;
		line-height: 25px;
	}
	div.faqbox p.answer {
		width:100%;
		box-sizing: border-box;
		padding: 20px 40px;
		background: #E9E9E1;
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 20px;
	}
