@charset "utf-8";

/* ==========================================================================
   Modal styles
   ========================================================================== */

/* detail
   -------------------------------------------------------------------------- */
#detail {
    display: table;
    width: 950px;
    height: 520px;
    background: #fff;
}

#detail .img-column {
    display: table-cell;
    box-sizing: border-box;
    width: 640px;
    background: #000;
    vertical-align: middle;
}

#detail .txt-column {
    position: relative;
    display: table-cell;
    box-sizing: border-box;
    width: 310px;
    padding: 70px 30px 30px;
}

#detail .txt-column:after {
    position: absolute;
    top: 30px;
    left: 30px;
    content: '';
    display: block;
    width: 77px;
    height: 23px;
}

#detail.tennis .txt-column:after { background: url(../img/modal/icn_tennis.png) no-repeat right top;}
#detail.soft-tennis .txt-column:after { background: url(../img/modal/icn_softtennis.png) no-repeat right top;}
#detail.badminton .txt-column:after { background: url(../img/modal/icn_badminton.png) no-repeat right top;}

#detail .txt-column:before {
    position: absolute;
    top: 30px;
    right: 30px;
    content: '';
    display: block;
    width: 32px;
    height: 25px;
}

#detail.movie .txt-column:before { background: url(../img/modal/icn_movie.png) no-repeat left top;}
#detail.photo .txt-column:before { background: url(../img/modal/icn_photo.png) no-repeat left top;}
#detail.news .txt-column:before { background: url(../img/modal/icn_news.png) no-repeat left top;}

#detail .txt-column .date {
    font-size: 12px;
}

#detail .txt-column h1 {
    margin: 10px 0 0 0;
    color: #005bac;
    font-weight: bold;
}

#detail .txt-column .txt {
    margin: 35px 0 0 0;
}

/* 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;
}