@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
*{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: default;
    font-family: 'Kosugi Maru', sans-serif;
}
*::-webkit-scrollbar {
    width: 10px;
}
*::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}
*::-webkit-scrollbar-thumb {
  background-color: #1f1e3388;
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}
html {
    display: block
}
head,meta,title,link,style,script{
    display: none
}
body {
    display: block;
    margin: 8px;
    color:#000;
    background-color: #6dd572;
}
body:-webkit-full-page-media {
    background-color: rgb(0, 0, 0)
}
p {
    display: block;
    -webkit-margin-before: 1__qem;
    -webkit-margin-after: 1__qem;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    text-indent: 1em;
}
div {
    display: block
}
layer {
    display: block
}
article, aside, footer, header, hgroup, main, nav, section {
    display: block
}
header{
    position: fixed;
    top: 0;
    width: 100vw;
    height: 65px;
    padding: 15px 10px 0 10px;
    z-index: 100;
    background-color: #6dd572;
}
main {
    position: relative;
    float: left;
    margin: 90px 8vw 40px 5vw;
    text-align: left;
    padding:10px 3% 30px 3%;
    background-color:#6dd572;
    border: 1px solid #ffffff;
    box-sizing: border-box;
}
footer{
    position: fixed;
    width: 100vw;
    height: 40px;
    bottom: 0;
    text-align: center;
    padding: 0 0 0 0;
    z-index: 100;
    background-color: #6dd572;
    color: #000;
}
a:-webkit-any-link{
    color:#ffffff;
    cursor:pointer;
    text-decoration:underline
}
a:-webkit-any-link:visited{
    color:#eeeeee
}
a:-webkit-any-link:hover{
    color:#fdcece;
    text-decoration:dashed underline
}
a:-webkit-any-link:active{
    color:#ffc4c4
}

  nav{
    position: fixed;
    float: right;
    margin: 90px 5% 0 74%;
    overflow: auto;
}
#nav{
    position: relative;
    width: 100%;
    margin: 0;
    height: 100%;
    background-color: #6dd572;
    border: 1px solid #ffffff;
    padding: 8px;
    box-sizing: border-box;
    overflow: auto;
}
#master{
    position: absolute;
    right: 7%;
}
#nav_show{
    position: absolute;
    right: 7%;
    top: 7%;
    font-size: 200%;
}