main {
    margin: 0 20px;
  }
  
  h1.page-title {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    line-height: 1em;
  }
  
  p.subTitle {
    background-color: #f7f6f2;
    margin-bottom: 15px;
  }
  
  div.sitemapBox {
    padding-bottom: 20px;
  }
  
  div.sitemapBox > ul {
    list-style-position: inside;
    list-style: disc;
  }
  
  div.sitemapBox > ul > li {
    position: relative;
    margin-bottom: 10px;
    margin-left: 20px;
  }
  
  div.sitemapBox > ul > li::marker {
    position: absolute;
    left: 0;
  }