html {
  margin: 0;
  padding: 0;
  height: 96%;
  overflow: hidden;
}

body{
  height: 100%;
  background-color: #aaa;
  margin: 0;
  padding: 0;
}

#container {
  position:  relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  display: grid;
  grid-template-columns: auto 410px 40px;  
  grid-template-rows: 51px 32px auto;  
  overflow: hidden;
}
header {
  border: 0px;
  background: linear-gradient(#211f1f, #383737);
  width: 100%;
  padding-left: 10px;
}
header .img {
  height: 51px;
  display: block;
}

header .login{
  position: absolute;
  width: 400px;
  height: 51px;
  top:5px;
  right:150px;
  font-size: 0.9em;
  color: white;
  padding:0;
  text-align:right;
}
header .logout{
  position: absolute;
  width: 120px;
  height: 51px;
  top:5px;
  right:10px;
  font-size: 0.9em;
  color: white;
  padding:0;
  cursor: pointer;
  text-align:right;
}

footer {
  border: 0px;
  width: 1440px;
  height: 50px;
  background-color: #a4b4b4;
}

/*----*/
.inline-box {
  display: inline-block;
}
.inline-box img,
.inline-box span {
  display: inline-block;
  vertical-align: middle;
}
.inline-box img { 
  height: 30px; 
  margin-right: .2em; 
}  

.login-group {
  font-size: 0;
  float:right;
}
.login-inline-box {
  padding-top: 0.5em;
  margin-right: 1.2em;   
  display: inline-block;
  font-size: 1rem;
  vertical-align: baseline;
  line-height: 1;  
  color: white;
  line-height:18px;
}

.login-inline-box img {
  height: 24px;
  vertical-align: baseline;
  margin-right: .7em;   
}
.login-inline-box + .login-inline-box { 
  margin-left: 1.5em;  
}
.login-inline-box-point {
  cursor: pointer;
}
.login-inline-box-label{
  position: relative;
  top: -0.05em;
}
/*----*/

label {
  display: inline-block;
  width: 100px;
}
p {
  margin: 0px;
  padding : 0px;
}

#itemA {
  grid-column: 1 / 4;
  margin: 1px;
  padding-left: 10px;
}

#itemB1 {
  grid-column: 1 / 2;
  margin: 1px;
  padding-left: 10px;
}

#itemB2 {
  grid-column: 2 / 3;
  margin: 1px;
}

#itemB3 {
  grid-column: 3 / 4;
  margin: 1px;
}

#itemC1 {
  grid-column: 1 / 2;
  margin: 3px;
}

#itemC2 {
  grid-column: 2 / 4;
  margin: 1px;
}


line {
  stroke: "#ddd";
  stroke-opacity: 0.2;
}


.map { 
  height: 100%; 
  width: 100%; 
}


.search_container{
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  display: block;
  padding: 3px 10px;
  border-radius: 20px;
  height: 2.3em;
  width: 260px;
  overflow: hidden;
}
.search_container input[type="text"]{
  border: none;
  height: 2.0em;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #3879D9;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -10px;
  outline : none;
}

.c2title {
  padding: 2px;
  margin: 0;
  color: #fff;
  background: #4472C4;
  font-size: 0.9em;
}

.btn-blue{
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  background-color: cornflowerblue;
  color: white;
  border-radius: 5px;
  display: inline-block;
  height: 20px;
  width: 100px;
  border: none;
  cursor: pointer;
  margin-left: 10px;

}

.btn-white{
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  background-color: rgb(255, 255, 255);
  color: black;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  text-decoration: none;
  border: none;
  border-radius: 3px;
  transition: .4s;  
  margin-left: 2px;
}

.btn-red2{
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  background-color: cornflowerblue;
  color: white;
  cursor: pointer;
  width: 100px;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border: none;
  border-radius: 3px;
  transition: .4s;  
  margin-left: 10px;
}

.btn-blue2{
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  background-color: cornflowerblue;
  color: white;
  border-radius: 5px;
  display: inline-block;
  height: 20px;
  width: 100px;
  border: none;
  cursor: pointer;
  margin-left: 10px;

}

.btn-dialog{
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  background-color: #DEEBF7;
  color: black;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  text-decoration: none;
  border: none;
  border-radius: 3px;
  transition: .4s;  
  margin-left: 2px;
}

