html{width:100%;}
body {
     background: linear-gradient(to top, rgba(0,153,255,0.5), #009);
     background-color: black;
     font-size: 12px;
     font-family: "メイリオ"," Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", "Arial", "Verdana",             "sans-serif";
     margin: 0px auto;
     width:100%;
}

article {
       background-color: white;
       display: block;
       padding-top:10px ;
       text-align:left;
       height:auto !important;
       color:darkblue;
       width: 100%;
       position: absolute;
  }

footer {
     background-color: black;
     color: white;
     height: 34px;
     text-align: center;
     width:100%;
}

header {
     background-color: black;
     color: white;
     height: 40px;
     line-height: 40px;
     text-align: center;
     width:100%;
}
header h3 {
     margin: 0px auto;
     text-align: center;
     color: white;
}
h3{
  margin: 0px auto;
  text-align: center;
  color: darkblue;
}
nav {
     background: lightblue;
     color: white;
     display: block;
     height: 35px;
     line-height: 35px;
     padding: 0px;
     text-decoration: none;
     width: 100%;
}

nav ul, nav li {
    list-style-type:none;
     margin : 0px auto;
}

ul#Nav001 li {
     font-size: 13px;
     display: inline-block;
}

ul#Nav001 li a {
     background: url(../pic/yajirushi.gif) no-repeat 0px 0px;
     color: #666;
     height: 20px;
     margin-left: 17px;
     padding-left: 22px;
     padding-top: 2px;
     text-decoration: none;
}

ul#Nav001 li a:hover {
     background: url(../pic/yajirushi.gif) no-repeat 2px 0px;
     color: #F90;
}

hr {
      	border-top: 3px double #bbb;
      	border-color:pink;
     }

hr.short {
	border-top: 1px dotted #8c8b8b;
    border-color:green;
    width:60%;
    margin-left:10px;
}

.blue{
   color:blue;
   }

.green{
    color:green;
 }
.darkgreen{
  color:darkgreen;
}
.red{
    color:red;
    }
.white_bg{
background-color: white;
}
.another_color{
  background-color: rgba(210, 231, 241,0.5);
}
.colors0{
  color: hsl(0,100%,50%);
}
.colors30{
  color: hsl(30,100%,50%);
}
.colors60{
  color: hsl(60,100%,50%);
}
.colors90{
  color: hsl(90,100%,50%);
}
.colors120{
  color: hsl(120,100%,50%);
}
.colors150{
  color: hsl(150,100%,50%);
}
.colors180{
  color: hsl(180,100%,50%);
}
.colors210{
  color: hsl(210,100%,50%);
}
.colors240{
  color: hsl(240,100%,50%);
}
.circle{
  font-size: 2em;
}
.center{
   text-align :center;
 }
.right{
  text-align: right;
}

#menu {
    display: flex;
     margin: auto;
}
#menu li{
  margin-right: 10px;
  padding: 2px 10px;
  list-style: none;
  border: solid 1px;
  border-radius: 5px;
  font-size: 13px;
}
#menu li:hover{
  font-weight: bold;
  border: solid 2px;
  background-color: rgb(205, 222, 242);
}
#menu li a{
  text-decoration: none;
  cursor: pointer;
}
.bold{
   font-weight:bold;
  }

.small{
  font-size:x-small;
}

table {
  /* position: relative; */
  border-collapse: collapse;
  margin: 0 auto;
  color : darkblue;
  /* width: 100%; */
}
thead tr th{
  background-color: rgb(92, 145, 17);
  color:white;
  text-align: center;
}
table tr td,table tr th{
  padding: 5px;
  font-size: 12px;
}
td{
  text-align: left;
  padding:1px;
}
tbody tr:nth-child(odd) {
    background: #e6f0cb;
}
tbody tr:nth-child(even) {
    background: white;
}
table tbody tr:hover{
  font-weight: bold;
}

#ulmenu{
  float:left;
}
#ulmenu li{
  display: inline-block;
  cursor: pointer;
  padding:  2px;
  text-align: center;
  margin-right: 5px;
  border: 1px solid darkblue;
  border-radius: 5px;
  width:50px;
}
#ulmenu li.on{
  font-weight: bold;
  background-color: rgb(212, 242, 190);
}
#ulmenu li.off{
  font-weight: normal;
  background-color: white;
}

