#sitemap article h2 + img {
  width: 140px;
  margin-left: 1em; }
#sitemap article ul {
  display: inline-block;
  width: 100%;
  padding: 1em 1em;
  box-sizing: border-box;
  margin-bottom: 2em; }
  #sitemap article ul li {
    display: inline-block;
    margin-right: 1em;
    line-height: 2em; }
    #sitemap article ul li:nth-child(7) {
      margin-right: 0; }
    #sitemap article ul li a {
      text-decoration: none;
      color: #000;
      padding: 0.5em 1em; }
      #sitemap article ul li a:hover {
        background-color: #c9d5e1; }
#sitemap article .title {
  font-size: 2rem;
  border-bottom: 1px solid #7d7d7d; }
  #sitemap article .title a {
    display: inline-block;
    padding: 0.5em;
    text-decoration: none;
    color: #000;
    letter-spacing: 0.1em; }
    #sitemap article .title a small {
      font-size: 1.2rem;
      margin-left: 0.5em; }
      #sitemap article .title a small:before, #sitemap article .title a small:after {
        content: "-";
        margin: 0 0.5em; }
    #sitemap article .title a:hover {
      background-color: #c9d5e1; }
  #sitemap article .title.half {
    display: inline-block;
    margin-right: 2%;
    width: 49%;
    float: left; }
    #sitemap article .title.half:nth-child(2n-1) {
      margin-right: 0; }
    #sitemap article .title.half a {
      width: 100%; }
