html {
    font-family:"ヒラギノ角ゴシック","Hiragino Sans","メイリオ",Meiryo,sans-serif;
    margin:0 auto;
    height:100%;
    width:100%;
    background-color: #10263d;
    font-size: 0.75rem;
}
body {
    color: #e4f6f8;
}
img {
    width: 100%
}
table {
    /* border-collapse: collapse; */
    border: 1px;
    border-color: white;
    width: 100%;
}
th {
    background-color: #e4f6f8;
    text-align:  center;
    color: #4aa7c4;
}
tr {
    text-align:  center;
    color: #fff;
    font-size: 1rem
}
table td,th{
	padding: 0.1rem 0.5rem;
}
#rarity_rate tr td:nth-child(2) {
    text-align: right;
}
#prize_rate tr td:nth-child(1) {
    text-align: left;
}
#prize_rate tr td:nth-child(2) {
    text-align: right;
}
tr:nth-child(even) {
    background-color: #23586f;
}
tr:nth-child(odd) {
    background-color: #1e4f66;
}
a {
    color: #54d460;
}