/* base */
/* 本文 */
div#topics {
    margin-top: 50px;
    /*margin-left: 30px;*/
}
div#topics li {
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  background-image: url(../img/top/ico_arrow.png);
  background-repeat: no-repeat;
  background-position: 0 12px;
  border-bottom: 1px dotted #b3b3b3;
}
div#privacy-policy-content {
    font-size: 14px;
}
div#privacy-policy-content h3 {
    font-size: 14px;
    font-weight: bold;
}
div#privacy-policy-content h4 {
    font-size: 14px;
    font-weight: bold;
}
div#privacy-policy-content h5 {
    font-size: 14px;
    font-weight: bold;
}
div#links li {
  list-style: none;
  margin-top: 20px;
}
/* layout */
/* module */
/* 見出し */
.heading {
    padding-top: 2px;
    padding-bottom: 5px;
    padding-left: 7px;
    border-left: 6px solid #6b8e23;
    border-bottom: 1px solid #c0c0c0;
}
.sub-heading {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 7px;
    border-left: 4px solid #6b8e23;
}
.emphasize {
    font-size: 18px;
    color: blue;
}
