@charset"UTF-8";
/*last update 20250702 */
.mark3 {
  background: linear-gradient(transparent 40%, #83ebc6 80%);
}

.mark3s {
  background: linear-gradient(transparent 40%, #2c81ca 80%);
}

.mark2 {
  background: linear-gradient(transparent 40%, #ff92ca 80%);
}

.mark2s {
  background: linear-gradient(transparent 40%, #C0A244 80%);
}

.orbit_menu ul li {
  display: flex;
  line-height: 1.8em;
  margin-bottom: 10px
}
.orbit_menu ul li span {
  //width: 5em;
  text-align-last: justify;
  text-align: justify;
}
select, input {
  margin: 0 5px;
  padding: 0 5px;
}
input#pathbtn {
  width: 200px;
}
input#prv,input#nxt {
  width: 70px;
}
div.orbitbox {
  position: relative;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  height: calc(100vh - 200px);
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 200px);
}
img#view, img#pathimg {
  max-width: 100%;
  aspect-ratio: 16 / 9;
  background: none;
}
img#view, img#pathimg2 {
  max-width: 100%;
  aspect-ratio: 16 / 9;
  background: none;
}
span#msg {
  color: blue;
}
div#orbit, div#path {
  text-align: center;
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 200px);
  max-height: calc(100vh - 200px);
  aspect-ratio: 16 / 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
div#orbit, div#path2 {
  text-align: center;
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 200px);
  max-height: calc(100vh - 200px);
  aspect-ratio: 16 / 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
img.loadingimage {
  background: none !important;
  height: auto;
  width: auto !important;
}
