.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;
}
h5{
  /* margin: 0px auto; */
  margin-top: 30px;
  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;
}

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;
   }
.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;
  text-align: left;
  font-size: 12px;
  line-height: 1.05em;
  /* line-height: 1.05em; */
  padding:2px;
  /* height: 500px; */
  }
#pic{
  float: left;
  margin-right: 30px ;
  margin-bottom: 30px ;
  position: relative;
  top:40px;

}
abbr{
  cursor: pointer;
}
#tablearea{
  overflow-y: scroll;
  height: 330px;
  width:65%;
  margin: 0 auto;
  font-size: 11px;
  padding-bottom: 20px;
}
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;
}
caption{
  font-size: 1.2em;
  color:darkblue;
  font-weight: bold;
}
#main_table{
  overflow-y: scroll;
  height:350px;
}
.sticky_table thead th {
  /* 縦スクロール時に固定する */
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /* tbody内のセルより手前に表示する */
  z-index: 1;
}
#menu {
  background-color: white;
  margin: auto;
  border: none;
  }
#menu tr{
  list-style: none;
  font-size: 1.3em;
  line-height: 1.5em;
  border: none;
  background-color: white;
}
#menu td{
  background-color: white;
  border: none;
}
#menu a{
  text-decoration: none;
}

#menu td:hover{
  font-weight: bold;
}
#menu tr:hover{
  font-weight: normal;
}



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


label{
  font-weight: bold;
  color:darkgreen;
}
@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;
 }
}
p:first-child:first-letter {
  font-size: 2em;
  line-height: 35px;
  color: darkblue;
  float: left;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
}
.description{
  font-size: 1.4em;
  line-height: 1.5em;
  margin : 10px 130px;
}
#list_sports li{
  display: inline-block;
  padding: 1px 5px;
  text-align: center;
  margin-right: 5px;
  border-collapse: collapse;
  border:1px solid;
  border-radius: 10px;
  cursor: pointer;
}
#list_sports li.on{
  background-color: rgb(25, 84, 148);
  color:white;
}
#list_sports li.off{
  background-color: white);
  color:darkblue;
}
.forbes{
  cursor: pointer;
  color:green;
  text-decoration: underline;
}
#chart_area1{
  float:left;
  width:45%;
  margin-right: 80px;
}
