@charset 'utf-8';

/* ==================================================================================

	TopPage & Category parts Style

 ================================================================================== */

.clearfix, .map_menu, .map_center, .topnews {
  *zoom: 1;
}
.clearfix:after, .map_menu:after, .map_center:after, .topnews:after {
  content: "";
  display: block;
  clear: both;
}

/* =================== トップページ =================== */
#top .top01 h1 {
  margin: 35px 0 75px 0;
  text-align: center;
}
#top .top01 h1 span {
  display: none;
}
#top .top01 h2 {
  padding: 0 35px;
  color: #fff;
  font-size: 1.5em;
  filter: dropshadow(color=#555555, offX=0, offY=-1) dropshadow(color=#555555, offX=1, offY=0) dropshadow(color=#555555, offX=0, offY=1) dropshadow(color=#555555, offX=-1, offY=0);  /* IE8-9は文字枠色を#555 */
  text-shadow: #333 1px 1px 0px, #333 -1px 1px 0px, #333 1px -1px 0px, #333 -1px -1px 0px;
}
#top .top01 p {
  display: table;
  padding: 10px 35px;
  color: #fff;
  font-size: 1.2em;
  text-shadow: #333 1px 1px 0px, #333 -1px 1px 0px, #333 1px -1px 0px, #333 -1px -1px 0px;
}
#top .top01 p img {
  display: table-cell;
  max-width: 50px;
}
#top .top01 p span {
  display: table-cell;
  padding: 0 0 0 10px;
  width: 90%;
  vertical-align: top;
}
#top .top02 img {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(Enabled, sizingMethod,src); /* IE8透過png opacity 対策 */
}
#top .top02 li a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#top .top03 {
  clear: both;
}
#top .top03 .topnews {
  padding: 10px;
  border-radius: 5px;
  background: url("../img/top/bg_news.png");
}
#top .top03 .topnews h3 {
  float: left;
}
#top .top03 .topnews h3 span {
  display: none;
}
#top .top03 .topnews h3 + p {
  float: right;
  width: 123px;
  height: 27px;
}
#top .top03 .topnews h3 + p a:hover {
  display: block;
}
#top .top03 .topnews dl {
  clear: both;
  padding: 10px 0 0 0;
  color: #fff;
}
#top .top03 .topnews dl dt {
  padding: 0 0 5px 0;
}
#top .top03 .topnews dl dt img {
  margin: 0 5px 0 0;
}
#top .top03 .topnews dl dd a {
  color: #fff;
  margin-right:3px;
}
#top .top03 .topnews dl dd a:hover, #top .top03 .topnews dl dd a:active {
  color: white;
  text-decoration: none;
}

#top .top04 {
  text-align: center;
  margin-bottom: 30px;
}
#top .top04 li {
  display: inline-block;
  margin: 5px;
}
#top .top04 a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* =================== Category parts =================== */
/* ------ サブメニュー ------ */
#course .submenu {
  height: 30px;
  background: #FFD86B;
  text-align: center;
}
#course .submenu ul li {
  display: inline;
  line-height: 30px;
  border-left: 1px solid #6c3e02;
}
#course .submenu ul li a {
  display: inline;
  padding: 0 12px;
  color: #6c3e02;
}
#course .submenu ul li a.current {
  font-weight: bold;
  text-decoration: none;
}
#course .submenu ul li:first-child {
  border: none;
}

#noise .submenu {
  height: 30px;
  background: #aceb81;
  text-align: center;
}
#noise .submenu ul li {
  display: inline;
  line-height: 30px;
  border-left: 1px solid #03714f;
}
#noise .submenu ul li a {
  display: inline;
  padding: 0 12px;
  color: #03714f;
}
#noise .submenu ul li a.current {
  font-weight: bold;
  text-decoration: none;
}
#noise .submenu ul li:first-child {
  border: none;
}

#water .submenu {
  height: 30px;
  background: #97e8e0;
  text-align: center;
}
#water .submenu ul li {
  display: inline;
  line-height: 30px;
  border-left: 1px solid #1a8dd6;
}
#water .submenu ul li a {
  display: inline;
  padding: 0 12px;
  color: #1a8dd6;
}
#water .submenu ul li a.current {
  font-weight: bold;
  text-decoration: none;
}
#water .submenu ul li:first-child {
  border: none;
}

#atm .submenu {
  height: 30px;
  background: #d7b3e5;
  text-align: center;
}
#atm .submenu ul li {
  display: inline;
  line-height: 30px;
  border-left: 1px solid #7e3ddf;
}
#atm .submenu ul li a {
  display: inline;
  padding: 0 12px;
  color: #7e3ddf;
}
#atm .submenu ul li a.current {
  font-weight: bold;
  text-decoration: none;
}
#atm .submenu ul li:first-child {
  border: none;
}

