body {
    color:#fff;
    background-color: #000; 
}

#container {
    width:360px;
    margin-left: auto;
    margin-right: auto;
}
#koukoku {
    margin-top: 20px;
    margin-bottom: 20px;
}

#main {
    position: relative;
}

#start {
    border: #fff 1px solid;
    text-align: center;
    background: transparent;
    color: #fff;
}

#player-info {
    position: absolute;
    text-align: center;
    width: 100%;
    left:0px;
    top: 220px;
}

#name {
    width: 200px;
}

#shot {
    position: absolute;
    left:110px;
    top: 320px;
    width: 100px;
    height:80px;
    border: #fff 1px solid;
    text-align: center;
    background: transparent;
    color: #fff;
}
#left {
    position: absolute;
    left:10px;
    top: 320px;
    width: 90px;
    height:80px;
    border: #fff 1px solid;
    text-align: center;
    background: transparent;
    color: #fff;
}
#right {
    position: absolute;
    left:220px;
    top: 320px;
    width: 90px;
    height:80px;
    border: #fff 1px solid;
    text-align: center;
    background: transparent;
    color: #fff;
}
#scroll-contents {
    max-width: 960px;
    height: 300px;
    border: 1px solid;
    overflow: scroll;
    padding-top:20px;
    padding-left:10px;
    padding-right:5px;
}

#scroll-contents .game-text {
    font-size:0.95em;
}

#scroll-contents-title {
    color:#f0f;
    font-weight:bold;
    font-size:1.2em;
    margin-bottom:20px;
}

.game-titles {
    font-weight:bold;
    font-size:1.0em;
}

.game-titles:before {
    content: ">> ";
    font-size:0.8em;
}
#footer-content {
    margin-top:40px;
    line-height: 150%;
}
#top10 {
    margin-top: 20px;
}
a {
    font-weight:bold;
    color: #00bfff;
}

a:hover {
    color: #f00;
}
#start, #go-ranking {
    font-weight: bold;
    text-align: center;
	font-size: 18px;
	width: 280px;
    border: none;
    font-size: 16px;
    background-color: #1DA1F2;
    padding: 10px 32px;
    border-radius: 100vh;
    color: white;
    cursor: pointer;
}
#go-ranking {
    margin-top: 60px;
}
.go-links {
    font-weight: bold;
    text-align: center;
    border: none;
    font-size: 14px;
    background-color: #1DA1F2;
    padding: 6px 16px;
    border-radius: 100vh;
    color: white;
    cursor: pointer;
    text-decoration: none;
}

