#selectCategoryArea {
    border-bottom: 0 !important;
    padding-bottom: 0 !important
}

#selectCategoryArea p {
    display: block;
    width: 100%;
    margin-top: 25px;
    font-size: 13px;
    line-height: 1.5;
    color: #266585
}

@media only screen and (max-width: 1240px) {
    #selectCategoryArea p {
        margin-top: 20px;
        font-size: 12px
    }
}

@media only screen and (max-width: 768px) {
    #selectCategoryArea p {
        margin-top: 15px;
        font-size: 11px
    }
}

@media only screen and (max-width: 680px) {
    #selectCategoryArea p {
        margin-top: 10px;
        font-size: 11px
    }
}

.oneMovie {
    margin: 50px 0 30px
}

@media only screen and (max-width: 1240px) {
    .oneMovie {
        margin: 40px 0 20px
    }
}

@media only screen and (max-width: 768px) {
    .oneMovie {
        margin: 30px 0 15px
    }
}

@media only screen and (max-width: 680px) {
    .oneMovie {
        margin: 30px 0 10px
    }
}

.win #c01 table *{
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "游ゴシック", Sans-Serif!important;
}