#map .submenu {
  height: 30px;
  background: #ffabbf;
  text-align: center;
}
#map .submenu ul li {
  display: inline;
  line-height: 30px;
  border-left: 1px solid #df3d95;
}
#map .submenu ul li a {
  display: inline;
  padding: 0 12px;
  color: #df3d95;
}
#map .submenu ul li a.current {
  font-weight: bold;
  text-decoration: none;
}
#map .submenu ul li:first-child {
  border: none;
}

/* ------ ぱんくず ------ */
.index .pan {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_pan.png");
}

.pan ul {
  padding: 7px 10px;
  font-size: 0.9em;
}
.pan ul li {
  display: inline-block;
}
.pan ul li a {
  color: #333;
}
.pan ul li a:hover, .pan ul li a:active {
  color: #4d4d4d;
  text-decoration: none;
}
.pan ul li:before {
  content: ">";
  display: inline-block;
  width: 0.9em;
  margin: 0 5px 0 10px;
}
.pan ul li:first-child:before {
  content: none;
  padding: 0;
}

/* ------ title(section > h1 & h2 & h3 & h4) ------ */

.section h4{
  font-size: 1.1em;
}

#course .section h1 {
  margin: 0 0 25px 0;
  padding: 3px 0 3px 15px;
  outline: 1px #d0d0d0 solid;
  border-left: 15px solid #FFD86B;
  color: #4d4d4d;
  font-size: 1.8em;
  line-height: 1.8em;
}
#course .section h2,
#course .section02 h2 {
  margin: 0 0 20px 0;
  padding: 3px 0 0 1.0em;
  border-bottom: 1px #7f7f7f solid;
  font-size: 1.5em;
  font-weight: normal;
}
#course .section h2:before,
#course .section02 h2:before {
  content: "";
  display: inline-block;
  margin: 0 5px 0 -1.0em;
  width: 0.8em;
  height: 0.8em;
  background: #FFD86B;
}
#course .section h3{
  font-size: 1.3em;
}

#noise .section h1 {
  margin: 0 0 25px 0;
  padding: 3px 0 3px 15px;
  outline: 1px #d0d0d0 solid;
  border-left: 15px solid #aceb81;
  color: #4d4d4d;
  font-size: 1.8em;
  line-height: 1.8em;
}
#noise .section h2,
#noise .section02 h2 {
  margin: 0 0 20px 0;
  padding: 3px 0 0 1.0em;
  border-bottom: 1px #7f7f7f solid;
  font-size: 1.5em;
  font-weight: normal;
}
#noise .section h2:before,
#noise .section02 h2:before {
  content: "";
  display: inline-block;
  margin: 0 5px 0 -1.0em;
  width: 0.8em;
  height: 0.8em;
  background: #a4d66e;
}
.noise_valuation .section h3{
  color: #a4d66e;
  font-size: 1.3em;
}
#water .section h1 {
  margin: 0 0 25px 0;
  padding: 3px 0 3px 15px;
  outline: 1px #d0d0d0 solid;
  border-left: 15px solid #97e8e0;
  color: #4d4d4d;
  font-size: 1.8em;
  line-height: 1.8em;
}

#water .section h2,
#water .section02 h2 {
  margin: 0 0 20px 0;
  padding: 3px 0 0 1.0em;
  border-bottom: 1px #7f7f7f solid;
  font-size: 1.5em;
  font-weight: normal;
}
#water .section h2:before,
#water .section02 h2:before {
  content: "";
  display: inline-block;
  margin: 0 5px 0 -1.0em;
  width: 0.8em;
  height: 0.8em;
  background: #6ed6cb;
}

#atm .section h1 {
  margin: 0 0 25px 0;
  padding: 3px 0 3px 15px;
  outline: 1px #d0d0d0 solid;
  border-left: 15px solid #d7b3e5;
  color: #4d4d4d;
  font-size: 1.8em;
  line-height: 1.8em;
}

#atm .section h2,
#atm .section02 h2 {
  margin: 0 0 20px 0;
  padding: 3px 0 0 1.0em;
  border-bottom: 1px #7f7f7f solid;
  font-size: 1.5em;
  font-weight: normal;
}
#atm .section h2:before,
#atm .section02 h2:before {
  content: "";
  display: inline-block;
  margin: 0 5px 0 -1.0em;
  width: 0.8em;
  height: 0.8em;
  background: #b07add;
}

#map .section h1 {
  margin: 0 0 25px 0;
  padding: 3px 0 3px 15px;
  outline: 1px #d0d0d0 solid;
  border-left: 15px solid #ffabbf;
  color: #4d4d4d;
  font-size: 1.8em;
  line-height: 1.8em;
}

