@charset "utf-8";
/* CSS Document */

p {
	text-indent: 14px;
}
.box_title {
	width: auto;
	background: url(../img/title_faq.png) no-repeat;
	padding-left: 200px;
}
.box_q {
	padding: 20px;
	background-color: #E6F2FF;
	font-size: 16px;
	line-height: 18px;
	margin-bottom:20px;
}
.box_a {
	padding: 20px;
	background-color: #F3F3F3;
	margin-bottom: 20px;
}
