@charset "UTF-8";
a {
  color: #0000FF;
  text-decoration: none;
} /*linkの下線を消す*/
body {
  width: 820px;
  color: #000;
  margin: 10px 20px;
  font-size: 12px;
  background-color: #ffffff;
  text-decoration: none;
  box-sizing: border-box;
  font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*header*/
h1 {
  height: 3rem;
  background: rgb(71, 120, 178);
  color: white;
  padding-top: 0.5em;
  margin: 0;
  text-align: center;
}

/*navigation*/
nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
nav a.nav {
  font: weight 1px;
  color: #888;
  font-size: 0.9rem;
  padding: 0.2em 0.4em 0em 0.4em;
}
nav a.selected {
  font-weight: bold;
  color: rgb(71, 120, 178);
}

div {
  /*copyright*/
  /*subtitle*/
}
div.top {
  margin-bottom: 0.2rem;
  color: #666;
  position: relative;
  text-align: center;
}
div.top span.right {
  position: absolute;
  right: 0.5em;
}
div.top span.left {
  position: absolute;
  left: 1em;
}
div.top span.left a.gray {
  color: #666;
}
div.subtitle {
  height: 2.4rem;
  margin: 0;
  background: rgb(71, 120, 178);
  text-align: center;
  position: relative;
  color: white;
}
div.subtitle span#subtitle {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 0.15em;
}
div.subtitle a#language {
  font-size: 0.9rem;
  font-weight: normal;
  color: white;
  position: absolute;
  right: 0.7rem;
  bottom: 0.3em;
}

/*h2*/
h2 {
  padding-left: 0.7em;
  position: relative;
  color: rgb(71, 120, 178);
  display: inline-block;
  width: 800px;
  margin: 1em 0 0.3em 0;
}
h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 5px;
  height: 1.5em;
  background: #c71a1a;
  top: 0;
}

div.h2 {
  font-size: 15px;
  display: inline-block;
  margin-left: 30px;
  color: #000;
}

span.h2 {
  font-size: 15px;
  color: #444;
  margin-left: 30px;
}

span.right-margin {
  margin-right: 30px;
}

div.arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #f0f0f0;
  border-top: 4px solid #888;
  border-right: 4px solid #888;
}
div.arrow.up {
  transform: rotate(-45deg);
  position: absolute;
  right: -6px;
  top: 2.7em;
}
div.arrow.down {
  transform: rotate(135deg);
  position: absolute;
  right: -6px;
  top: 2.4em;
}

div.circle {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: rgb(160, 160, 160);
  margin-left: 28px;
  border-radius: 8px;
}

.circle:hover {
  background-color: PowderBlue;
}
.circle.over {
  background-color: red;
}

/*table*/ /*border-collapse,separate
.table th, td {border:1px solid white;}*/
td {
  font-size: 0.8rem;
  vertical-align: top;
  padding: 0.2em 1em;
}

table {
  border-collapse: collapse;
}
table td, table th {
  border: 1px solid #000;
}
table.outline {
  width: 100%;
  table-layout: auto;
}
table.structure {
  width: 100%;
  table-layout: fixed;
}
table.structure tr:first-child th:first-child {
  width: 100px;
}
table.structure tr:first-child th:nth-child(2) {
  width: 150px;
}
table.structure tr:nth-child(2) {
  background: #ffffff;
}
table.structure tr:nth-child(3) {
  background: #D6FED0;
}
table.structure tr:nth-child(4) {
  background: #e9c4ec;
}
table.structure tr:nth-child(5) {
  background: #EEECE2;
}
table.structure tr:nth-child(6) {
  background: #ffffff;
}
table.structure2 {
  width: 100%;
  table-layout: fixed;
}
table.structure2 tr:first-child th:first-child {
  width: 55px;
}
table.structure2 tr:first-child th:nth-child(2) {
  width: 210px;
}
table.structure2 tbody:nth-child(2) {
  background: #ffffff;
}
table.structure2 tbody:nth-child(3) {
  background: #D6FED0;
}
table.structure2 tbody:nth-child(3) tr:nth-child(even) td:nth-child(n+2) {
  background: #F9FFB9;
}
table.structure2 tbody:nth-child(4) {
  background: #f2f2f2;
}
table.structure2 tbody:nth-child(5) {
  background: #e9c4ec;
}
table.structure2 tbody:nth-child(5) tr:nth-child(8) td:nth-child(n+2) {
  background: #ECEBFD;
}
table.structure2 tbody:nth-child(5) tr:nth-child(12) td:nth-child(n+2) {
  background: #F6DBE0;
}
table.structure2 tbody:nth-child(6) {
  background: #f2f2f2;
}
table.structure2 tbody:nth-child(7) {
  background: #EEECE2;
}

/*p*/
p {
  margin: 0;
  background: #ffffff;
  border-left: 1px solid #777;
  border-top: 1px solid #777;
  border-right: 2px solid #777;
  border-bottom: 2px solid #777;
}
p.note {
  padding: 0.5em 1em;
  text-align: center;
  font-size: 1.1em;
  color: red;
}
p.head {
  padding: 0.5em 1em;
  text-align: center;
  font-size: 1.1em;
  color: #555;
}

article {
  background: #f0f0f0;
  padding: 0.5em 1em;
  font-size: 0.9rem;
}
article.main span {
  font-weight: normal;
  color: red;
}
article.framed {
  font-size: 0.9rem;
  border-left: 1px solid #bbb;
  border-top: 1px solid #bbb;
  border-right: 2px solid #bbb;
  border-bottom: 2px solid #bbb;
}
article.notes {
  font-size: 14px;
}

span.red {
  color: red;
}

span.blue {
  color: blue;
}

span.chocolate {
  color: chocolate;
}

span.brown {
  color: brown;
}

span.bold {
  font-weight: bold;
}

span.small {
  font-size: 0.9em;
}

video.hcenter {
  margin: 0 auto;
  width: 600px;
  display: block;
  border: 1px solid #aaa;
}

img {
  margin: 0 auto;
  width: 540px;
  display: block;
  border: 1px solid #aaa;
}
img.block {
  width: 100%;
}
img.overlay {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
img.overlay.under {
  visibility: hidden;
}
img.overlay.over {
  visibility: visible;
}

div.overlayimgs {
  position: relative;
}

ul, ol {
  font-size: 14px;
  margin: 0em 0 0 20px;
}
ul.none, ol.none {
  list-style-type: none;
}

section#kml {
  position: relative;
}

section#scpt {
  position: relative;
}

section#request {
  position: relative;
}

.updown.up {
  display: block;
}
.updown.down {
  display: none;
}

button {
  font-size: 14px;
  font-weight: bold;
  display: inine-block;
  margin-left: 25px;
  margin-bottom: 0.1em;
  padding: 0.3em 1em;
  border-radius: 14px;
}
button a {
  color: white;
}
button.xlsm {
  background: rgb(71, 120, 178);
}
button.scpt {
  background: OliveDrab;
}
button.kml1 {
  background: rgb(224, 146, 0);
  position: absolute;
  top: 10.7em;
  right: 30px;
}
button.kml2 {
  background: Chocolate;
  position: absolute;
  top: 13.7em;
  right: 30px;
}
button.scpt1 {
  background: OliveDrab;
  right: 15px;
}
button.inquiry {
  background: rgb(167, 108, 0);
  right: 30px;
}

/*table*/
/*styleの更新には、キャッシュの削除が必要。
*/
/*# sourceMappingURL=style.css.map */