#map .section h2,
#map .section02 h2 {
  margin: 0 0 20px 0;
  padding: 3px 0 0 1.0em;
  border-bottom: 1px #7f7f7f solid;
  font-size: 1.5em;
  font-weight: normal;
}
#map .section h2:before,
#map .section02 h2:before {
  content: "";
  display: inline-block;
  margin: 0 5px 0 -1.0em;
  width: 0.8em;
  height: 0.8em;
  background: #ed8ca3;
}

/* ------ title(#other > section > h1 & h2) ------ */
#other .section h1 {
  margin: 0 0 25px 0;
  padding: 3px 0 3px 15px;
  outline: 1px #d0d0d0 solid;
  border-left: 15px solid #dfdfdf;
  color: #4d4d4d;
  font-size: 1.8em;
  line-height: 1.8em;
}
#other .section h2,
#other .section02 h2 {
  margin: 0 0 20px 0;
  padding: 3px 0;
  border-bottom: 1px #7f7f7f solid;
  font-size: 1.5em;
  font-weight: normal;
}

/* ------ title(#information > h1 & h2  / #map > h1) ------ */
#information h1 {
  padding: 3px 0 3px 15px;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.5em;
  background: #ffb888;
  color: #935b24;
}

#map h1 {
  padding: 3px 0 3px 15px;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.5em;
  background: #ffabbf;
  color: #b62986;
}

#information h2 {
  margin: 0 0 25px 0;
  padding: 3px 0 3px 15px;
  outline: 1px #d0d0d0 solid;
  border-left: 15px solid #ffb888;
  color: #4d4d4d;
  font-size: 1.8em;
  line-height: 1.8em;
}

/* ------ マップ,グラフ------ */
.map_menu {
  margin: 0 0 20px 0;
  padding: 0 10px;
}
.map_menu p {
  float: left;
  width: 80%;
}
.map_menu ul {
  float: right;
  width: 20%;
}
.map_menu ul li {
  display: inline-block;
  margin: 5px 0 0 10px;
}

#noise .index + .section .map_menu p {
  width: 100%;
}

@media (min-width: 951px) {
  .map_menu li:first-child {
    display: none;
  }
}
@media (max-width: 950px) {
  .map_menu p {
    float: none;
    width: auto;
  }
  .map_menu ul {
    width: auto;
  }
  .map_menu ul li:nth-child(2) {
    display: none;
  }

  #noise .graph_area + .map_menu {
    border-bottom: 3px solid #aceb82;
    padding: 10px 0;
    text-align: center;
  }

  #water .graph_area + .map_menu {
    border-bottom: 3px solid #89e5db;
    padding: 10px 0;
    text-align: center;
  }

  #atm .graph_area + .map_menu {
    border-bottom: 3px solid #d1acdf;
    padding: 10px 0;
    text-align: center;
  }
}
/* 検索box */
.search {
  margin: 0 0 10px 0;
}
.search input[type="text"] {
  width: 80%;
  padding: 5px;
  border: 1px #666 solid;
}
.search button {
  width: 18%;
  margin: 0 0 0 5px;
  padding: 5px 10px;
  background: #56b5e3;
  color: #fff;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
.search button:hover {
  background: #66c3ec;
}

/* 騒音レベルマップ */
.noise_map .clock {
  height: 20px;
  width: 10em;
}

.hanrei {
  float: right;
  height: 64px;
}

/* マップ */
#noise .section03 .map {
  border: 3px solid #aceb82;
}

#water .section03 .map {
  border: 3px solid #89e5db;
}

#atm .section03 .map {
  border: 3px solid #d1acdf;
}

/* マップの高さを指定 */
#map_canvas {
  width: 100%;
  height: 732px;
  margin: 0 0 10px 0;
}

@media (max-width: 951px) {
  #map_canvas {
    height: 300px;
  }
}
/* マップの周りの余白調整 */
@media (min-width: 951px) {
  .map_wrapper {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 950px) {
  .map_wrapper {
    margin: 0 20px 10px 20px;
  }
  .search {
    margin: 0 20px 10px 20px;
  }
  .map_center {
    margin: 0 20px 5px 20px;
  }
}
/* マップコントローラ調整 */
#map_canvas img {
  max-width: none;
}

/* マップリセットボタン */
.map_center {
  margin-bottom:5px;
}
.map_center button {
  padding: 3px;
  border: 1px solid #a0a0a0;
  background: #dcdcdc;
  border-radius: 3px;
  cursor: pointer;
}
.map_center button:hover {
  background: #eee;
}

/* 測定局一覧、グラフ */

