@charset "utf-8";

/*-----------------------
    FILM
------------------------*/
#main .film-detail h3 {
    color: #0c54a7;
    border: none;
    padding: 0;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: .5rem;
}
#main .film-detail h3:first-child {
    margin-top: 0;
}
#main .film-detail .js-popup {
    cursor: zoom-in;
}

#main .film-qa dt {
    position: relative;
    margin: 30px 0 0;
    padding: 8px 0 8px 48px;
    font-size: 18px;
    font-weight: bold;
}
#main .film-qa dt:before {
    content: "";
    width: 32px;
    height: 32px;
    background: url(../img/film/qa_ico_q.gif) no-repeat center center/cover;
    position: absolute;
    top: 5px;
    left: 0;
}
#main .film-qa dd {
    position: relative;
    padding: 8px 0 38px 48px;
    border-bottom: 1px dotted #ccc;
}
#main .film-qa dd:last-child {
    border: none;
}
#main .film-qa dd:before {
    content: "";
    width: 32px;
    height: 32px;
    background: url(../img/film/qa_ico_a.gif) no-repeat center center/cover;
    position: absolute;
    top: 5px;
    left: 0;
}