.box8 {
  padding: 0.2em 0.5em;
  margin: 1em 0;
  color: #232323;
  background: #fff;
  border-bottom: solid 1px #000;
  border-left: solid 10px #4472C4;
}
.box8 p {
  margin: 0; 
  padding: 0;
}


.box9 {
  padding: 0.2em 0.5em;
  margin: 1em 0;
  color: #232323;
  background: #DEEBF7;
  border-bottom: solid 1px #000;
  border-left: solid 10px #4472C4;
}
.box9 p {
  margin: 0; 
  padding: 0;
}

.scroll{
  height: 300px;
  overflow: scroll;
}

h2 {
  font-size: 1.4em;
  font-weight:bold;
}

h3 {
  font-size: 1.1em;
  font-weight:bold;
}

.h2 {
  font-size: 1.4em;
  font-weight:bold;
}

.h3 {
  font-size: 1.1em;
  font-weight:bold;
}

.btn-blue3{
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  background-color: cornflowerblue;
  color: white;
  border-radius: 5px;
  display: inline-block;
  height: 20px;
  width: 60px;
  border: none;
  cursor: pointer;
  margin: 5px;
}

.marker {
  display: block;
  border: none;
  cursor: pointer;
  padding: 0;
  background-repeat: no-repeat round;
}

.marker2 {
  display: block;
  border: none;
  cursor: pointer;
  padding: 0;
  background-repeat: no-repeat round;
}

.marker3 {
  display: block;
  border: none;
  cursor: pointer;
  padding: 0;
  background-repeat: no-repeat round;
}

/* .ui-widget-overlay {
  background: white ;
  opacity: 1.0;
  filter: Alpha(Opacity=1.0);

} */

.ui-widget.ui-widget-content {
  border: 0;
}

.loginline {
	width: 140px;
}


.login-page {
  width: 500px;
  padding-top: 3%;

}

.login-message-part {
  height: 50px;
}

.login-form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 480px;
  margin: 100px auto 100px;
  padding: 45px;
  text-align: center;
  border: 0;
  /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);*/

}

.user-form {
  border: 0;
}

.login-page form label {
  text-align: left;
  outline: 0;
  width: 100%;
  border: 0;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight:bold;
}

.login-page form input {
  width: 65%;
}

.login-page form button {
  background-color: #04cbd5;
}

.login-button {
  background-color: #4472C4;
  border-color: #4472C4;
  border-radius: 6px;
  height: 3.5em;
  margin-top: 2em;
  color: white;
}

.login-logo{
  margin-left: 55px;
}

.login-message-error{
  color: #ff0000;
}

h3 {
  background-color: #2e6da4;
}

table, th, td {
  table-layout: fixed;
  padding: 0px 20px;
  border-collapse: collapse;
  /* font-size: 0.9em; */
}
table {
  width:100%;
}
th {
  width:100px;
  border: 1px solid #000000;
  background: #e1e1e1;
}
td {
  border: 1px solid #000000;
  background-color: white;
}
.wrap {
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-break: strict;
}
.attr {
  /* overflow: auto; */
  height: 90%;
  padding: 10px;
  background-color: white;
}

.attr_btn {
  text-align: right;
}

.attr_close {
  position: absolute;
  right: 10px;
  cursor: pointer;
}

.search_container2{
  box-sizing: border-box;
  position: relative;
  /* border: 1px solid #999; */
  display: block;
  padding: 2px;
  /* border-radius: 20px; */
  /* height: 2.3em; */
  width: 260px;
  overflow: hidden;
}
.search_container2 input[type="text"]{
  border: none;
  height: 1.5em;
}
.search_container2 input[type="text"]:focus {
  outline: 0;
}
.search_container2 input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #3879D9;
  position: absolute;
  width: 2.5em;
  height: 1.0em;
  right: 0;
  top: 2px;
  outline : none;
}

.my_popup{
  position:relative ;
  z-index: 1000;
}

.my_popup2{
  z-index: 1000;
}

.brn-div {
  text-align: center;
}

.btn-blue4{
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  background-color: #3879D9;
  color: white;
  border-radius: 5px;
  display: inline-block;
  height: 40px;
  width: 130px;
  border: none;
  cursor: pointer;
  margin: 20px;
}