#gname_list {
  margin: 0 0 20px 0;
  position: relative;
}
#gname_list .inner {
  overflow-y: scroll;
  height: 173px;
}
#gname_list .inner table thead th {
  position: sticky;
  top: 0px;
  left: 0px;
}


#course  select {
  padding: 5px;
  color: #000000;
  border: 2px solid #dc9305;
}
#course #type_list {
  margin-top: 20px;
  margin-left: 10px;
}

#course #date_list_area {
  display: flex;
  justify-content: flex-end;
}

@media screen and (min-width: 951px) {
  #course #graph_area {
    height:480px;
  }
}

#noise #gname_list table {
  display: inline-table;
  width: 100%;
  border-collapse: collapse;
}
#noise #gname_list table tr:nth-child(2n+0) {
  background: #f6f6f6;
}
#noise #gname_list table tr.current {
  background: #fff1b8 !important;
}
#noise #gname_list table th {
  padding: 3px 5px;
  text-align: center;
  background: #aceb82;
  color: #03714f;
  width:0px;
  border-right: solid 3px;
  border-bottom: solid 2px;
  border-color:#FFFFFF;
}

#noise #gname_list table td {
  padding-left: 5px;
  padding-top: 3px;
  border-right: solid 3px;
  border-bottom: solid 2px;
  border-color:#FFFFFF;
  text-decoration:underline;
}

#noise #gname_list table td a {
  cursor : pointer;
}

#noise .static_table {
  margin:0 0 20px 0;
}
#noise .static_table table tr:nth-child(2n+0) {
  background: #f6f6f6;
}
#noise .static_table table th {
  padding: 3px 5px;
  text-align: center;
  background: #aceb82;
  color: #03714f;
}
#noise .static_table table td {
  padding-left: 5px;
  padding-top: 3px;
}

#noise .graph_title {
  text-align: center;
  margin: 0 0 10px 0;
}
#noise .graph_title p {
  padding: 0 0 5px 0;
  color: #03714f;
  font-size: 1.2em;
  font-weight: bold;
}

#noise .graph_tab ul {
  display: table;
  width: 100%;
  cursor : pointer;
}
#noise .graph_tab ul li {
  display: table-cell;
  background: #ccf3b4;
  border-left: 1px solid #aceb82;
  text-align: center;
  vertical-align: middle;
}
#noise .graph_tab ul li.current {
  background: #aceb82;
}
#noise .graph_tab ul li:first-child {
  border-left: none;
}
#noise .graph_tab ul li a {
  display: block;
  color: #03714f;
  text-decoration: none;
  padding: 5px;
}

#noise .graph_area {
  padding: 5px;
  border: 3px solid #aceb82;
}
#noise .graph_area .type {
  padding: 5px 10px;
  color: #03714f;
}
#noise .graph_area .type select {
  padding: 5px;
  color: #03714f;
  border: 2px solid #aceb82;
}
#noise .graph_area .type > p {
  margin: 5px;
}
#noise .graph_area .type .btn {
  padding: 5px;
  border: 1px solid #a0a0a0;
  background: #dcdcdc;
  border-radius: 3px;
  text-decoration: none;
}
#noise .graph_area .type .btn:hover {
  background: #eee;
}
#noise .graph_area .graph {
  clear: both;
}
#noise .graph_area .annotate {
  margin: 10px;
  padding: 5px;
  border: 1px solid #7d7d7d;
}

.graph_area + .graph_area {
  margin: 20px 0 0  0;
}

#water #gname_list table {
  width: 100%;
}
#water #gname_list table tr:nth-child(2n+0) {
  background: #f6f6f6;
}
#water #gname_list table tr.current {
  background: #fff1b8 !important;
}
#water #gname_list table th {
  padding: 3px 5px;
  text-align: center;
  background: #89e5db;
  color: #1a8dd6;
}
#water #gname_list table td {
  padding-left: 5px;
  padding-top: 3px;
  border-right: solid 3px;
  border-bottom: solid 2px;
  border-color:#FFFFFF;
  text-decoration:underline;
}
#water #gname_list table td a {
  cursor : pointer;
}

#water #gname_list table td.type {
  width: 18%;
  text-decoration: none;
  cursor : default;
}

#water .graph_title {
  text-align: center;
  margin: 0 0 10px 0;
}
#water .graph_title p {
  padding: 0 0 5px 0;
  color: #1a8dd6;
  font-size: 1.2em;
  font-weight: bold;
}

#water .graph_tab ul {
  display: table;
  width: 100%;
  cursor : pointer;
}
#water .graph_tab ul li {
  display: table-cell;
  background: #dcf9f6;
  border-left: 1px solid #89e5db;
  text-align: center;
  vertical-align: middle;
}
#water .graph_tab ul li.current {
  background: #89e5db;
}
#water .graph_tab ul li:first-child {
  border-left: none;
}
#water .graph_tab ul li a {
  display: block;
  color: #1a8dd6;
  text-decoration: none;
  padding: 5px;
}

