@charset "UTF-8";
/*************************************************
 サブページ
**************************************************/
#sub_contents p, #sub_contents ul, #sub_contents dl {
  margin-bottom: 20px;
  margin-left: 30px;
  line-height: 1.8;
}
#sub_contents li {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAD9JREFUeNpi/P//P4PrLNcJDAwM+QwIMHF32u4CRpeZLugScAVMOCRAIJ+JAQ8gKDkRh9xEJpCrsCgAuxYgwACo1xJ1BMkACAAAAABJRU5ErkJggg==) 0.2em 0.6em no-repeat;
  padding-left: 1.5em;
  margin-bottom: 5px;
}
#sub_contents li ul {
  margin-left: 0 !important;
  margin-top: 10px;
}
#sub_contents li li {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAERJREFUeNpi/P//P0NnZ+cEBgaGfAYEmFheXl7AzMnJiS4BAhZHjx4VZMIiAQP5TAx4AEHJiTjkJjKBXIVFAdi1AAEGACMQEorVft2rAAAAAElFTkSuQmCC) !important;
}
#sub_contents img {
  display: inline-block;
  margin: 5px 10px 0 0;
}
#sub_contents dl {
  border-bottom: 1px solid #ccc;
}
#sub_contents dl:after {
  display: block;
  clear: both;
  content: "";
}
#sub_contents dt, #sub_contents dd {
  float: left;
  margin-bottom: 10px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
#sub_contents dt {
  width: 25%;
}
#sub_contents dd {
  width: 75%;
}

h3 {
  padding: 20px 25px;
  background: #e9e9e9;
  border: 5px solid #ddd;
  font-size: 120%;
  font-weight: bold;
  margin: 20px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

h4 {
  padding: 10px 25px;
  background: #e9e9e9;
  border-left: 5px solid #ddd;
  font-weight: bold;
  margin: 20px 0 10px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.sub_box {
  border: 10px solid #e9e9e9;
  padding: 10px;
}
.sub_box h3 {
  margin-top: 0;
  border: none;
  padding: 20px 15px;
  background: #ccc;
}
.sub_box h4 {
  border: none;
  padding: 10px 15px;
}
.sub_box p {
  margin-left: 15px !important;
  margin-right: 15px;
}

/*--------------------
 sitemap
--------------------*/
#sitemap {
  margin: 20px 30px;
  position: relative;
}
#sitemap li {
  padding-left: 10px;
  margin: 10px 0 0 0;
  display: inline-block;
  vertical-align: top;
}
#sitemap li a {
  font-weight: bold !important;
}
#sitemap li li,
#sitemap li li li {
  margin-left: 20px;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
#sitemap li li li,
#sitemap li li li li {
  margin-left: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAERJREFUeNpi/P//P0NnZ+cEBgaGfAYEmFheXl7AzMnJiS4BAhZHjx4VZMIiAQP5TAx4AEHJiTjkJjKBXIVFAdi1AAEGACMQEorVft2rAAAAAElFTkSuQmCC) left 0.5em no-repeat;
  padding-top: 0;
  padding-bottom: 0;
}
#sitemap li li a,
#sitemap li li li a {
  font-weight: normal !important;
}

#sm_situS {
  border-left: 8px solid #cc0000;
  width: 20%;
}

#sm_situH {
  border-left: 8px solid #fff000;
  width: 50%;
}
#sm_outerH {
  width: 50%;
  display: inline-block;
}

#sm_situF {
  border-left: 8px solid #4f81bd;
  width: 20%;
}

#sm_map {
  border-left: 5px solid #449944;
}

#sm_bus {
  border-left: 5px solid #e56633;
}

#sm_tra {
  border-left: 5px solid #3366aa;
}

#sm_oth,
#sm_eve {
  width: 300px;
  border-left: 5px solid #bbb;
  color: #999;
  font-weight: bold;
  position: absolute;
  left: 40em;
}

#sm_oth {
  top: 2.5em;
}

#sm_eve {
  top: 8em;
}

/*--------------------
 traffic_inqu
--------------------*/
.traffic_inqu_table {
  width: 100%;
}
.traffic_inqu_table th, .traffic_inqu_table td {
  border: 1px solid #ccc;
  padding: 5px;
  vertical-align: middle;
}
.traffic_inqu_table th {
  background: #eee;
  width: 35%;
}
.traffic_inqu_table .bgE5 th {
  width: auto;
}

@media screen and (min-width: 0) and (max-width: 640px) {
  #sub_contents p, #sub_contents ul, #sub_contents dl {
    margin-left: 10px;
    margin-right: 10px;
  }
  #sub_contents dl {
    border-bottom: none;
  }
  #sub_contents dt, #sub_contents dd {
    float: none;
    width: auto;
    border-top: none;
  }
  #sub_contents dt {
    background: #e9e9e9;
    padding: 10px;
  }
  #sub_contents dd {
    padding-top: 0;
    padding-left: 10px;
  }

  h3, h4 {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  h3 {
    padding: 10px 0;
    background: #ccc;
    border-color: #ddd;
    font-size: 110%;
  }

  h4 {
    padding: 10px 0;
    border-left: none;
  }

  .sub_box h3, .sub_box h4 {
    margin-left: 0;
    margin-right: 0;
  }
  .sub_box p, .sub_box ul {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /*--------------------
   sitemap
  --------------------*/
  #sitemap {
    margin: 10px;
  }
  #sitemap li {
    padding-left: 0;
    display: block;
    margin-top: 5px;
  }
  #sitemap li a {
    font-weight: bold !important;
    display: block;
    padding: 10px;
    background: #eee;
  }
  #sitemap li li,
  #sitemap li li li {
    margin-left: 0;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }

  #sm_situS {
    width: auto;
  }

  #sm_situH {
    width: auto;
  }
  #sm_situH {
    width: auto;
  }
  #sm_outerH {
    width: 100%;
  }

  #sm_situF {
    width: auto;
  }

  #sm_oth,
  #sm_eve {
    width: auto;
    position: static;
    padding-top: 10px !important;
    padding-left: 5px !important;
  }
  #sm_oth li,
  #sm_eve li {
    margin-left: 0 !important;
  }

  /*--------------------
   traffic_inqu
  --------------------*/
  .traffic_inqu_table {
    margin-right: 10px;
    margin-left: 10px;
    width: auto;
  }
}
@media screen and (min-width: 320px) and (max-width: 640px) {
  #tra_init li {
    width: 30%;
  }
}
@media screen and (min-width: 0) and (max-width: 320px) {
  #tra_init li {
    width: 40%;
  }
}
