@charset "utf-8";
caption{
    color: rgb(45, 46, 47);
    font-size: 30px;
    text-align: left;
    background-color: rgb(115, 159, 216);
    border: solid 3px rgb(45, 46, 47);
    border-radius:4px;
}

table{
    width: 100%;
    border-collapse: collapse;
    font-family: 'DotGothic16', sans-serif;
    margin: 0 auto;
}

th{
    padding: 10px;
    text-align: left;
    color: rgb(0, 140, 255);
    border-color: rgb(0, 140, 255);
    border-bottom: solid 2px;
    vertical-align: middle;
    background-color: rgb(190, 205, 225);
}

td{
    padding: 30px;
    color: rgb(45, 46, 47);
    padding-right: 10px;
    border-bottom: solid 2px rgb(45, 46, 47);
    background-color: rgb(233, 236, 243);
}