html, body {
      height: 100%;
      margin: 0;
    }
.parent-box {
      display: flex;
      flex-direction: column;
      height: 100%;
    }
    
.header {
      height: 100px;
      background-color:#274a78;
      background-image: url("header-h4.png"), url("header-back3.png");
      background-position: 0% 0%, 0% 0%;
      background-attachment: fixed, fixed;
      background-repeat: no-repeat, no-repeat;
      background-size:100% auto, 100% auto;
    }
.header h2 {
	font-size:30px;
	letter-spacing:1px;
	color:#fff;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:56px;
	display:inline-block;
	position:relative;
	text-shadow: 2px 2px 0 #008899, -2px -2px 0 #008899, -2px 2px 0 #008899, 2px -2px 0 #008899, 0px 2px 0 #008899, 0 -2px 0 #008899, -2px 0 0 #008899, 2px 0 0 #008899;
	animation: fadeup2 1.0s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeup2 {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.header h2::before {
  content: url(header-icon1.png);
  padding-right: 0px;
  position: absolute;
  top: 0px;
  left: 7px;
}
.h-right {
	width:450px; /*300px*/
	display: grid;
	grid-template-columns: 190px 260px; /*190px 110px;*/
	margin-left:auto;
	background-color:rgba(34,58,112,0.9);
	padding:8px;
}
.h-right a {
	color:#fff;
	font-weight:bold;
}
.h-right a:hover {
	color:#ffd900;
}
.hr-1 {
	position:relative;
	padding-left:35px;

}
.hr-1::before {
	content: url(header-ri1.png);
	padding-right: 0px;
	position: absolute;
	top: -5px;
	left: -3px;
}
.hr-2 {
	position:relative;
	padding-left:40px;
}
.hr-2::before {
	content: url(header-ri2.png);
	padding-right: 0px;
	position: absolute;
	top: -4px;
	left: 0px;
}

.gray_tab {
	color:#164a84;
	background-color:#c1e4e9 !important;
}

.content {
      height: calc(100vh - 100px);
      background-color: #90CAF9;
      display: flex;
    }
.left{
    width: 30%;
    overflow-y: scroll;
    height: 100%;
    background-color: white;
    }
.right{
    width: 50%;
    height: 100%;
    background-color: azure;
    position: relative;
    }
.gee_result{
  width: 20%;
  height: 100%;
  background-color: azure;
  position: relative;
  }
#mapcontainer{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgb(221, 221, 221);
    }
.parts{
        padding-left: 13px;
    }
.gray_tab{
        margin: 4px;
        background-color: rgb(221, 221, 221);
        font-weight: bold;
        width: 90%;
        text-align: center;
    }
.white_button{
        background-color: white;
    }
.run_button{
        background-color: white;
        font-weight:bold;
        width: 40%;
        /*margin-bottom: 30px;*/
    }
.box {
    padding: 0.5em 1em;
    margin: 0.5em 0.5em;
    /*font-weight: bold; */
    /*color: #6091d3; 文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
    }
    .box p {
    margin: 0; 
    padding: 0;
}
.on_common_flg {
	background-color: #ffa700 !important;
}
table td{
    word-break : break-all;
}
.header_link {
    margin: 0 0 0 auto;
}

.right .table{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    background-color: rgba(234,244,252, 0.8);
    width: 100%;
    }
.table h2#table_name {
	color:#223a70;
	font-size: 24px;
	padding-left: 10px;
	margin-top:10px;
	margin-bottom:10px;
}
#myTable_info {
	padding-left:5px;
	font-size:14px;
	color:#223a70 !important;
}
table#myTable tbody {
	font-size:14px;
}
.dt-length, .dt-search, .dt-paging {
	font-size:14px;
	color:#223a70 !important;
}
.copy_url{
  cursor:pointer
}