#water .graph_area {
  padding: 5px;
  border: 3px solid #89e5db;
}
#water .graph_area .type {
  padding: 5px 10px;
  color: #1a8dd6;
}
#water .graph_area .type select {
  padding: 5px;
  color: #1a8dd6;
  border: 2px solid #89e5db;
}
#water .graph_area .type > p {
  margin: 5px;
}
#water .graph_area .type .btn {
  padding: 5px;
  border: 1px solid #a0a0a0;
  background: #dcdcdc;
  border-radius: 3px;
  text-decoration: none;
  cursor : pointer;
}
#water .graph_area .type .btn:hover {
  background: #eee;
}
#water .graph_area .graph {
  clear: both;
}
#water .graph_area .annotate {
  margin: 10px;
  padding: 5px;
  border: 1px solid #7d7d7d;
}

#water #item_list {
  float: left;
}

#water .item_tooltip {
  float: left;
  margin-top: 5px;
  margin-left: 5px;
}
#water .item_tooltip a{
  padding-left: 20px;
}

#water #item_description {
    border: 3px solid;
    border-color: #89e5db;
    display: inline-block;
    visibility:hidden;
    position: absolute;
    padding: 10px;
    font-size: 14px;
    line-height: 1.6em;
    color: #000;
    border-radius: 5px;
    background: #fff;
    width: 190px;
    margin-top: 20px;
    margin-left: -160px;
    opacity: 0;
    transition-property: opacity visibility;
    transition-duration: 0.2s;
}

#water .item_tooltip:hover #item_description{
    visibility:visible;
    opacity: 0.95;
}



.graph_area + .graph_area {
  margin: 20px 0 0  0;
}

#atm #gname_list table {
  width: 100%;
}
#atm #gname_list table tr:nth-child(2n+0) {
  background: #f6f6f6;
}
#atm #gname_list table tr.current {
  background: #fff1b8 !important;
}
#atm #gname_list table th {
  padding: 3px 5px;
  text-align: center;
  background: #d1acdf;
  color: #7e3ddf;
}
#atm #gname_list table td {
  padding-left: 5px;
  padding-top: 3px;
  border-right: solid 3px;
  border-bottom: solid 2px;
  border-color:#FFFFFF;
  text-decoration:underline;
}
#atm #gname_list table td a {
  cursor : pointer;
}

#atm .graph_title {
  text-align: center;
  margin: 0 0 10px 0;
}
#atm .graph_title p {
  padding: 0 0 5px 0;
  color: #7e3ddf;
  font-size: 1.2em;
  font-weight: bold;
}

#atm .graph_tab ul {
  display: table;
  width: 100%;
  cursor : pointer;
}
#atm .graph_tab ul li {
  display: table-cell;
  background: #e7d2f1;
  border-left: 1px solid #d1acdf;
  text-align: center;
  vertical-align: middle;
}
#atm .graph_tab ul li.current {
  background: #d1acdf;
}
#atm .graph_tab ul li:first-child {
  border-left: none;
}
#atm .graph_tab ul li a {
  display: block;
  color: #7e3ddf;
  text-decoration: none;
  padding: 5px;
}

#atm .graph_area {
  padding: 5px;
  border: 3px solid #d1acdf;
}
#atm .graph_area .type {
  padding: 5px 10px;
  color: #7e3ddf;
}
#atm .graph_area .type select {
  padding: 5px;
  color: #7e3ddf;
  border: 2px solid #d1acdf;
}
#atm .graph_area .type > p {
  margin: 5px;
}
#atm .graph_area .type .btn {
  padding: 5px;
  border: 1px solid #a0a0a0;
  background: #dcdcdc;
  border-radius: 3px;
  text-decoration: none;
  cursor : pointer;
}
#atm .graph_area .type .btn:hover {
  background: #eee;
}
#atm .graph_area .graph {
  clear: both;
}
#atm .graph_area .annotate {
  margin: 10px;
  padding: 5px;
  border: 1px solid #7d7d7d;
}

#atm #item_list {
  float: left;
}

#atm .item_tooltip {
  float: left;
  margin-top: 5px;
  margin-left: 5px;
}
#atm .item_tooltip a{
  padding-left: 20px;
}

#atm #item_description {
    border: 3px solid;
    border-color: #d1acdf;
    display: inline-block;
    visibility:hidden;
    position: absolute;
    padding: 10px;
    font-size: 14px;
    line-height: 1.6em;
    color: #000;
    border-radius: 5px;
    background: #fff;
    width: 205px;
    margin-top: 20px;
    margin-left: -160px;
    opacity: 0;
    transition-property: opacity visibility;
    transition-duration: 0.2s;
}

