@charset "UTF-8";

.contents {
        width: 100%!important;
    }

    img{
        max-width: 100%;
        height: auto;
    }
    @media screen and (max-width: 750px){
        .contents-main {
            padding: 0 0 !important;
        }
        .contents-main.news {
            margin-bottom: 0 !important;
        }
        #pc {
            display: none;
        }
    }

    @media screen and (min-width: 751px){
        #sp {
            display: none;
        }
        .pc-contents {
            width: 980px !important;
            text-align: center;
            margin: 0 auto;
        }
        .pc-contents img {
            width: 980px !important;
            text-align: center;
            margin: 0 auto;
        }
        .contents-main.news {
            margin-top: 0 !important;
            margin-bottom: 0 !important;
            text-align: center;
        }
    }
    #pc_ct1{
        background-color: #e1d7cb;
        width: 100%;
    }
    #pc_ct2{
        background-color: #e1d7cb;
        width: 100%;
    }
    #pc_ct3{
        background-color: #e1d7cb;
        width: 100%;
    }
    #pc_ct4{
        background-color: #fff989;
        width: 100%;
    }
    #pc_ct5{
        background-color: #ffb578;
        width: 100%;
    }
    #pc_ct6{
        background-color: #4072b9;
        width: 100%;
    }
    #pc_ct7{
        background-color: #e6e6e6;
        width: 100%;
    }
    area.bc_modal_movie {
        cursor: pointer;
    }



