@charset "utf-8";

/*
Site Name: チャンスイットPC 記事一覧
Description: 記事一覧
Last Update: 2026/06/10 a-fuse
*/

#wrapper {
    font-family: "Meiryo","メイリオ","ＭＳ　Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}
#wrapper {
    text-align: center;
    padding: 0 0 330px
}

.other_contents {
    margin: 20px 0 15px;
}
.other_contents p {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 18px;
}
.other_contents ul {
    width: 840px;
    margin: 0 auto 5px;
    display: flex;
    justify-content: space-around;
}
.other_contents a {
    display: block;
}
