@charset "UTF-8";
/*---------------------------------------------------------
 問い合わせindex用CSSファイル
 history: 2007/10/01 mod ohyeah 
---------------------------------------------------------*/

/*---------------------------------------------------------
 問い合わせの流れリスト
---------------------------------------------------------*/
#faq_arrow_list {
  text-align: center;
}

#faq_arrow_list li {
  display: inline;
}

/*---------------------------------------------------------
 問い合わせリスト
---------------------------------------------------------*/
#faq_list h4 {
  font-size: 120%;
  margin: 20px 0 5px 0;
}
#faq_list .faq_img_block {
  float: left;
  width: 200px;
  text-align: center;
}

#faq_list .faq_comment_block {
  padding-left: 10px;
  margin-left: 200px;
}

#faq_list .faq_comment_block ul {
  padding-left: 15px;
}

#faq_list .faq_comment_block li {
  padding: 3px;
}

#faq_list .faq_comment_block .passport_news {
  margin: 5px 0;
}

#faq_list .faq_comment_block .passport_news span {
  font-weight: bold;
}

#faq_list .faq_comment_block .remarks_block {
  margin: 10px 0;
}