#atm .item_tooltip:hover #item_description{
    visibility:visible;
    opacity: 0.95;
}


.graph_area + .graph_area {
  margin: 20px 0 0  0;
}


/* グラフ高さ、文字サイズ調整 */
#Yaxis, #Yaxis2 {
  position: absolute;
  font-size: 12px;
}

/* 凡例 */
#ledgendholder table td.legendLabel{
  padding: 0 10px 0 0;
}

#graph {
  width: 100%;
  height: 280px;
  font-size: 10.5px;
}

/* グラフ下の表調整 */
.graph_view {
  margin-top: 10px;
  overflow: auto;
  text-align: center;
  font-size: 10.5px;
}

.graph_view table {
  border-collapse: collapse;
  width: 100%;
}

.graph_view table, .graph_view table th, .graph_view table td {
  border: 1px solid #ccc;
  padding: 5px;
}

/* マップ情報ウィンドウ縦スクロールバーが出ないよう調整 */
.gm-style-iw {
  overflow: hidden !important;
}

.gm-style-iw div {
  overflow: hidden !important;
}


/* ------ 測定項目(水質,大気質) ------ */
.item {
  padding: 0 20px 20px 20px;
}
.item ul {
  padding: 10px 10px 5px 10px;
  outline: 1px #c7c7c7 solid;
  border: 4px #fff solid;
  background: #f7f7f7;
}
.item li {
  display: inline-block;
  margin: 0 10px 5px 0;
}
.item li a {
  padding: 0 0 1px 18px;
  background: url("../img/ico_item.png") no-repeat 0 0;
}
.item li a:hover {
  background: url("../img/ico_item_hover.png") no-repeat 0 0;
}

.itemlist {
  padding: 0 20px;
}
.itemlist dl {
  margin: 0 0 20px 0;
  border: 3px #e7e7e7 solid;
}
.itemlist dd {
  padding: 10px;
}
.itemlist .link {
  padding: 10px 0 0 0;
  text-align: right;
}
.itemlist .anchortop {
  margin: 0 0 0 15px;
  padding: 0 0 0 10px;
  cursor: pointer;
  text-decoration: underline;
  background: url("../img/bg_anchortop.png") no-repeat 0 0.5em;
}

#atm dt {
  background: #efd6fb;
  border-bottom: 1px #d9bef0 solid;
  padding: 5px 10px;
  font-size: 1.2em;
}

#water dt {
  background: #d6fbf7;
  border-bottom: 1px #bef0eb solid;
  padding: 5px 10px;
  font-size: 1.2em;
}

/* ------ コラム ------ */
.column {
  border-collapse: collapse;
  border: 1px #797979 solid;
}
.column caption {
  font-weight: bold;
  white-space: nowrap;
}
.column tr, .column th, .column td {
  padding: 7px 15px;
  border: 1px #797979 solid;
}
.column th {
  background: #eee;
  font-weight: normal;
}

/* ------ 航跡 ------ */
a.btn_course {
  padding: 5px 10px;
  border: 1px solid #dc9305;
  background: #f7af13;
  border-radius: 7px;
  text-decoration: none;
  color: #fff;
  white-space:nowrap;
}
a.btn_course:hover {
  background: #fab725;
  color: #fff;
}

@media (min-width: 769px) {
  #course .tabcell{
    display: table-cell;
    vertical-align: top;
  }
}



/* ------ お知らせ ------ */
#information table {
  width: 100%;
  margin: 0 0 20px 0;
  border-collapse: collapse;
}
#information table tr {
  padding: 0;
}
#information table tr:nth-child(2n+0) {
  background: #f6f6f6;
}
#information table tr:first-child td {
  border-top: none;
}
#information table td {
  padding: 10px 0;
  border-top: 1px #dcdcdc solid;
}
#information table td div {
  margin: 0 auto;
}
#information table td span {
  display: block;
  margin: 0 0 10px 0;
  font-size: 0.9em;
}
#information table td span img {
  margin: 0 5px 0 0;
}
#information .pegenavi {
  display: table;
  margin: 0 auto 20px auto;
}
#information .pegenavi li {
  display: table-cell;
  padding: 0 5px;
}
#information .pegenavi li.current {
  color: #ed6e24;
  font-weight: bold;
}
#information dl {
  margin: 0 0 20px 0;
  border: 2px solid #d0d0d0;
  border-radius: 7px;
}
#information dl dt {
  padding: 10px 10px 0 0;
  text-align: right;
}
#information dl dd {
  padding: 10px;
}
#information dl dd + dd {
  border-top: 1px dotted #999;
}
#information dl + p {
  text-align: center;
}

