<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 information

 file name  :faq.css
 author     :Ability Consultant
style info  :よくあるご質問ページ設定　ハックは最下部に記述
=================================================================== */
/*-----------------------------------------------------------
    gnavのactive設定
-----------------------------------------------------------*/
#pagetitle {
	background: url(../faq/images/bg_title.jpg) center top no-repeat;
}

/* -----------------------------------------------------------
	.con_misc
----------------------------------------------------------- */

.con_misc{
	width: 950px;
	margin: 70px auto;
}

.con_misc .box{
	background: #fff;
	border: 1px solid #C6C6C6;
	padding: 40px;
	font-size: 16px;
	line-height: 1.6;
}

</pre></body></html>