<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3', 'Hiragino Kaku Gothic Pro', 'ãƒ¡ã‚¤ãƒªã‚ª', Meiryo, 'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯', sans-serif;
}

#entrance {
    position: absolute;
    opacity: 0.95;
    background: #fff;
    width: 100%;
    height: 100%;
    color: #0ff;
    margin 0;
    z-index:
    9999;
}

canvas {
    position: absolute;
}

#guide {
    border: 1px dashed #0ff;
    width: 400px;
    height: auto;
    margin: 20px auto;
    padding: 10px 30px 20px;
}

#guide a {
	color: #0ff;
    border: 1px solid #0ff;
    padding: 0.4em 0.2em;
    text-decoration: none;
	
}

#guide a:visited {
    color: #0ff;
}

#guide a:hover {
    background: #0ff;
    color: #fff;
    cursor: pointer;
}

#guide a:active {
    background: none;
    color: #0ff;
}

#guide img {
    display: block;
    padding: 40px 0 0 0;
    width: 400px;
    margin: 0 auto;
}

#enter {
    width: 160px;
    height: auto;
    margin: 0 auto;
    border: 1px solid #0ff;
    margin-top: 60px;
    text-align: center;
    padding: 0.8em 0;
    font-size: 1em;
}

#enter:hover {
    background: #0ff;
    color: #fff;
    cursor: pointer;
}

#enter:active {
    background: none;
    color: #0ff;
    cursor: pointer;
}

h1 {
    font-weight: normal;
    font-size: 26px;
    margin: 5px 0 15px 0;
}

h2 {
    font-weight: normal;
    font-size: 20px;
    margin: 10px 0 15px 0;
}
</pre></body></html>