body {
	background-color: #000;
	color: #fff;
}

#container {
    color: #fff;
	font-size: 14px;
	background-color: #000;
    width:320px;
	margin-left: auto;
	margin-right: auto;
}

a {
    font-weight:bold;
    color: #00bfff;
}

a:hover {
    color: #f00;
}

#game-start {
    position: absolute;
    width: 100%;
    left:0px;
    top: 100px;
    text-align: center;
}

#game-start-button {
    width: 120px;
    height:50px;
    margin-top: 20px;
    margin-bottom: 40px;
}

#game-contents {
    height: 540px;
}

#main {
	position: relative;
}

#up {
    position: absolute;
    left:100px;
    top: 250px;
    width: 120px;
    height:60px;
	border: #fff 1px solid;
	text-align: center;
	background: transparent;
	color: #fff;
}
#down {
    position: absolute;
    left:100px;
    top: 410px;
    width: 120px;
    height:60px;
	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;
}
#name {
	width: 150px;
}
#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: 60px;
}
#game-start-button, #go-ranking {
    font-weight: bold;
    text-align: center;
	font-size: 18px;
	width: 240px;
    border: none;
    font-size: 16px;
    background-color: #1DA1F2;
    padding: 10px 32px;
    border-radius: 100vh;
    color: white;
    cursor: pointer;
}
.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;
}
