* {
    margin: 0;
    padding: 0;
    /* border: 0; */
}

a {
    text-decoration: none;
}

body, html {
    overflow: hidden;
    height: 100%;
}

button {
    border: 1;
    background-color: grey;
}


.page {
    display: flex;
    flex-direction: column;
    /* max-width: 1170px; */
    height: 100%;
    margin-left:auto;
    margin-right: auto;
    /* padding-left: 16px;
    padding-right: 16px; */
    background:slategrey;
    align-items: center;
}

.header0 {
    /* align-content: center;
    align-items: center; */
    background: rgb(179, 217, 226);
    /* bottom: auto;
    flex: none;
    flex-direction: row-reverse;
    flex-wrap: nowrap; */
    height: 50px;
    /* justify-content: space-between; */
    left: 0;
    margin: 0 0 0 0;
    padding: 0px 40px 0px 57px;
    position: fixed;
    right: 0px;
    top: 0;
    width: auto;
    z-index: 2;
    max-width: 100%;    

    /* margin: 0;

    padding: 0; */
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 16px;
    border: 0;
    /* list-style: none;
    font-family: sans-serif;
    line-height: 1;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    transition: .3s cubic-bezier(.4,.4,0,1);
    color: #333;
    word-spacing: 1px;
    backface-visibility: hidden;     */
    
}

.header {
    width:100%; 
    height:50px; 
    padding-left: 16px;
    padding-right: 16px;

    background-color: goldenrod;
}

#footer {
    z-index: 100;
    margin-top:auto;
    position:absolute;
    bottom: 0px;
    width: 100%;
}
.footer0 {
    margin-top:auto;
    width:100%;
    /* position:absolute;
    bottom: 0px; */
    /* height: 50px; */
    padding: 15px 0;
    background: rgb(179, 217, 226);
    display: flex;
    align-items: center;
}

#title_name {
    /* display: block; */
        color: #333333;
        font-family: Roboto;
        font-size: 32px;
        font-style: normal;
        font-weight: 300;
        height: auto;
        text-align: left;
        width: auto;
        max-width: 100%;
        justify-content: center;

        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
        font-family: sans-serif;
        line-height: 1;
        text-decoration: none;
        -webkit-font-smoothing: antialiased;
        box-sizing: border-box;
        /* transition: .3s cubic-bezier(.4,.4,0,1); */
        color: #333;
        word-spacing: 1px;
        backface-visibility: hidden;

        /* display: -webkit-flex;
        display: flex; 
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        align-items: center;
        -webkit-align-content: center;
        align-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        overflow: visible;
        word-break: break-word;
        word-wrap: anywhere;*/

        /* margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;         */
}

#menu {
    position: absolute;
    top: 25px;
    right: 60px;
    width: auto;
}

#loginName {
    position: absolute;
    top: 5px;
    right: 60px;
    width: auto;
}

#loginbox {
    margin:auto;
    position:absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 450px;
    height: 280px;
    border: 1px solid #aaa;
    background: white;
}
#signupbox {
    margin:auto;
    position:absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 450px;
    height: 280px;
    border: 1px solid #aaa;
    background: white;
}

.roundtextbox {
    border: 1px solid #000000;
    border-radius: 10px;
    box-shadow: none;
    outline: none;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    height: 30px;
    /* justify-content: center;
    letter-spacing: 0em;
    line-height: 1.4;
    margin: 0px 0px 1px 0px;
    opacity: 1; */
    padding: 0px 10px 0px 10px;
    text-align: left;
    width: 250px;
    max-width: 100%;    
}

.roundtextbox2 {
    border: 1px solid #000000;
    border-radius: 10px;
    box-shadow: none;
    outline: none;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    height: 25px;
    /* justify-content: center;
    letter-spacing: 0em;
    line-height: 1.4;
    margin: 0px 0px 1px 0px;
    opacity: 1; */
    padding: 0px 10px 0px 10px;
    text-align: left;
    width: 200px;
    max-width: 100%;    
}


.flexiblebox {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
    align-items: center; /* 縦方向中央揃え */
    -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
    justify-content: center; /* 横方向中央揃え */
}

