body {
     
    font-size: 1.05em;
    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;
    text-align:center;
    /* min-height:500px; */
    height:auto !important;
    /* height:500px; */
  }
  
  #pic{
    float:left;
    margin-right:50px;
  }
.main{
  padding-left: 50px;
  padding-right: 50px;
  font-size: 1.1em;
}
  
  
header,footer {
    position: relative;
    width:100%;
    background-color: hsl(180, 50%, 40%);
    /* background-color: black; */
    color: white;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
header h3 {
    margin: 0px auto;
    text-align: center;
    font-size: 1em;
}

nav {
    background: lightblue;
    color: white;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0px;
    text-decoration: none;
}

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

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;
      list-style-type:none;
 }

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

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




 
 ul li a{
   text-decoration: none;
   cursor: pointer;
 }


.gnav {
display: flex;
height: 2rem;

/* margin: 0 auto; */
width: 100%;
}
.gnav > li {/*親階層のみ幅を25%にする*/
width: 25%;
}
/*全てのリスト・リンク共通*/
.gnav li {
list-style: none;
position: relative;
}
.gnav li a {
background:lightblue;
border-right: 1px solid #eee;
color: darkblue;
display: block;
height: 2rem;
line-height: 2rem;
text-align: center;
text-decoration: none;
width: 100%;
}

/*子階層以降共通*/
.gnav li li {
 height: 0;
 overflow: hidden;
 transition: .5s;
}
.gnav li li a {
 border-top: 1px solid #eee;
}
.gnav li:hover > ul > li {
 height: 2rem;
 overflow: visible;
}
 article {
    background-color: white;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top:10px ;
    text-align: left;
    color:darkblue;
}

.pagetop {
display: none;
position: fixed;
bottom: 30px;
right:50px;
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;
}

#menu li,#ulitem li{
    display: inline-block;
    border: 1px solid darkblue;
    cursor: pointer;
    border-radius: 5px;
    padding: 2px 10px;
    margin: 0px 10px 10px 0px;
}
#menu li:hover,#ulitem li:hover{
font-weight: bold;
color:darkgreen;
}
#ulitem li.on{
   background-color: navajowhite;
}
#ulitem li.off{
   background-color: white;
}

.menutitle{
    font-size: 1.2em;
    text-align: center;
}

hr.double {
    border-top: 5px double skyblue;
    text-align: center;
  }
  
ht.double::after {
    display: inline-block;
    position: relative;
    top: -45px;
    padding: 0 3px;
    background: #fff;
    color: skyblue;
    font-size: 30px;
  }
.right{
  text-align: right;
}
.center{
  text-align: center;
}
/* --------------------- tooltip----------------------------------------------------- */

.tooltip { /* 補足説明するテキストのスタイル */
  position: relative;
  cursor: pointer;
  padding: 0 5px;
  font-size: 0.9em;
  color: green;
  background-color: linen;
  font-weight: bold;
}
 
.description_top { /* ツールチップのスタイル */
  width: 300px; /* 横幅 */
  position: absolute;
  left: 50%;
  bottom: 80%; /* Y軸の位置 */
  transform: translateX(-50%);
  margin-bottom: 8px; /* テキストとの距離 */
  padding: 8px;
  border-radius: 10px; /* 角の丸み */
  background-color: #666;
  font-size: 1em;
  color: #fff;
  text-align: left;
  visibility: hidden; /* ツールチップを非表示に */
  opacity: 0; /* 不透明度を0％に */
  z-index: 1;
  transition: 0.5s all; /* マウスオーバー時のアニメーション速度 */
}
 
.tooltip:hover .description_top { /* マウスオーバー時のスタイル */
  bottom: 100%; /* Y軸の位置 */
  visibility: visible; /* ツールチップを表示 */
  opacity: 1; /* 不透明度を100％に */
}
 /* ----------------------------------------------------- */

.sticky_table thead th  {
  /* 縦スクロール時に固定する */
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: rgb(37, 126, 228);
  color:white;
  /* tbody内のセルより手前に表示する */
  z-index: 1;
}
table,table th,table td{
  border: 1px darkblue solid;
  border-collapse: collapse;
  padding: 2px;
  font-size: 14px;
}


