@charset "utf-8";

/* ============================== css hack */
/* floating box clear */
.clr:after, .mc:after, .ms:after, .multi_section:after, .multi_column:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }
.clr, .mc, .ms, .multi_section, .multi_column { display: inline-table; min-height: 1%; }
/* Hide from mac IE5 \*/
* html .clr, * html .mc, * html .ms, * html .multi_section, * html .multi_column { height: 1%; }
.clr, .mc, .ms, .multi_section, .multi_column { display: block; }
/* End Hide from mac IE5 */

/* hide text */
.hidetxt, .hd { text-indent: -9999px; overflow: hidden; }
.hidetxt a, .hd a { overflow: hidden; }


/* ============================== multi column */
.multi_section {  }
.left_section { float: left; }
.right_section { float: right; }
.ms {  }
.ls { float: left; }
.rs { float: right; }

.multi_column { }
.left_column { float: left; }
.right_column { float: right; }
.mc {  }
.lc { float: left; }
.rc { float: right; }



#contents #timetable td .inner_cell_row .cell_icon .closeTicket i, .lowTicket i {
    font-size: 14px !important;
    position: relative;
    top: 2px;
}
#contents #timetable td .inner_cell_row .cell_icon img {
    display: inline;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
.closeTicket {
    background-color: #dc5614;        
    color: #ffffff;
    padding: 2px;
    font-size: 11px;
    width: 120px;
    height: 20px;
    margin: 6px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ticket_detail {
    background-color: #dc5614;        
    color: #ffffff;
    padding: 2px;
    font-size: 11px;
    width: 120px;
    height: 20px;
    margin: 6px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ticket_detail.sold_out{
    background: #ff0000;
}
.lowTicket {
    background-color: #e1e109;
    color: #000000;
    padding: 2px;
    font-size: 12px;
}