@charset "UTF-8";
.contents .cont_sitemap {
  *zoom: 1;
}
.contents .cont_sitemap:after {
  content: "";
  display: block;
  clear: both;
}

/* コンテンツエリア幅750px */
.contents .cont_main {
  margin-left: auto;
  margin-right: auto;
  width: 750px;
}

@media screen and (max-width: 640px) {
  .contents .cont_main {
    width: 100%;
  }
}
/* ドライブプラザサーチボックス＜文字コードについて＞ */
.contents .cont_thumb_list_wrap {
  margin-left: auto;
  margin-right: auto;
  width: 636px;
}

@media screen and (max-width: 640px) {
  .contents .cont_thumb_list_wrap {
    width: 100%;
  }
}
/* ソースコード表示 */
.contents .cont_code {
  word-break: break-all;
}

/* サイトマップ */
.contents .cont_sitemap {
  margin-left: -40px;
}
.contents .cont_sitemap h2 {
  padding: 0 0 0 31px;
  font-size: 128.5%;
}
.contents .cont_sitemap-col {
  width: 50%;
  float: left;
}
.contents .cont_sitemap-col .cont_sitemap-pad h2:first-child {
  margin-top: 0;
}
.contents .cont_sitemap-col .cont_sitemap-pad {
  padding-left: 40px;
}
.contents .cont_sitemap-traffic {
  background: url(/resources/img/site_info/icn_sitemap_ttl_01.png) no-repeat 0 50%;
  border-bottom: 2px solid #1c83bf;
}
.contents .cont_sitemap-traffic a:link, .contents .cont_sitemap-traffic a:visited {
  color: #1c83bf;
}
.contents .cont_sitemap-trip {
  background: url(/resources/img/site_info/icn_sitemap_ttl_04.png) no-repeat 0 50%;
  border-bottom: 2px solid #c0a61d;
}
.contents .cont_sitemap-trip a:link, .contents .cont_sitemap-trip a:visited {
  color: #c0a61d;
}
.contents h2.cont_sitemap-common {
  padding-left: 0;
  border-bottom: 2px solid #3da414;
  color: #3da414;
}
.contents h2.cont_sitemap-common a:link, .contents h2.cont_sitemap-common a:visited {
  color: #3da414;
}
.contents .cont_sitemap-sapa {
  background: url(/resources/img/site_info/icn_sitemap_ttl_02.png) no-repeat 0 50%;
  border-bottom: 2px solid #9cb71e;
}
.contents .cont_sitemap-sapa a:link, .contents .cont_sitemap-sapa a:visited {
  color: #9cb71e;
}
.contents .cont_sitemap-otoku {
  background: url(/resources/img/site_info/icn_sitemap_ttl_03.png) no-repeat 0 50%;
  border-bottom: 2px solid #e3594e;
}
.contents .cont_sitemap-otoku a:link, .contents .cont_sitemap-otoku a:visited {
  color: #e3594e;
}
.contents .cont_sitemap-safetydrive {
  background: url(/resources/img/site_info/icn_sitemap_ttl_05.png) no-repeat 0 50%;
  border-bottom: 2px solid #3da414;
}
.contents .cont_sitemap-safetydrive a:link, .contents .cont_sitemap-safetydrive a:visited {
  color: #3da414;
}
.contents ul {
  padding: 0;
}
.contents li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 5px;
}
.contents li ul {
  margin-left: 15px;
}

@media screen and (max-width: 640px) {
  .contents .cont_sitemap {
    margin-left: 0;
  }
  .contents .cont_sitemap-col {
    width: 100%;
    float: none;
  }
  .contents .cont_sitemap-col .cont_sitemap-pad {
    padding-left: 0;
  }
  .contents .cont_sitemap .cont_sitemap-col:last-child h2 {
    margin-top: 30px;
  }
}
