@import url("../com.core.css?v=20260723");
@import url("com.css?v=20260723");
@import url("../../core/faq.core.css?v=20260723");

/*--よくある質問カテゴリ -------------*/
div#faq_area div#faq_category ul li {
  background: url(./img/faq/category.gif) 0 center no-repeat;
}
/*--よくある質問ピックアップ ---------*/
div#faq_area div#question ul li {
  background: url(./img/faq/question.gif) 0 center no-repeat;
}

/*-- お問い合わせ form ---------------*/
div#faq_area div#form_area {
  border: 1px #cccccc dotted;
}
div#form_area div#form_space{
  background: url(./img/faq/inq_form.gif) 0 center no-repeat;
}

/*-- お問い合わせ tel ----------------*/
div#faq_area div#tel_area {
  border: 1px #cccccc dotted;
}
div#tel_area div#tel_space{
  background: url(./img/faq/inq_tel.gif) 0 center no-repeat;
}

/*-- お問い合わせ email --------------*/
div#faq_area div#email_area {
  border: 1px #cccccc dotted;
}
div#email_area div#email_space{
  background: url(./img/faq/inq_email.gif) 0 center no-repeat;
}