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

}
footer {
     background-color: black;
     color: white;
     height: 34px;
     line-height: 34px;
     text-align: center;
     margin: 0;
}
header {
     background-color: black;
     color: white;
     height:40px;
     line-height: 40px;
     text-align: center;
     padding: 0;
}
nav {
     background: lightblue;
     color: white;
     display: block;
     height: 30px;
     line-height: 30px;
     padding: 0px;
     text-decoration: none;
}
ul#Nav001 li {
    display: inline-block;
     font-size: 13px;
     list-style: none;
}

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;
}
ul li{
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
}
#area li,#pref li{
  width:60px;
  padding: 10px;
  text-align: center;
  color:white;
  margin-left: 10px;
  border-color: rgb(18, 152, 209);
  border-radius: 2px;
}
#area li.on{
  background-color: rgb(18, 152, 209);
}
#area li.off{
  background-color: rgb(182, 216, 231);
}
#pref li.on{
  background-color: rgb(93, 201, 107);
}
#pref li.off{
  background-color: rgb(174, 238, 173);
}
#prefname{
  text-align: center;
  font-weight: bold;
  color:darkblue;
}
table {
    border-collapse: collapse;

}
#tablearea{
  overflow-y: scroll;
  height: 200px;
  width:80%;
  margin: 0 auto;
}
table tr:nth-child(odd) td {
    background: #f2f2f2;
}
table tr td,table tr th{
  padding: 5px;
  font-size: 12px;
}
table tbody tr:hover{
  font-weight: bold;
}
.f2f2f2{
    background: #f2f2f2;
}
 .bold{
   font-weight: bold;
 }
 .bskyblue{
   background-color: skyblue;
   color:white;
   font-size: 10px;
   width:80px;
   text-align: center;
   display: inline-block;
 }
 .btomato{
   background-color: tomato;
   color:white;
   font-size: 10px;
 width:80px;
 text-align: center;
 display: inline-block;

 }
 .green{
   color:green;
 }
 .lightgreen{
   color:lightgreen;
 }
 .red{
   color:red;
 }
 .blue{
   color:blue;
 }
 .tomato{
   color:tomato;
 }
 .purple{
   color:purple;
 }
 .black{
   color:black;
 }
 .backgreen{
   background-color: rgb(225, 244, 195)
 }
 .center{
   text-align: center;
 }
  tr th{
   text-align: center;
 }
 tbody tr{
   cursor: pointer;
 }
.xsmall{
  font-size: 12px;
}
.zsmall{
  font-size: 11px;
  color:green;
}

.right{
  text-align: right;
}
caption{
  color:blue;
  font-size: 12px;
}
section {
     background-color: white;
     margin: 0 auto;
     padding-left: 90px;
     padding-right: 20px;
     padding-top:10px ;
     text-align: left;
     color:darkblue;
     min-height: 500px;
}
.menu{
  margin-left: 150px;
}
h4{
  text-align: center;
}
.fare{
  margin-left: 150px;
    font-size: 12px;
    color:green;
}
.CanvasArea{
  /*width:100%;*/
  /*height:100%;*/
  float:left;
  margin-right: 30px;
}
#maegaki,#joukoukyaku,#charttitle,#maparea p,#kaisetsu{
  font-size: 16px;
  line-height: 1.7em;
}
.totop{
  text-decoration: none;
  color:blue;
}
#toppic{
  float: left;
  width:250px;
  margin-right: 20px;
}

ol#timeline{
  overflow-y: scroll;
  /*overflow-x: scroll;*/
  height: 250px;
  width:80%;
  list-style: none;
}

  ol::-webkit-scrollbar{
    width: 15px;
  }
  ol::-webkit-scrollbar-track{
    /*background: #fff;*/
    background: skyblue;
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 0 2px #777;
  }
  ol::-webkit-scrollbar-thumb{
    /*background: #aaa;*/
    background: blue;
    border-radius: 10px;
    box-shadow: none;
  }



#history1{
  text-align: center;
}
ul#history1 li{
  display: inline-block;
  border-radius: 50%;
  font-size: 20px;
  color:white;
  vertical-align: middle;
  width :180px;
  height:40px;
  line-height: 40px;
  text-align: center;
}

ul#history1 li.on{
  background: radial-gradient(blue, skyblue);
}
ul#history1 li.off{
  background: radial-gradient(rgb(9, 157, 33), rgb(160, 241, 171));
}

#historyContents0,#historyContents1,#historyContents2 {
  opacity: 0;
  transition: .7s;
  height:0px;
  /*margin-top: 60px;*/
}
#historyContents0.showUp,#historyContents1.showUp ,#historyContents2.showUp {
  opacity: 1;
  margin-top: 0;
  /*height:150px;*/
  /*background: radial-gradient(rgb(213, 243, 246),skyblue);*/
  background: radial-gradient(rgb(216, 230, 240) 35%,skyblue);
  border-radius: 20px;
  padding:2px 20px;
}
#historyContents0.showUp{
   height:150px;
}
#historyContents1.showUp{
   height:180px;
}
#historyContents2.showUp{
   height:260px;
}

/*#historyContents2.showUp {
  opacity: 1;
  margin-top: 0;
  height:260px;
  /*background: radial-gradient(rgb(213, 243, 246),skyblue);*/
  background: radial-gradient(rgb(216, 230, 240) 35%,skyblue);
  border-radius: 20px;
  padding:2px 20px;
}*/
