/* Sitemap CSS */
/* Desktops and laptops */
@media screen and (min-width: 701px) {
  #mtitle {
    background-image: url(../images/sitemap/sitemap_mtitle.png);
  }

  /* === sitemap === */
  #sitemap section {
    overflow: hidden;
    margin: 0 -18px 0 0;
  }
  #sitemap section .box {
    overflow: hidden;
    width: 395px;
    min-height: 250px;
    float: left;
    margin: 0 18px 20px 0;
  }
  #sitemap section .box ul {
    padding: 0 5px;
  }
  #sitemap section .box ul li {
    border-bottom: 1px solid #dadbdd;
  }
  #sitemap section .box ul li a {
    display: block;
    padding: 12px 0 12px 28px;
    font-size: 14px;
    background: url(../images/common/linkicon_arrow.png) 10px center no-repeat;
  }
  #sitemap section .box ul li a:hover {
    text-decoration: none;
    color: #4084d0;
    background: url(../images/common/sbicon_blue.png) 10px center no-repeat;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  #mtitle {
    background-image: url(../images/sp/sitemap/sitemap_mtitle.png);
    background-size: 100% auto;
    height: 0;
    padding-top: 9.3%;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  /* === sitemap === */
  #sitemap section {
    overflow: hidden;
    margin: 0 0;
  }
  #sitemap section .box {
    overflow: hidden;
    width: 100%;
    margin: 0 18px 20px 0;
  }
  #sitemap section .box ul {
    padding: 0 5px;
  }
  #sitemap section .box ul li {
    border-bottom: 1px solid #dadbdd;
  }
  #sitemap section .box ul li a {
    display: block;
    padding: 15px 0 15px 28px;
    font-size: 14px;
    background: url(../images/sp/common/linkicon_arrow.png) 10px center no-repeat;
    background-size: auto 35%;
  }
}