table caption{
  /* font-weight: bold; */
  color:teal;
  font-size: 1.2em;
}
table th{
  text-align: center;
}
.black{
  color:black; 
}
.blue{
  color:blue;
}
.green{
  color:green;
}
.bold{
  font-weight: bold;
}
.red{
  color:red
}
.bg_gray{
  background-color: #eee;
}

.darkpink{
  color:rgb(247, 27, 166);
}
.skyblue{
  background-color: skyblue;
}
.pink{
  color: pink;
  font-size: 1.3em;
}
.bg_orange{
  background-color: orange;
}
.bg_pink{
  background-color:pink;
}
.bg_yellow{
  background-color: yellow;
}
.bg_lightgreen{
  background-color: lightgreen;
}
.bg_uguisu{
  background-color: rgb(143, 232, 202);
}
.bg_ajisai{
  background-color: plum
}
.bg_tsubaki{
  background-color: hsl(24, 92%, 50%);
}
.bg_ume{
  background-color: #f6dbdf;
}
.bg_skyblue{
  background-color: skyblue;
}
.bg_lightgreen{
  background-color: lightgreen;
}
.bg_hotaru{
  background-color: hsl(45, 92%, 64%);
}
.info {
  padding: 6px 8px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255,255,255,0.8);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border-radius: 5px;
}
.info h4 {
  margin: 0 0 5px;
  color: #777;
}
.legend {
  line-height: 18px;
  color: #555;
}
.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 8px;
  opacity: 0.7;
}

h5{
  text-align: center;
  font-size: 1.2em;
  color:white
}

ul li:hover{
  font-weight: bold;
  background-color: aliceblue;
}
.setsumei{
  width:85%;
  font-size: 1em;
  margin: auto;
  position: relative;
}
#container{
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 300px;
  gap: 20px;
  height: 550px;
}

#maegaki {
  margin-right: 60px;
  text-align: left;
  font-size: 1.1em;
  line-height: 1.2em;
  padding: 12px;
}

select:hover{
  cursor: pointer;
}
table tbody tr:hover{
  font-weight: bold;
  background-color: aliceblue;
}
.color_Asia{
  color:red;
}
.color_Oceania{
  color:blue;
}
.color_Europe{
  color:purple;
}
.color_NorthAmerica{
  color:green;
}
.color_southAmerica{
  color:midnightblue;
}
.color_Africa{
  color:orange;
}

#table_area{
  height: 500px;
  overflow-y: scroll;
  width:90%;
  margin: auto;
}
#btn{
  cursor: pointer;
}

.left{
  text-align: left;
}
.right{
  text-align: right;
}
#tbl tbody tr{
  cursor: pointer;
}
#tbl_area,#kw_table_area{
  width:60%;
  margin: auto;
}
#tbl,#tbl_kw{
  font-size: 13px;
  padding: 2px;
}
#tbl tr td:nth-child(1) { width:180px; }
#tbl tr td:nth-child(2) { width:40px; }
#tbl tr td:nth-child(3) { width:20px; }
#tbl tr td:nth-child(4) { width:20px; }
#tbl tr td:nth-child(5) { width:40px; }
#tbl tr td:nth-child(6) { width:1em; }
#tbl tr td:nth-child(7) { width:50esm; }
#caption_area{
  text-align: center;
  width:100px;
  border: 1px solid darkgreen;
  border-radius: 10px;
  background-color: darkgreen;
  color:white;
  height: 1.3em;
  line-height: 1.3em;
  padding: 2px;
  margin-left: auto;
  margin-right: auto;
}
#glist li{
  display: inline-block;
  cursor: pointer;
  border: 1px darkblue solid;
  padding: 2px 5px;
  margin-right: 10px;
  border-radius: 10px;
}
#search li{
  display: inline-block;
  cursor: pointer;
  border: 1px green solid;
  padding: 2px 5px;
  margin-right: 10px;
  border-radius: 10px;
  color:green;
}
.on{
  color :white; 
  background-color: rgb(197, 242, 176);
}
.off{
 background-color: white;
 color: darkblue ;
}
.attn{
  width:90%;
  text-align: center;
  
}