@charset "utf-8";
/* Faq list
   ========================================================================== */
#faq {
  padding: 14px 19px 0;
  border: 1px solid  #d9d6d1;
}
#faq > .title {
  padding-bottom: 12px;
}
#faq > .description {
  margin-bottom: 15px;
  padding-bottom: 10px;
  background: url(/common/img/parts/line_x_dashed_gray.png) repeat-x left bottom;
}
#faq .category-list li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 459px;
  padding-bottom: 1em;
}
@media screen and (max-width: 701px) {
  #faq .category-list {
    padding-bottom: 7px;
  }
  #faq .category-list li {
    display: block;
    width: auto;
    padding-bottom: 0.7em;
  }
}