.addattrtable {
  border-collapse: collapse;
  border: none;
  width: 100%;

}
.addattrtable th,
.addattrtable td {
  min-width:180px;
  padding: 3px;
  font-weight: bold;
  border: none;
  text-align: left;
  font-size: small;
}
.addattrtable th {
  padding: 3px;
  border: none;
  font-weight: bold;
  font-size: small;
  background: #fff;
}
.addattrtable input {
  width: auto;
}
.addattrtable label {
  white-space: nowrap;
  width: auto;
  vertical-align: middle;
}


.blue_label {
  color: #3879D9;
  font-weight: normal;
}

.small_label {
  font-size: x-small;
  font-weight: normal;
  vertical-align: 3px;
}

.btn-blue5{
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  background-color: #3879D9;
  color: white;
  border-radius: 5px;
  display: inline-block;
  height: 35px;
  width: 100px;
  border: none;
  cursor: pointer;
  margin: 5px;
}

.btn-blue5:disabled {
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  background-color: gray;
  color: white;
  border-radius: 5px;
  display: inline-block;
  height: 35px;
  width: 100px;
  border: none;
  cursor: pointer;
  margin: 5px;
}

.attr_button {
  cursor: pointer;
}

.datalist_fix {
  position:  absolute;        
  background-color: white; 
  padding:  20px;            
  left:  1px;               
  top: 83px;                
  z-index: 10000;
  /* width: 200px; */
  opacity: 0.8;
  display: none;
}

.centercross {
  position:  absolute;        
  left:  100px;               
  top: 100px;                
  z-index: 100;
  display: none;
}

.infobar {
  position:  absolute;        
  left:  100px;               
  top: 100px;                
  z-index: 100;
  display: none;
  width:410px;
  background-color: #337ab7;
  border-color: #2e6da4;
  border-radius: 6px;
  margin-top: 2em;
  color: white;
  font-size: small;
  text-align: left;
  opacity: 1;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0.1em;
  padding-bottom: 0.25em;
  height: 65px;
  align-content: center;
}

.settingtitle {
  padding: 2px;
  margin: 3px;
  color: #fff;
  background: #85a9e7;
  font-size: 0.8em;
}
.attr p {
  padding: 2px;
  margin: 3px;
  font-size: 0.8em;
}
.tejun {
  padding: 2px;
  margin: 3px;
  font-size: 0.8em;
}
.radio2 {
  font-size: 0.8em;
  font-weight: normal;
}
.btn-blue6{
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  background-color: #3879D9;
  color: white;
  border-radius: 5px;
  display: inline-block;
  height: 40px;
  border: none;
  cursor: pointer;
  margin: 5px;
  width: 120px;
}
.btn-blue6:disabled{ 
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  background-color: gray;
  color: white;
  border-radius: 5px;
  display: inline-block;
  height: 40px;
  border: none;
  cursor: pointer;
  margin: 5px;
  width: 120px;
}

.label-blue6 {
  width: 200px;
  font-size: 0.8em;
}

#map_panp,#map_panp2 {
  float: left;
  height: 0;
  width: 0;
}

#pano,#pano2 {
  margin-left: 30px;
  height: 350px;
  width: 350px;
}

.right_span {
  float: right;
}

.label-input {
  display:none; 
}

.label-button {
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  background-color: #3879D9;
  color: white;
  border-radius: 5px;
  display: inline-block;
  width: 100px;
  border: none;
  cursor: pointer;
  padding: 10px;
  margin: 5px;
}
.import-error-list {
  width: 500px;
  height: 300px;
  border: 1px solid;
  overflow: scroll;
  background-color: #eee;
}

.import-error-table {
  border: 0;
  background-color: #eee;
}

.import-error-table th {
  border: 0;
  background-color: #eee;
  font-size: 0.9em;
}

.import-error-table td {
  border: 0;
  background-color: #eee;
}

.import-error-table tr {
  border: 0;
  background-color: #eee;
  font-size: 0.9em;
}

.point_zahyo {
  font: 12px / 20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  background-color: #3879D9;
  color: white;
  border-radius: 5px;
  display: inline-block;
  height: 23px;
  width: 267px;
  border: none;
  margin: 2px;
  cursor: pointer;
  text-align: center;
}

.point_zahyo2 {
  cursor: pointer;
  font: 12px / 20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  margin-top: 10px;
}
.page_contorol {
  margin-left:auto;
}

.prevlist {
  cursor: pointer;
}

