[v-cloak] {
    display: none;
}
h1 {
    color: #0000ff;
    font-style: italic;
    font-size: 36pt;
    font-family: sans-serif;
}
h3 {
    margin-bottom: 20px;
}
div#loginouter {
    width: 800px;
    padding: 20px;
}
div#menuouter {
    width: 640px;
    padding: 20px;
}
div.changepass {
    width: 440px;
}
div.loginbase {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap: 20px;
}
div.menubase {
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows:  160px 1fr;
    gap: 20px;
}
.box1 {
    grid-column: 1;
    grid-row: 1;
    background-color: #ffffff;
}
.box2 {
    grid-column: 2;
    grid-row: 1;
}
.box3 {
    grid-column: 1;
    grid-row: 2;
}
.box4 {
    grid-column: 2;
    grid-row: 2;
}
p.bbs {
    font-size: x-large;
}
footer {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
body {
   padding: 0 20px;
}
input::-ms-clear {
    display:none;
}
input::-ms-reveal {
    display:none;
}
@media only screen and (max-width: 400px){
div#loginouter {
    width: 260px;
}
div#menuouter {
    width: 260px;
}
div.loginbase {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(auto-fill, minmax(160px, 1fr))
    gap: 20px;
}
div.menubase {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(auto-fill, minmax(160px, 1fr))
    gap: 20px;
}
.box2 {
    grid-column: 1;
    grid-row: 2;
}
.box3 {
    grid-column: 1;
    grid-row: 3;
}
.box4 {
    grid-column: 1;
    grid-row: 4;
}
}
