.play_form p {
    font-size: 15px;
}

.fc-event-time {
    display: none;
}

.container_wr {
    width: 100%;
    padding: 20px;
    overflow: hidden;
}

.c_table {
    width: 100%;
}

.c_table table {
    width: 100%;
    border-top: 2px solid #555;
    border-collapse: collapse;
}

.c_table tr {
    border-bottom: 1px solid #bcbcbc;
}

.c_table th {
    text-align: center;
    font-size: 15px;
    padding: 7px 0;
    color: #444;
    background-color: #f5f5f5;
    border-left: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
}

.c_table th:first-child, .c_table td:first-child {
    border-left: 0;
}

.c_table td {
    font-size: 15px;
    padding: 7px 10px;
    color: #444;
    border-left: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
}

.num {
    max-width: 100px;
}

.selectbox {
    min-width: 110px;
}

.checkbox {
    margin: -2px 0 0 0;
    vertical-align: middle;
}
.btn_reserve{
    display: inline-block;
    color: #fff;
    background-color: #ef5a5a;
    border: 0;
    padding: 15px 25px;
}

#fregister_chkall {
    position: relative;
    text-align: center;
    background: #f5f7fa;
    line-height: 50px;
    border: 1px solid #e5e9f0;
    border-radius: 3px;
    margin-bottom: 15px;
}
.fregister_agree input[type="checkbox"] + label {
    color: #676e70;
}



