@charset "UTF-8" ;

body {
    background-color: azure;
    font-family: sans-serif;
    width: 960px;
    margin: auto;
}
h1 {
    text-align: center;
}
p.title {
    text-align: center;
}
p.toukoubi {
    text-align: right;
}
div.pankz {
    background-color: #FFF0F0;
}

div.tanmatsu {
    background-color: #222222;
    color: white;
    padding: 5px 2px 5px;
    margin: 5px;
    border-radius: 3px;
    white-space: nowrap;
    overflow: scroll;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

@media only screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    body {
        width: 100%;
        margin: 0;  /* スマホの場合は中央揃えが不要なので、marginをリセット */
    }
}

div.toukou {
    background-color: #fff0f0;
    border-color: white;
    border-width: 2px;
    border-style: outset;
    margin: 10px 0px;
    overflow: hidden;

}

table.toukoutable td {
    vertical-align: top;
}

table.category {
    table-layout: fixed;
    width: 100%;
}

a.ahref {
    text-decoration: none;
    color: black;
}

video.video1 {
    width: 100%;
}

/* 作成　2022/11/08 編集2024/9/16-1 スマホ対応追加　GitHubからローカル保存*/