body {
    background: #e9f4eb;
    color: #000000;
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    height: 2200px;
}

A:link {
    color: #000066;
}

A:visited {
    color: #000066;
}

A:active {
    color: #000066;
}

A:hover {
    color: #000066;
}

a {
    font-weight: 600;
    color: #000066;
}

img {
    border-color: #ee2c1c;
}

input[type="button"] {
    cursor: pointer;
    background-color: #ddd;
    border: 2px solid #999999;
    font-weight: bold;
    border-radius: 5px;
    margin: 10px;
    font-size: 24px;
}

#space {
    clear: both;
}

#menu {
    color: black;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 177px;
    margin: 0;
    border: 0;
    padding: 0;
    /*background-color:#228b22;*/
    background-color: #9edbf5;
    border-bottom: 3px solid #469ed9;
}

#title {
    position: relative;
    top: 140px;
    float: left;
    width: auto;
    height: 30px;
    margin-left: 10px;
    margin-top: -10px;
    font-weight: 600;
    color: #333;
    font-size: 32px;
    z-index: 12001;
}

.ctrlbt {
    position: relative;
    top: 140px;
    cursor: pointer;
    float: left;
    width: auto;
    height: 30px;
    margin-left: 10px;
    margin-top: -10px;
    padding: 0 5px 0 5px;
    text-decoration: underline;
    font-weight: 600;
    color: #000066;
    font-size: 32px;
    z-index: 12001;
}

#totop a {
    /*color: rgb(237, 22, 78) !important;*/
}

#exp p {
    margin: 10px 0 10px 0;
    text-indent: 1em;
}

h1 {
    font-size: 28px;
    margin: 15px auto 20px auto;
    padding-bottom: 10px;
    border-bottom: 2px dashed #333;
    float: left;
}

h2 {
    color: rgb(237, 22, 78);
    font-size: 28px;
    margin: 15px auto 15px auto;
    clear: both;
}

#dataSpan {
    font-size: 22px;
    font-weight: bold;
    float: left;
    margin-left: 25px;
    margin-top: 25px;
    color: #E9546B;
}

#passButton {
    position: absolute;
    top: -500px;
    left: -300px;
    width: 140px;
    cursor: pointer;
    z-index: 6666668;
    line-height: 250%;
}

#passMsg {
    font-size: 28px;
    font-weight: bold;
    width: auto;
    text-align: center;
    background-color: #fafafa;
    border: 3px solid lightblue;
    border-radius: 6px;
    padding: 8px 10px 8px 10px;
    z-index: 6666669;
}

#passMsg:hover {
    background-color: #333;
    color: #fff;
}

#passNum1 {
    font-weight: bold;
    font-size: 28px;
}

#soundSpace {
    position: absolute;
    float: left;
    left: 686px;
    top: 465px;
    width: 64px;
    height: 64px;
    z-index: 666666;
    cursor: pointer;
}

#exp {
    position: absolute;
    top: 795px;
    left: 20px;
    font-size: 28px;
    font-weight: bold;
    width: 540px;
    height: auto;
    border: solid 3px #333;
    border-radius: 10px;
    padding: 15px;
    color: #333333;
    line-height: 1.6em;
    background-color: #eeeeee;
    margin-bottom: 35px;

    z-index: 100600;
}

footer {
    width: 100%;
    background-color: #fafafa;
    color: #333;
    padding: 6px 0;
    text-align: left;
    z-index: 70000000;
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-transform: translate3d(0,0,0);
    border-top: 2px solid #333;
}

footer a {
    margin: 0 10px;
    color: #333 !important;
    font-size: 0.8rem;
    font-weight: bold;
}

#exp p {
    margin: 10px 0 10px 0;
    text-indent: 1em;
}

#ctrl-space {
    position: relative;
}

#container {
    position: absolute;
    left: 20px;
    top: 200px;
}

#centerMessage {
    position: absolute;
    left: 140px;
    top: 200px;
    z-index: 666666;
    font-size: 36px;
    width: 450px;
    font-weight: bold;
    text-align: center;
    /*text-decoration: underline;*/
    font-style: italic;
    color: #222;
}

#disp {
    position: absolute;
    font-weight: bold;
    background-color: #f2f2f2;
    line-height: 30px;
}

#contentright {
    position: absolute;
    float: left;
    left: 820px;
    top: 200px;
    width: 100px;
    height: 600px;
    z-index: 100500;
}

#mobilead {
    position: absolute;
    float: left;
    left: 20px;
    top: 20px;
    z-index: 3;
}


@media screen and (min-width: 1024px) {
    /* 960px以上の幅の場合に適応される */
    #ctrl-space {
        padding-left: 100px;
    }

    footer {
        text-align: center;
    }

    #title {
		margin-top: 0px;
        font-size: 22px;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    .ctrlbt {
		margin-top: 0px;
        font-size: 22px;
    }

    #exp {
        left: 150px;
        padding: 16px;
        font-size: 20px;
    }

    #container {
        left: 90px;
    }

    #mobilead {
        left: 100px;
    }

    #contentright {
        left: 890px;
    }

    #dataSpan {
        font-size: 22px;
    }
}


@media screen and (min-width: 1280px) {
    /* 1280px以上の幅の場合に適応される */
    #title {
        font-size: 22px;
    }

    #ctrl-space {
        padding-left: 200px;
    }

    .ctrlbt {
        font-size: 22px;
    }

    #exp {
        left: 250px;
    }

    #container {
        left: 190px;
    }

    #mobilead {
        left: 200px;
    }

    #contentright {
        left: 980px;
    }
}


#menuContainer {
    font-family: 'Noto Sans JP', sans-serif;
    width: 530px;
    height: auto;
    margin: 0 auto 0 auto;
    position: absolute;
    top: -1500px;
    left: 90px;
    text-align: center;
    padding: 20px 10px;
    z-index: 1319999;
    background: rgb(233, 233, 233, 0.95);
    /*background: linear-gradient(180deg, rgba(228,228,228,1) 0%, rgba(212,197,176,1) 100%);*/
    border-radius: 12px;
    border: 4px solid #333;
    /*opacity: 0.9;*/

    font-weight: bold;
    font-size: 20px;
    /*box-shadow: 4px 4px 4px 4px #ccc;*/
}


select {
    padding: 4px;
    border-radius: 2px;
    font-weight: bold;
    font-size: 24px;
    margin: 5px;
}

.selectDiv {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    /*padding-left: 60px;*/
}

.dispButton3 {
    display: inline-block;
    font-size: 1.45rem !important;
    font-weight: bold;
    text-align: center;
    margin: 10px 5px 10px 5px;
    padding: 5px 0 5px 0;
    border: 2px solid #666;
    border-radius: 5px;
    color: #333;
    background-color: #eee;
    background: linear-gradient(180deg, rgba(242,242,242,1) 0%, rgba(228,228,228,1) 100%);
    width: auto;
    min-width: 180px;
    cursor: pointer;
    text-decoration: none !important;
}

.dispButton3:hover {
    color: #eee;
    background: linear-gradient(180deg, rgba(142,142,142,1) 0%, rgba(128,128,128,1) 100%);
}