#emailbox, #passwordbox {
    position:absolute;
    left: 160px;
    background: #FFFFFF;
}
#namebox1 {
    position: absolute;
    left: 160px;
    width: 100px;
}
#namebox2 {
    position: absolute;
    left: 300px;
    width: 100px;
}
#loginsubmit {
    text-align: center;
    position: absolute;
    left: 260px;
    width: 150px;
    background: rgb(255, 230, 0);
}
#signupbutton {
    text-align: center;
    position: absolute;
    left: 260px;
    width: 150px;
    background: rgb(143, 255, 193);
}
#control_panel {
    /* display: block; */
    position: fixed;
    top: 7px;
    height: 30px;
    /* width: 90%; */
    /* background: #777; */
    text-align: center;
    margin:0 auto;
    z-index: 100;
}
@media screen and (max-width: 400px) {
    #control_panel {
        /* display: block;
        position: fixed;
        top: 7px;
        height: 30px;
        width: 90%;
        text-align: center;
        margin:0 auto;
        z-index: 100; */
        top: 25px;
        font-size: 8pt;
    }
    
    
}
#stage {
    display: block; 
    position: relative;
    /* margin-top: 60px; */
    top: 60px;
    /* left: 0; */
    height: 100%; 
    width:100%; 
    /* padding-bottom: 30px; */
    /* float:left;     */
    background-color: black;
}

#panel1 {
    width:100%;
    position:absolute;
    bottom: 80px;
    height: 50px;
    /* background-color: goldenrod; */
    z-index: 100;
}
#form1 {
    width:250px; 
    display: flex;
    justify-content: center;
    /* height:30px;  */
    /* position: absolute; */
    /* bottom: 10px; */
    /* background-color: gold; */
    margin:auto;
}
.playstopbtn {
    background: rgb(255, 255, 255);
    /* border: 1px solid #0fd; */
    border-radius: 5px;
    padding: 10px;
}

.inner_page {
    position: relative;
    top: 60px;
    width: 60%;
    height: auto;
    margin: 0 auto;
}
.menubox {
    margin-left:0.1%;
    margin-right:0.1%;
    margin-top:2px;
    margin-bottom:2px;
    float: left;
    width: 24%;
    background-color: #c8dd93;
    text-align: center;
}
    
@media screen and (max-width: 800px) {
    .menubox {
        margin-left:0.1%;
        margin-right:0.1%;
        margin-top:2px;
        margin-bottom:2px;
        float: left;
        width: 24%;
        background-color: #c8dd93;
    }
}
@media screen and (max-width: 400px) {
    .menubox {
        margin-left:0.1%;
        margin-right:0.1%;
        margin-top:2px;
        margin-bottom:2px;
        float: left;
        width: 48%;
        background-color: #c8dd93;
    }
    #title_name {
        color: #333333;
        font-family: Roboto;
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        height: auto;
        text-align: left;
        width: auto;
        max-width: 100%;
        justify-content: center;

        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
        font-family: sans-serif;
        line-height: 1;
        text-decoration: none;
        -webkit-font-smoothing: antialiased;
        box-sizing: border-box;
        color: #333;
        word-spacing: 1px;
        backface-visibility: hidden;
    }       
    #menu {
        position: absolute;
        top: 10px;
        right: 10px;
        width: auto;
        font-size: 10pt;
    }
    
}

@media screen and (max-width: 300px) {
    .menubox {
        margin-left:0.1%;
        margin-right:0.1%;
        margin-top:2px;
        margin-bottom:2px;
        float: left;
        width: 98%;
        background-color: #c8dd93;
    }

    #title_name {
            color: #333333;
            font-family: Roboto;
            font-size: 24px;
            font-style: normal;
            font-weight: 300;
            height: auto;
            text-align: left;
            width: auto;
            max-width: 100%;
            justify-content: center;
    
            margin: 0;
            padding: 0;
            border: 0;
            list-style: none;
            font-family: sans-serif;
            line-height: 1;
            text-decoration: none;
            -webkit-font-smoothing: antialiased;
            box-sizing: border-box;
            color: #333;
            word-spacing: 1px;
            backface-visibility: hidden;
    }    
}

#select_image {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    background: none;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    height: 30px;
    /* justify-content: center;
    letter-spacing: 0em;
    line-height: 1.4;
    margin: 0px 0px 1px 0px;
    opacity: 1; */
    padding: 0px 10px 0px 10px;
    text-align: left;
    width: auto;
    margin: auto;
    max-width: 100%;    
}


#upload_submit {
    border: 1px solid #000000;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    background: #f0f19c;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    height: 30px;
    /* justify-content: center;
    letter-spacing: 0em;
    line-height: 1.4;
    margin: 0px 0px 1px 0px;
    opacity: 1; */
    padding: 0px 10px 0px 10px;
    text-align: left;
    width: auto;
    margin: auto;
    max-width: 100%;    
}

