@charset "UTF-8";


/* -------------------------------------
faq
------------------------------------- */


#faq h2 {
	font-size:24px;
	margin-bottom:10px;
}
#faq dl {
	margin-bottom:20px;
}
#faq dl dt {
	font-weight:bold;
	margin-bottom:8px;
}
#faq dl dd {
	color:#a5a5a5;
	font-weight:normal;
	margin-bottom:15px;
}
#faq dl dd:last-child {
	margin-bottom:0;
}

#faq .cancel {
	color:#333;
	text-decoration:underline;
}


@media screen and (max-width:768px) {
	#faq h2 {
		font-size:22px;
	}
}


@media screen and (max-width:640px) {
	header {
		border-bottom:1px solid #ccc;
	}
	#faq h2 {
		font-size:20px;
	}
}