body{
    background-color:#f4f5f7;
    color:#333333;
    font-family: sans-serif;
}

a:link, a:visited, a:hover, a:active {
    color: #eee;
    text-decoration:none;
}

.wrapper{
    min-height:50vh;
    position:relative;
    padding-top:100px;
    padding-bottom:200px;
    box-sizing:border-box;
}

.main{
    width: 80%;
    margin: 0 auto;
    max-width:1200px;

    text-align:center;
}

p.title{
    font-weight:bold;
    font-size:24px;
    font-family: sans-serif;
    letter-spacing: 20px;
}

p.page_name{
    width:100%;
    background-color: #4987f2;
    color:#004e97;
    text-align:left;

    font-weight:bold;
    font-size:24px;
}

p.stats_top_title{
    font-weight:bold;
    font-size:32px;
    margin:5px;
}

p.stats_top_total{
    font-weight:bold;
    font-size:64px;
    margin:10px;
}

span.stats_top_result1{
    font-weight:bold;
    font-size:64px;
    margin:10px;
    display:inline-block;
}

span.stats_top_result2{
    font-weight:bold;
    font-size:42px;
    margin:10px;
    display:inline-block;
}

div.stats_top1 table{
    background-color: #004e97;
    width:100%;
    margin-bottom: 15px;
}
div.stats_top1 th{
    background-color: #004e97;
    color:#fff;
    padding: 5px;
    text-align: left;
    font-weight: bold;
}

div.stats_top1 td{
    background-color: #fff;
    color: #004e97;
    border: solid 1px;
    border-color: #004e97;
    padding: 2px;
}

div.stats_top2{
    display:flex;
    align-items: flex-start;
}

div.stats_top2 table{
    background-color: #004e97;
    width:480%;
    border-color: #004e97;
    margin-bottom: 15px;
}

div.stats_top2 th{
    background-color: #004e97;
    color:#fff;
    padding: 5px;
    text-align: left;
    font-weight: bold;
}

div.stats_top2 td{
    background-color: #fff;
    color: #004e97;
    border: solid 1px;
    border-color: #004e97;
    padding: 5px;
}

p.stats_top2_p{
    padding: 10px;
}

table.stats_top3_table{
    background-color: #004e97;
    width:100%;
}

table.stats_top3_table th{
    background-color: #004e97;
    color:#fff;
    padding: 5px;
    text-align: left;
    font-weight: bold;
}

table.stats_top3_table td{
    background-color: #fff;
    color: #004e97;
    border: solid 1px;
    border-color: #004e97;
    padding: 10px;
}

table.stats_top_ranking {
    width:100%;
    font-size:30px;
    color: #004e97;
    border-collapse: collapse;
    border-spacing: 0;
}

/*
td.stats_top_ranking {
    border: solid 1px;
    border-color: #004e97;
}
*/

ul.category_menu li{
    display:inline;
}

ul.kintone_menu {
    padding:0;
}

ul.kintone_menu li{
    display:inline;
}

div.k_menu img{
    width:80px;
    margin: 0px 10px;
}
@media screen and (max-width:1200px){
    div.k_menu img{
        width:150px;
        margin: 0px 25px;
    }        
}


p.copyright{
    font-weight:bold;
    font-size:18px;
    font-family: monospace;
}

header{
    width:100%;
    background-color: #004e97;
    color:#eee;
    text-align:center;
    padding:0;

    position:absolute;
    top:0;
}

footer{
    width:98.5%;
    background-color: #004e97;
    color:#eee;
    text-align:center;
    padding:0;

    position: fixed;
    bottom: 0;
}