<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* FAQページ */
.q_and_a_area dt{
	border: 1px solid #ccc;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 0px 5px 28px;
	background-image: url("../img/faq/icon_q.png");
	background-repeat: no-repeat;
	background-position: 5px;
}

.q_and_a_area dd {
	margin: 10px 0px 30px 5px;
	padding: 0 0 0 22px;
	font-size: 14px;
	line-height: 20px;
	background-image: url("../img/faq/icon_a.png");
	background-repeat: no-repeat;
}

.other_waku_title_b {
	background-color: #fff1bc;
	text-align: center;
	width: 200px;
}
.other_waku_b {
	float: left;
	width: 100%;
}
.other_waku_b td {
	padding: 10px;
	border-top: 1px solid #CCCCCC;
}
.other_waku_b th {
	border-top: 1px solid #CCCCCC;
}</pre></body></html>