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: darkgreen;
}

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;
}

#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right:10%;
  bottom: 0;
  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;
}

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;
   }
.tomato{
  color:tomato;
  font-weight: bold;
}
.green{
    color:green;
 }
.darkgreen{
  color:darkgreen;
}
.red{
    color:red;
    }
.orange{
  color:orange;
}
.center{
   text-align :center;
 }
.right{
  text-align: right;
}
.left{
  text-align: left;
  }
.mauto{
  margin: auto;
  text-align: center;
}
.bold{
   font-weight:bold;
  }

.small{
  font-size:x-small;
  text-align: center;
  color:darkgreen;
}
#maegaki{
  margin:10px 40px 10px 40px;
  text-align: left;
  font-size: 1.5em;
  line-height: 1.5em;
  padding:10px;
  }
#pic{
  float: left;
  margin: 10px;
}
#menu{
  float: left;
  list-style: none;
  font-size: 1.3em;
  line-height: 1.5em;
}
#menu li:nth-child(1),#menu li:nth-child(3){
   padding-left: 20px;
   background-size: 15px auto;
}
#menu li:nth-child(2),#menu li:nth-child(4){
   padding-left: 20px;
   background-size: 15px auto;
}
#menu li a{
  text-decoration: none;
}
.totop{
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  color:green;
}
label{
  font-weight: bold;
  color:darkgreen;
}
.floatleft{
  float:left;
  width:50%;
  margin: auto;
}
.font15{
  font-size: 1.3em;
}
#dotai_total_table{
  width: 100%;
  text-align: center;
}
  #nenkan_table,#sharyo_table,#pax_company_rank,#pax_route_rank,#sharyo_rank{
  overflow-y: scroll;
  height: 200px;
  width:100%;
  text-align: center;
}
table, th,td{
  border-collapse: collapse;
    border:1px solid #333;
    padding: 5px 10px;
}
caption{
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 5px;
  color:darkblue;
}
ul#area{
  text-align: left;
}
ul#area li{
  display: inline-block;
  padding: 5px 10px;
  margin: 4px;
  border-radius: 5px;
  color:white;
  cursor: pointer;
  font-size: 1.2em;
}
ul#area li.on{
  background-color: rgb(79, 31, 238);
}
ul#area li.off{
  background-color: rgb(36, 177, 177);
}
ul#company_bunrui li{
  font-size: 1.5em;
  display: inline-block;
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 5px;
  color:white;
  cursor: pointer;

}
ul#company_bunrui li.off{
  background-color: rgb(36, 177, 177);
}
ul#company_bunrui li.on{
  background-color: rgb(79, 31, 238);
}
.chartx{
  width:90%;
  text-align: center;
  margin-right: 10px;
  margin-left: 10px;
}
.chartz{
   margin:0px;
}
/*<div>で囲む*/
p:first-child:first-letter {
  font-size: 2em;
  line-height: 35px;
  color: darkblue;
  float: left;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
}
.fontbig2{
  font-size: 1em;
  margin: 0 1px;
}
.tesudoseisan,.nenpo{
  cursor: pointer;
}
#company_select{
  color:blue;
height:40px;
}
/* ///////////////////////////////  PCのスタイル ///////////////////////////////*/
@media all and (min-width: 1000px){
  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 {
    background-color: white;
    display: block;
    padding-left: 50px;
    padding-right: 50px;
    padding-top:10px ;
    text-align:left;
    min-height:800px;
    color:darkblue;
    margin: 0 auto;
  }

  #maegaki{
    margin:10px 40px 10px 40px;
    text-align: left;
    font-size: 1.5em;
    line-height: 1.5em;
    padding:10px;
  }
  #pic{
    float: left;
    margin: 10px 15px 10px 5px;
  }
  .chartx{
    width:35%;
    float:left;
    text-align: center;
  }
  .chartz{
     margin:0px 200px 0px 100px;
  }
  #dotai_total_table{
    width: 50%;
    text-align: center;
  }
  #nenkan_table,#sharyo_table,#pax_company_rank,#pax_route_rank,#sharyo_rank{
    overflow-y: scroll;
    height: 300px;
    width:48%;
    text-align: center;
  }
  #nenkan_table,#pax_company_rank{
    float: left;
  }
  ul#area li{
    display: inline-block;
    padding: 5px 10px;
    margin: 5px 7px;
    border-radius: 5px;
    color:white;
    cursor: pointer;
    font-size: 1.5em;
  }
  .fontbig2{
    font-size: 1.6em;
    margin: 0 50px;
  }
}
