.center{
  text-align: center;
}
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-left: 5px;
       padding-right: 5px;
       padding-top:1px ;
       text-align:left;
       /*min-height:800px;*/
       color:darkblue;
  }

header,footer {
     background-color: black;
     color: white;
     height: 40px;
     line-height: 40px;
     text-align: center;
     font-size: 1.2em;
}
header h3 {
     margin: 0px auto;
     text-align: center;
     color: white;
}
h2{
  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;
}

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:80%;
    margin-left:10px;
}

.blue{
   color:blue;
   }
.tomato{
  color:tomato;
  font-weight: bold;
}
.green{
    color:green;
 }
.darkgreen{
  color:darkgreen;
}
.red{
    color:red;
    }
.orange{
  color:orange;
}
.bgyellow{
  background-color: yellow;
}
.bgred{
  color:white;
  background-color: red;
}
.center{
   text-align :center;
 }
.right{
  text-align: right;
}

.bold{
   font-weight:bold;
  }

.small{
  font-size:x-small;
  text-align: center;
  color:darkgreen;
}
#maegaki{
  margin:0 50px;
  text-align: left;
  font-size: 1.3em;
  line-height: 2em;
  padding:2px;
  }
.setsumei{
  font-size: 1.3em;
  line-height: 1.7em;
  margin-left: 20px;
}
#pic{
  float: left;
  margin: 2px;
}
abbr{
  cursor: pointer;
}
thead tr th{
  /*background-color: rgb(92, 145, 17);*/
  background-color: rgb(117, 188, 218);
  color:white;
}
table tr td,table tr th{
  padding: 5px;
  font-size: 12px;
}
tbody tr:nth-child(odd) {
    /*background: #e6f0cb;*/
    background: rgba(84, 97, 231, 0.17);
}
tbody tr:nth-child(even) {
    background: white;
}
table tbody tr:hover{
  font-weight: bold;
}
table {
  border-collapse: collapse;
  color : darkblue;
}
table tr td,table tr th{
  padding: 5px;
  font-size: 1.2em;
   border: solid 1px;
}
#t1{
  margin: auto;
}
#tbl_kensaku{
  overflow-y: scroll;
  display: none;

}
caption{
  font-size: 1.8em;
  color:darkblue;
  font-weight: bold;
}
/*ul #menu {
  float: left;
  list-style: none;
  font-size: 1.3em;
  line-height: 1.5em;
}*/
#menu li a{
  text-decoration: none;
}

#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right:10%;
  bottom: 20px;
  opacity: 0.8;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #3f98ef;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}


label{
  font-weight: bold;
  color:darkgreen;
}
/*#flavertable.on{
opacity: 1;
 animation-duration: 1s;
 animation-name: fade-in;
 -moz-animation-duration: 1s;
 -moz-animation-name: fade-in;
 -webkit-animation-duration: 1s;
 -webkit-animation-name: fade-in;
}*/
@keyframes fade-in {
 0% {
   display: none;
   opacity: 0;
 }

 1% {
   display: block;
   opacity: 0;
 }

 100% {
   display: block;
   opacity: 1;
 }
}

@-moz-keyframes fade-in {
 0% {
   display: none;
   opacity: 0;
 }

 1% {
   display: block;
   opacity: 0;
 }

 100% {
   display: block;
   opacity: 1;
 }
}

@-webkit-keyframes fade-in {
 0% {
   display: none;
   opacity: 0;
 }
 1% {
   display: block;
   opacity: 0;
 }
 100% {
   display: block;
   opacity: 1;
 }
}

#comp_list li,#rtype li{
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  border : solid 1px darkblue;
  margin: 5px;
  cursor: pointer;
}
#bunrui{
  text-align: center;
}
#linelist li,#bunrui li{
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  border : solid 1px darkgreen;
  margin: 5px;
  cursor: pointer;
}
#mapid{
  margin: auto;
}
#warning1,#warning2{
  display: none;
}
p:first-child:first-letter {
  font-size: 2em;
  line-height: 35px;
  color: darkblue;
  float: left;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
}
#ChartAreaZ{
  width:50%;
  float:right;
  margin-right: 30px;
}