#addrecord2submit {
    border: 1px solid #000000;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    background: #f0f19c;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    height: 30px;
    /* justify-content: center;
    letter-spacing: 0em;
    line-height: 1.4;
    margin: 0px 0px 1px 0px;
    opacity: 1; */
    padding: 0px 10px 0px 10px;
    text-align: left;
    width: auto;
    margin: auto;
    max-width: 100%;    
    
}
#ichiran_area {
    position: relative;
    top: 20px;
    width: 90%;
    height: auto;
    margin: 0 auto;
    background: beige;
}

.card_container {
    box-sizing: border-box;
    margin-top: 70px;
    overflow: auto;
    /* position: relative;
    top: 70px; */
    width: 100%;
    /* padding: 30px; */
    /* height: 100%; */
    margin-bottom: 55px;
    bottom:auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.card {
    margin: 15px;
    /* padding: 5px; */
    width: 200px;
    height: 350px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 8px 15px #333;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .card-img {
    border-radius: 5px 5px 0 0;
    max-width: 100%;
    height: auto;
  }
  .card-content {
    padding: 0px 15px 0px 15px;
  }
  .card-title {
    font-size: 16px;
    margin-bottom: 16px;
    text-align: center;
    color: #333;
  }
  .card-text {
    color: #777;
    font-size: 14px;
    line-height: 1.3;
    word-break: break-all;
  }
  .card-link {
    text-align: center;
    border-top: 1px solid #eee;
    padding: 1px;
  }
  .card-link a {
    text-decoration: none;
    color: #0bd;
    margin: 0 10px;
  }
  .card-link a:hover {
    color: #0090aa;
  }

  .ichiran_table_div {
    width : 100%;
    overflow:auto;
    margin-top: 70px;
    margin-bottom: 55px;
    bottom: auto;
  }

  .ichiran_table {
      width: 900px;
      border: 1px;
      border-color: #7088ff;
      border-collapse: collapse;
      table-layout: fixed;
      background: rgb(173, 173, 173);
      color: black;
  }
@media screen and (max-width: 920px) {
  .ichiran_table {
      width: 100%;
      border: 1px;
      border-color: #7088ff;
      border-collapse: collapse;
      background: rgb(173, 173, 173);
      color: black;
      table-layout: fixed;
  }
}
  .ichiran_table th,
  .ichiran_table td {
      display: block;
      word-break: break-all;
  }

  .ichiran_table_header {
      background-color: #81bfca;
  }
  #ichiran_first_row {
      visibility: collapse;
  }

  #ichiran_1_1 {
    width: unset;
  }
  #ichiran_1_2 {
    width: unset;
  }
  #ichiran_1_3 {
    width: unset;
  }
  #ichiran_1_4 {
    width: unset;
  }
  .ichiran_img_cell {
      text-align: center;
  }

@media screen and (min-width: 400px) {
    .ichiran_table th,
    .ichiran_table td {
        display: table-cell;
        /* width: 200px; */
        word-break: break-all;
    }
    .ichiran_table_header {
        background-color: #81bfca;
        visibility: visible;
    }
    #ichiran_first_row {
        visibility: visible;
    }
      #ichiran_1_1 {
        width: 200px;
      }
      #ichiran_1_2 {
        width: 200px;
      }
      #ichiran_1_3 {
        width: 150px;
      }
      #ichiran_1_4 {
        width: 130px;
      }
          
}  


#mapid {
    position: relative;
    height: 100%;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 55px;
}

#mapid2 {
    position: relative;
    height: 500px;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 55px;
}
#progress_div {
    position: absolute;
    top: 60px;
    height: 10px;
    width: 100%;
}
progress {
    position: relative;
    width: 90%;
    height: 6px;
    left: 5%;
    margin: 0 auto;
    background-color: lightgray;
    border-radius: 15px;
}

progress::-webkit-progress-bar {
    background-color: lightgray;
    border-radius: 15px;
}

progress::-webkit-progress-value {
    background-color: blue;
    border-radius: 15px;
}

progress::-moz-progress-bar {
    background-color: blue;
    border-radius: 15px;
}

progress::-ms-fill {
    background-color: blue;
    border-radius: 15px;
}



#buffering::-webkit-progress-bar {
    background-color: gray;
    border-radius: 15px;
}

#buffering::-webkit-progress-value {
    background-color: white;
    border-radius: 15px;
}

#buffering::-moz-progress-bar {
    background-color: white;
    border-radius: 15px;
}

#buffering::-ms-fill {
    background-color: white;
    border-radius: 15px;
}

#params {
    position: absolute;
    top:100px;
    left: 20px;
    color: lime;
}

#params2 {
    position: absolute;
    top:150px;
    left: 20px;
    color: lime;
}