#CONTENT-1-bg1 {
    width: 1140px;
    /* height: 100vh; */
}
#rule {
    background-color: #f0f0f0;
    max-width: 1140px;
    margin: 10px 0;
}
#rule-border {
    max-width: 1140px;
    padding: 20px;
    line-height: 160%;
}
#DOWN {
    margin-top: auto;
    margin-bottom: 0;
    /* position: absolute;
    bottom: 0; */
}

#rule-border .sp15-r {
    padding-left: unset;
}
.dp-flex {
    display: flex;
    /* flex-flow: column; */
    flex-wrap: wrap;
    align-items: flex-start;
    /* justify-content: center; */
    min-height: calc(100vh - 104px);
    flex-direction: column;
    flex-flow: column;
}
.game-kv {
    height: fit-content;
}
#rule-border .p_title {
    background: #777;
    margin: 20px auto 8px;
    width: 100%;
    padding: 4px 16px;
}
p {
    line-height: 180%;
}
body #rule {
    background-color: rgba(0, 0, 0, 0.05);
}
/* logo bar */
.logo-bar {
    /* background: #d4d4d4; */
    /* background: #000; */
    background: #fff;
    padding: 4px 0 2px;
    text-align: center;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    position: relative;
    z-index: 1;
}

.logo-bar a {
    display: inline;
}

.logo-bar a img {
    max-width: 10%;
    width: 100%;
    display: block;
    margin: auto;
}
#rule-border .sp15 a {
    padding-left: unset;
    color: #0073e6;
}
table tr td {
    border: 1px solid #262626;
    padding: 0 .5em;
    line-height: 180%;
}
tr:nth-child(even) {
    background: #fff;
}

@media screen and (max-width: 736px) {
    #CONTENT-1-bg1 {
        width: 100%;
    }
    #rule {
        height: 100%;
    }
        /* logo bar */
    .logo-bar {
        padding: 4px 0 0px;
        text-align: left;
    }
    .logo-bar a {
        text-align: left;
    }
    .logo-bar a img {
        max-width: 40%;
        width: 100%;
        margin: unset;
        /* margin-top: 36px; */
        padding: 2px 0;
    }
}