.flex{
  display:flex;
  width: 98%;
  max-width:2000px;
  margin-bottom: 10px;
}
/* .flex直下の子要素 */
.flex > div{
  display: inline-flex;
}
/* .flex直下の子要素の最後の子要素 */
.flex > div:last-child{
  margin-left:auto;
}

.clipb {
  text-align:center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  color: white;
  margin: auto;
  height: 30px;
  width:300px;
  z-index: 1000;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}
.clipb:before {
  content: "";
  position: absolute;
  background-color: #000;
  color: white;
  margin: 3px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: -10;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

.scroll2 {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.picttable table, .picttable td {
  border: 0px none;
}

.picttable td {
  text-align: center;
  width: 90px;

}

.search_icon {
}

.marker_cross {
  z-index: 99;
}

.attr_title {
  font-size: 0.9em;
}

input:disabled {
  background: #aaaaaa;
}

.label-fileupload {
  cursor: pointer;
  font-weight: normal;
}
.underline {
  text-decoration: underline;
  vertical-align: 6px;
  margin-left: 10px;
}
.caution {
  display: inline-block;
  height: 30px;
  vertical-align: middle;
}

.nomal_label {
  font-weight: normal;
  padding-left: 10px;
}

.d7 {
  font-weight: normal;
}

.label-nomal{
  font-weight: normal;
  vertical-align: middle;
}

.radio {
  font-weight: normal;
}

.ui-front {
  z-index: 1001;
}

.cheetah-grid .grid-scrollable {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
}


.maplibregl-popup-content {
box-shadow: 4px 5px 2px rgba(100, 100, 100, .5);
}

.maplibregl-popup-tip {
    /*border: 10px solid rgba(100, 100, 100, .5);*/
    height: 0;
    width: 0;
    z-index: 1002;
}
.maplibregl-popup-anchor-top .maplibregl-popup-tip{  
  filter: drop-shadow(0 -4px 2px rgba(0, 0, 0, 0.65));  
  margin-top: 2px;
}
.maplibregl-popup-anchor-top .maplibregl-popup-content{  
  box-shadow: -4px -5px 2px rgba(100, 100, 100, .5);
  margin-top: -2px;
}
.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{  
  filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.65));
  margin-top: -2px;
}
.maplibregl-popup-anchor-left .maplibregl-popup-tip{  
  filter: drop-shadow(-4px 0 2px rgba(0, 0, 0, 0.65));  
  margin-left: 2px;
}
.maplibregl-popup-anchor-left .maplibregl-popup-content{  
  box-shadow: -4px -5px 2px rgba(100, 100, 100, .5);
  margin-left: -2px;
}
.maplibregl-popup-anchor-right .maplibregl-popup-tip{  
  filter: drop-shadow(4px 0 2px rgba(0, 0, 0, 0.65));
  margin-left: -2px;
}

.maplibregl-user-location-accuracy-circle {
    background-color: transparent;
    border-radius: 100%;
    height: 1px;
    width: 1px;
}
.hide {
  display: none;
}
.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.5);
  background-image: url(712-88.gif);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: 50px 50px;
}
#gate, #gate * {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto,
                "Noto Sans JP", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
}


#gate {
  border: none;
  border-radius: 1px;
  padding: 14px 20px 10px;
  max-width: 300px;
  width: min(90vw, 300px);
  box-shadow: 0 20px 60px rgba(0,0,0,.2);
}
#gate::backdrop { background: rgba(0,0,0,.35); }


#gate .box { display: grid; gap: 18px; }


#gate h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;  
  color: #6b7280;      
  background: none !important;
  border: 0 !important;
  padding: 0;
}


#gate p {
  font-size: 14px;
  color: #4b5563;
  margin: 0;
  padding-left: 12px; 
  line-height: 1.3; 
}

#gate p + p {
  margin-top: -16px; 
}


#gate menu {
  display: flex;
  justify-content: right;
  gap: 12px;
  margin: 6px 0 0;
  padding: 0;
}

#gate button {
  appearance: none;
  border: 0;
  border-radius: 6px;
  padding: 5px 8px;
  background: #6b7280;  
  color: #fff;
  font-weight: 50;
  letter-spacing: .02em;
  cursor: pointer;
  box-shadow: 0 1px 0 rgba(255,255,255,.15) inset;
}
#gate button:hover { filter: brightness(0.96); }
#gate button:active { transform: translateY(1px); }
#gate button:focus-visible { outline: 2px solid #9ca3af; outline-offset: 2px; }