.totop{
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  color:green;
  z-index: 200;
}
label{
  font-weight: bold;
  color:darkgreen;
}
select{
  height:2em;
  border-color: darkgreen;
  border-radius: 5px;
  background-color: rgb(212, 242, 190);
  cursor: pointer;
}
#description{
  text-align: center;
}
#year_select{
  padding: 0 20px;
}
caption{
  font-size: 1.3em;
  color:blue;
  position: relative;
  top:-1px;
  font-weight: bold;
}
#container1{
  display: grid;
  grid-template-columns: 45% 45%;
  grid-template-rows: 45vh,40vh;
}
#container2{
  margin-left: 100px;
  display: grid;
  grid-template-columns:45% 45%;
  grid-template-rows: 45vh,40vh;
}
#container3{
  margin-left: 100px;
  display: grid;
  grid-template-columns:45% 45%;
  grid-template-rows: 45vh,40vh;
}
#container4{
  margin-left: 10px;
  display: grid;
  grid-template-columns:45% 45%;
  grid-template-rows: 60vh 60vh;
}
#container5{
  /* margin-left: 10px; */
  display: grid;
  grid-template-columns:50% 50%;
  grid-template-rows: 60vh;
}
#chart_area6,#chart_area7,#chart_area8,#chart_area9{
   height: 350px;
   overflow:scroll;
}
#chart_area10{
   height: 300px;
   overflow:scroll;
}

#chart_area11{
   margin-left: 50px;
}
#tbl_1{
  height:450px;
  overflow-y: scroll;
  margin-top: 20px;
}
/* #tbl_2 tr >*:nth-child(7),#tbl_2 tr >*:nth-child(8){
  display: none;
} */
#citytable_area{
  height:400px;
  overflow-y: scroll;
  margin-top: 10px;
  margin-left: 10px;
  /* width:50%; */
  /* margin: auto; */
}
#bsi{
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
}
/*-----------------------------------------------------------*/

.sticky_table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
/*-----------------------------------------------------------*/
#maegaki{
  margin:0 50px;
  text-align: left;
  font-size: 1.3em;
  line-height: 1.5em;
  padding:30px;
  }

.setsumei{
  font-size: 1.2em;
  line-height: 1.5em;
  margin-left: 200px;
  margin-right: 100px;
}
#pic{
  float: left;
  margin-right:20px;
  position: relative;
  /* top:100px; */
}
/*-----------------------------------------------------------*/

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right:200px;
    z-index: 200;
}
.pagetop a {
    display: block;
    background-color: #93f09a;
    text-align: center;
    color: green;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
    filter:alpha(opacity=50);
    -moz-opacity: 0.6;
    opacity:0.6;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
    filter:alpha(opacity=50);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
/*-----------------------------------------------------------*/
p.ff:first-child:first-letter {
  font-size: 2em;
  line-height: 35px;
  color: darkblue;
  float: left;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
}
/*--------------------------------------------*/
h4{
  text-align: center;
  font-size: 1.2em;
}
/* ///////////////////////////////  PCのスタイル ///////////////////////////////*/
@media all and (min-width: 1000px) {
  html { height: 100%; }
  body {
       background: linear-gradient(to top, rgba(0,153,255,0.5), #009);
       background-color: black;
       font-size: 12px;
       font-family: "メイリオ"," Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", "Arial", "Verdana",             "sans-serif";
       margin: 0px auto;
       width:80%;
  }
  article {
         position: relative;
         background-color: white;
         display: block;
         padding-top:10px ;
         text-align:left;
         height:auto !important;
         color:darkblue;
         min-height: 1000px;
    }
    footer {
         position: relative;
         background-color: black;
         color: white;
         height: 34px;
         line-height: 34px;
         text-align: center;
         width:100%;
         top:-10px;

    }

    header {
         background-color: black;
         color: white;
         height: 40px;
         line-height: 40px;
         text-align: center;
         width:100%;
    }
    table{
      margin-left: 3%;
      margin-right: 3%;
      width:94%;
    }

}