/* お知らせ詳細内HTMLタグ対応用 */
#information dl dd h1{
  background: none;
  text-align: left;
  font-size: 30px;
  color: #333;
  padding-left:0 !important;
}
#information dl dd h2{
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  border: none;
  outline: none;
}
#information dl dd h3{
  font-size: 20px;
}
#information dl dd dl{
  border: none;
  margin-bottom: 0 !important;
}
#information dl dd dl dt{
  text-align: left;
  padding: 0!important;
}
#information dl dd dl dd{
  padding: 5px 10px !important;
}
#information dl dd ul{
  list-style-type: disc;
  margin-left: 20px;
}
#information dl dd ol{
  list-style-type: decimal;
  margin-left: 20px;
}

@media (min-width: 951px) {
  #information table {
    border-top: 1px solid #e9eae8;
  }
  #information table td div {
    width: 80%;
  }
}
@media (max-width: 950px) {
  #information table td div {
    padding: 0 20px;
  }
}
/* ------ マップの使い方 ------ */
#map .section02 img {
  padding: 10px;
  border: 2px #e3e3e3 solid;
  border-radius: 4px;
}

/* ------ アイコン付リンク ------ */
a[href$=".pdf"], .pdf {
  display: inline-block;
  padding-right: 22px;
  background: url("../img/ico_pdf.png") no-repeat right center;
  height: 30px;
}

.help {
  padding: 1px 0 5px 18px;
  background: url("../img/ico_help.png") no-repeat 0 0;
}

.clock {
  padding: 1px 0 5px 18px;
  background: url("../img/ico_clock.png") no-repeat 0 0;
}

/* ------ 404 & error------ */
.attention {
  margin: 0 10px 20px 10px;
  padding: 15px;
  border: 2px #f87878 solid;
  border-radius: 4px;
  text-align: center;
  color: #ed7777;
}
.error {
  color: #f87878;
}
.red {
  color: #f87878;
}

/* ------ 静的ページテーブル ------ */
.static_table {
  height: auto !important;
  overflow: auto;
  padding-top: 0px !important;
}
.static_table table {
  overflow-x: scroll;
  margin: 0 auto;
}
.width550 {
  width: 550px !important;
}

.static_table02 table {
  border-collapse: separate;
  border-spacing: 1px;
  margin: 0 auto;
  width: 70%;
}
.static_table02 table tr:nth-child(2n+0) {
  background: #f6f6f6;
}
.static_table02 table td {
  padding: 4px 5px;
  border-top: 1px #e7e7e7 solid;
}
.static_table02 table tr:first-child td {
  border-top: none;
}
.static_table02 table td span{
  display: inline;
}
.static_table02 table tr td:first-child span:before{
  content: "/";
  display: inline-block;
  padding: 0 5px;
}
.static_table02 table tr td:first-child span:first-child:before{
  content: none;
}
@media (max-width: 768px) {
  .static_table02 table {
    width: 100% !important;
  }
  .static_table02 table tr td:first-child span {
    display: block;
  }
  .static_table02 table tr td:first-child span:before {
    content: none;
  }
}

/* ------ トップに戻る ------ */
.link_top {
  text-align: right;
}
.link_top .anchortop {
  margin: 0 0 0 15px;
  padding: 0 0 0 10px;
  cursor: pointer;
  text-decoration: underline;
  background: url("../img/bg_anchortop.png") no-repeat 0 0.5em;
}

/* ------ Android改行用 ------ */
@media (max-width: 768px) {
  .break span {
    display: block;
  }
}


