@charset "UTF-8";
/* CSS Document */

@media only screen and (min-width: 768px) {
.movie a:hover img {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

/* movie */
#modal-overlay {
    z-index: 1100;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.80);
}

#modal-content {
    z-index: 1200;
    width: 960px;
    margin: 0;
    padding: 0;
    position: fixed;
    /*display: none;*/
}

.button-link {}

.button-link:hover {
    cursor: pointer;
}

.css_btn_class:active {
    position: relative;
    top: 1px;
}

#modal-close {
    position: absolute;
    width: 30px;
    top: 0;
    right: -40px;
}


/* img */
.modal-content {
    position: fixed;
    display: none;
    z-index: 2;
    margin: 0;
    padding: 0;
    border: 1px solid #aaa;
    background: #fff;
}

.modal-content p {
    margin: 0;
    padding: 0;
}

.modal-overlay {
    z-index: 1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.80);
}

.modal-open {
    color: #00f;
    text-decoration: underline;
}

.modal-open:hover {
    cursor: pointer;
    color: #f00;
}

.modal-close {}

.modal-close:hover {
    cursor: pointer;
}

}


@media only screen and (max-width: 767px) {

    /* movie */
    #modal-overlay {
        z-index: 1100;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 120%;
        background-color: rgba(0, 0, 0, 0.80);
    }

    #modal-content {
        z-index: 1200;
        width: 100%;
        margin: 0;
        padding: 0;
        position: fixed;
        /*display: none;*/
    }

    .button-link {}

    .button-link:hover {
        cursor: pointer;
    }

    .css_btn_class:active {
        position: relative;
        top: 1px;
    }

    #modal-close {
        position: absolute;
        width: 30px;
        top: -40px;
        right: 10px;
    }


    /* img */
    .modal-content {
        position: fixed;
        display: none;
        z-index: 2;
        margin: 0;
        padding: 0;
        border: 1px solid #aaa;
        background: #fff;
    }

    .modal-content p {
        margin: 0;
        padding: 0;
    }

    .modal-overlay {
        z-index: 1;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 120%;
        background-color: rgba(0, 0, 0, 0.80);
    }

    .modal-open {
        color: #00f;
        text-decoration: underline;
    }

    .modal-open:hover {
        cursor: pointer;
        color: #f00;
    }

    .modal-close {}

    .modal-close:hover {
        cursor: pointer;
    }
}
