<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 : よくあるご質問
=================================================================== */
/* -----------------------------------------------------------
	common
----------------------------------------------------------- */
body {
  background: url(../images/header/bg_body_top_s.jpg) center top no-repeat, url(../images/common/bg_pattern_yellow.png) repeat left top;
  overflow: hidden;
}

.img {
  margin-bottom: 70px;
}
.img#lnk_howto {
  margin-top: 70px;
}

.menu_faq_link {
  margin-bottom: 50px;
}

.box_qa {
  margin-top: 65px;
}

.box_faq_info {
  margin-top: 50px;
}
</pre></body></html>