/* =================== @media layout =================== */
/* メニューデザインの都合上, min-width:951pxで一部のレイアウト設定
--------------------------------------------------------------*/
@media screen and (min-width: 951px) {
  /* ------ #top トップページ ------ */
  #top #contents {
    max-width: 1200px;
    width: auto;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    position: ;
  }
  #top .top01, #top .top04 {
    float: right;
    width: 50%;
  }
  #top .top02, #top .top03 {
    float: left;
    width: 50%;
  }
  #top .top02 li, #top .top02 a {
    display: block;
    max-width: 194px;
    width: auto;
    max-height: 193px;
    height: auto;
  }
  #top .top02 .course {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 15.5%;
  }
  #top .top02 .noise {
    position: absolute;
    top: 18%;
    right: 0;
    bottom: 0;
    left: 30%;
  }
  #top .top02 .water {
    position: absolute;
    top: 36%;
    right: 0;
    bottom: 0;
    left: 15.5%;
  }
  #top .top02 .atm {
    position: absolute;
    top: 18%;
    right: 0;
    bottom: 0;
    left: 10px;
  }
  #top .top03, #top .top04 {
    margin: 180px 0 30px 0 !important;
  }
  #top .top04 {
    padding: 0 35px;
  }
}
/* メニューデザインの都合上, max-width:950pxで一部のレイアウト設定
--------------------------------------------------------------*/
@media screen and (max-width: 950px) {
  /* ------ #top トップページ ------ */
  #top #contents {
    margin: 0 25px;
  }
  #top #contents .top01 h1 {
    display: none;
  }
  #top #contents .top01 h2 {
    margin: 10px 0;
    padding: 0;
  }
  #top .top01 p {
    padding: 10px 0;
  }
  #top .top01 p img {
    max-width: 40px;
  }
  #top .top01 p span {
    width: 95%;
  }
  #top #contents .top02 ul {
    width: 100%;
  }
  #top #contents .top02 li, #top #contents .top02 a {
    display: inline-block;
    width: 48%;
    height: auto;
    text-align: center;
    margin: 0 0 10px 0;
  }
  #top #contents .top02 li img, #top #contents .top02 a img {
    width: 200%;
  }
  #top #contents .top03 {
    margin: 0 0 30px 0;
  }

  .submenu, .pan {
    display: none;
  }
}
/* 769px以上
-------------------------------------------------------- */
@media (min-width: 769px) {
  /* ------ カテゴリトップ ------ */
  .index {
    position: relative;
  }
  .index img.pc {
    max-width: 100%;
    height: auto;
    min-height: 235px;
  }
  .index img.sp {
    display: none;
  }
  .index h1 {
    z-index: 100;
  }
  .index h1 span {
    display: none;
  }
  .index h2 {
    padding: 15px;
    font-size: 15px;
    color: #FFF;
    z-index: 100;
  }

  #course .index h1 {
    position: absolute;
    top: 25px;
    right: 60px;
    bottom: auto;
    left: auto;
    width: 630px;
    height: 117px;
    background: url("../img/pc/bgh1_course.png") no-repeat;
  }
  #course .index h2 {
    position: absolute;
    top: 23px;
    right: 330px;
    bottom: auto;
    left: auto;
  }

  #noise .index h1 {
    position: absolute;
    top: 25px;
    right: 60px;
    bottom: auto;
    left: auto;
    width: 630px;
    height: 117px;
    background: url("../img/pc/bgh1_noise.png") no-repeat;
  }
  #noise .index h2 {
    position: absolute;
    top: 23px;
    right: 330px;
    bottom: auto;
    left: auto;
  }

  #water .index h1 {
    position: absolute;
    top: 120px;
    right: 0;
    bottom: 0;
    left: 60px;
    width: 520px;
    height: 116px;
    background: url("../img/pc/bgh1_water.png") no-repeat;
  }
  #water .index h2 {
    position: absolute;
    top: 155px;
    right: 0;
    bottom: 0;
    left: 180px;
  }

  #atm .index h1 {
    position: absolute;
    top: 120px;
    right: 0;
    bottom: 0;
    left: 60px;
    width: 520px;
    height: 116px;
    background: url("../img/pc/bgh1_atm.png") no-repeat;
  }
  #atm .index h2 {
    position: absolute;
    top: 155px;
    right: 0;
    bottom: 0;
    left: 190px;
  }
}
/* タブレット,スマホ用768px以下
-------------------------------------------------------- */
@media (max-width: 768px) {
  /* ------ カテゴリトップ ------ */
  .index {
    position: relative;
  }
  .index img.pc {
    display: none;
  }
  .index img.sp {
    position: relative;
    width: 100%;
  }
  .index h1 {
    z-index: 100;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .index h1 span {
    display: none;
  }
  .index h2 {
    text-shadow: #333 1px 1px 0px, #333 -1px 1px 0px, #333 1px -1px 0px, #333 -1px -1px 0px;
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    padding: 15px;
    font-size: 1.5em;
    color: #FFF;
    z-index: 100;
  }
  .index h2 br {
    display: none;
  }

  #course .index h1 {
    background: url("../img/sp/bgh1_course.png") no-repeat;
    background-size: 100% auto;
  }

  #noise .index h1 {
    background: url("../img/sp/bgh1_noise.png") no-repeat;
    background-size: 100% auto;
  }

  #water .index h1 {
    background: url("../img/sp/bgh1_water.png") no-repeat;
    background-size: 100% auto;
  }

  #atm .index h1 {
    background: url("../img/sp/bgh1_atm.png") no-repeat;
    background-size: 100% auto;
  }
  
  .hanrei {
    float: none;
  }
  .hanrei img {
    margin: 5px 0;
  }
  
  #gname_list {
    margin:0 15px 20px 15px !important;
  }
}




