@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

* {
    margin: 0;
    padding: 0;
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
    background-color: #efe;
}

h1 {
    font-size: 120%;
}

h2 {
    font-size: 100%;
    background-color: #084;
    background: linear-gradient(90deg, #084 25%, #EFE 90%);
    color: #FFF;
}

div#title {
    font-size: 150%;
    font-weight: bold;
    color: #084;

}

img.pos1 {
    width: 500px;
    height: 115px;
}

img.pos2 {
    width: 500px;
    height: 279px;
}

img.pos3 {
    width: 500px;
    height: 83px;
}

a img {
    text-decoration: none;
    border: none;
    display: block;
}

td {
    border: solid 1px #000;
    border-collapse: collapse;
    background-color: #fff;
    font-size: 80%;
}

td.s1 {
    background-color: #084;
    color: #fff;
    text-align: center;
}

td.s2 {
    background-color: #333;
    color: #fff;
    text-align: center;
}

span.b {
    font-weight: bold;
    color: #F00;
}

div.seiri {
    text-align: right;
    font-size: 60%;
    color: #BBB;
}

div.pager {
    text-align: center;
    font-size: 90%;
    font-weight: bold;
}

div#copyright {
    text-align: center;
    font-size: 80%;
}

@media (max-width: 640px) {
    td {
        display: block;
    }

    img.pos1, img.pos2, img.pos3 {
        width: 100%;
        height: 100%;
    }
}