@charset "utf-8";
body {
    background-color: #000;
    color: #fff;
    font-family: "ＭＳ ゴシック";
    line-height: 1.5;
}

#container {
    width: 360px;
    margin: 0 auto 0 auto;
}

#field {
    position: relative;
    height: 520px;
}

#canvas {
    display:block;
    position: absolute;
    left: 0px;
    top: 0px;
}

#map {
    position: absolute;
    width: 120px;
    left: 20px;
    top: 400px;
}
#info {
    position: absolute;
    width: 220px;
    left: 160px;
    top: 400px;
}

.display-none {
    display: none;
}

#left, #right {
    top: 250px;
}

#left {
    left: 10px;
    display: none;
}

#right {
    left: 190px;
    display: none;
}

#shot {
    top: 330px;
    left: 100px;
    display: none;
}

.button1 {
    position: absolute;
    background-color: transparent;
    color: white;
    width: 160px;
    height: 70px;
}

.button2 {
    width: 280px;
    height: 60px;

    font-weight: bold;
    text-align: center;
    border: none;
    font-size: 16px;
    background-color: #1DA1F2;
    background-color: #008b8b;
    background-color: #1e90ff;
    border-radius: 100vh;
    color: white;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 10px;
}

.button2:hover {
    background-color: #87ceeb;
}

.center {
    text-align: center;
}

#player-name-outer {
    position: absolute;
    top: 80px;
    border: #f00 solid 0px;
    width: 100%;
    display: block;
}

.mt {
    margin-top: 50px;
}

#player-name {
    width: 200px;
}

#volume-controller {
    margin-top: 20px;
    margin-bottom: 20px;
}

#conect-result{
    color: white;
}

#hide-buttons {
    margin-top: 20px;
}

a {
    font-weight: bold;
    color: #0ff;
}

a:hover {
    color: #f00;
}

.footer-content a {
    color: #00bfff;
}

.footer-content a:hover {
    color: #f00;
}

.go-links {
    font-weight: bold;
    text-align: center;
    border: none;
    font-size: 16px;
    background-color: #1e90ff;
    padding: 6px 24px;
    border-radius: 100vh;
    color: white;
    cursor: pointer;
    text-decoration: none;
    margin-top: 10px;
}
.ml {
    margin-left: 10px;
}

/*
PC用レイアウト

#container {
    width: 600px;
    margin: 0 auto 0 auto;
}
#map {
    left: 400px;
    top: 250px;
}
#info {
    left: 400px;
    top: 0px;
}
#player-name-outer {
    top: 40px;
}
*/

/*
PC用レイアウト
#container {
    width: 360px;

#map {
    //left: 20px;
    //top: 400px;
}
#info {
    //left: 160px;
    //top: 400px;
}
#player-name-outer {
top: 80px;

*/

