@charset "utf-8";
/**
 * index.css
 * (c) FOURDIGIT Inc.
 */
/* questionCateList */
  .questionCateList li {
    margin-bottom: 20px;
  }
  .questionCateList .title,
  .questionCateList .title a {
		background-color: transparent;
		background-repeat: no-repeat;
  }
  .questionCateList .title {
    margin-bottom: 10px;
    padding-left: 0;
		background-image: url(../../faq/imgs/bg-cate-link-bottom.gif);
		background-position: left bottom;
  }
  .questionCateList .title a {
    display: block;
    padding: 8px 8px 8px 20px;
		background-image: url(../../faq/imgs/bg-cate-link-top.gif);
		background-position: left top;
  }

/* questionList */
  .questionList li {
    margin-bottom: 7px;
    padding-left: 20px;
    line-height: 19px;
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: left top;
		zoom: 1;
  }


