@charset "utf-8";

/* ==========================================================================
   Modal styles
   ========================================================================== */

/* detail
   -------------------------------------------------------------------------- */
#detail {
    background: #fff;
}

#detail.movie .img-column {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

#detail.movie .img-column iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

#detail .img-column img {
    width: 100%;
}

#detail .txt-column {
    position: relative;
    padding: 35px 12px 15px;
}

#detail .txt-column:after {
    position: absolute;
    top: 15px;
    left: 12px;
    content: '';
    display: block;
    width: 38px;
    height: 11px;
}

#detail.tennis .txt-column:after { background: url(../img/modal/icn_tennis.png) no-repeat right top; background-size: 38px 11px;}
#detail.soft-tennis .txt-column:after { background: url(../img/modal/icn_softtennis.png) no-repeat right top; background-size: 38px 11px;}
#detail.badminton .txt-column:after { background: url(../img/modal/icn_badminton.png) no-repeat right top; background-size: 38px 11px;}

#detail .txt-column:before {
    position: absolute;
    top: 15px;
    left: 55px;
    content: '';
    display: block;
    width: 16px;
    height: 12px;
}

#detail.movie .txt-column:before { background: url(../img/modal/icn_movie.png) no-repeat left top; background-size: 16px 12px;}
#detail.photo .txt-column:before { background: url(../img/modal/icn_photo.png) no-repeat left top; background-size: 16px 12px;}
#detail.news .txt-column:before { background: url(../img/modal/icn_news.png) no-repeat left top; background-size: 16px 12px;}

#detail .txt-column .date {
    font-size: 9px;
}

#detail .txt-column h1 {
    color: #005bac;
    font-size: 11px;
    font-weight: bold;
}

#detail .txt-column .txt {
    margin: 10px 0 0 0;
    font-size: 9px;
}

/* confirm
   -------------------------------------------------------------------------- */
#confirm {
    width: 640px;
    background: #fff;
}

#confirm .btn {
    overflow: hidden;
    margin: 40px 0 0 0;
    padding: 20px 60px;
    background: #eee;
}

#confirm .btn li {
    float: left;
    cursor: pointer;
}

#confirm .btn li + li {
    float: right;
}