@charset "utf-8";

body {
    background-color: #000;
    color: #fff;
    font-family: "ＭＳ ゴシック";
}

#container {
	width: 100%;
	max-width: 370px;
	margin-right: auto;
	margin-left: auto;
}

.go-links {
    font-weight: bold;
    text-align: center;
    border: none;
    font-size: 16px;
    background-color: #1e90ff;
    padding: 12px 48px;
    border-radius: 100vh;
    color: white;
    cursor: pointer;
    text-decoration: none;
    margin-top: 10px;
}

.ml {
    margin-left: 20px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.go-links:hover {
    background-color: #87ceeb;
    text-decoration: none;
}

h1 {
	font-size: 160%;
	margin: 10px;
    line-height: 150%;
}

a {
    font-weight: bold;
    color: #0ff;
}

a:hover {
    color: #f00;
}

.table-2 {
    margin-bottom:0.5rem;
    border-collapse:collapse;
    line-height: 130%;
}
.table-2 td {
    padding: .75rem .5rem .75rem .5rem;
    border:1px solid #fff;
    text-align: center;
}
.table-2 .rank {
    vertical-align:middle;
    width: 32px;
}
.table-2 .name {
    width: 190px;
}
.table-2 .score {
    width: 80px;
}

