.parent_div {
    font-size: 0;
    width: 100%;
    height: 100%;
}

.terms {
    width: 60%;
    height: 100%;
    display: inline-block;
    font-size: 16pt;
    vertical-align: top;
}

.terms_title {
    height: 30px;
}

.terms_content {
    height: 90%;
}

.condition {
    width: 30%;
    height: 100%;
    display: inline-block;
    font-size: 20pt;
    vertical-align: top;
    padding-left: 30px;
}

.reserve_table {
    height: 100%;
    display: inline-block;
    font-size: 16pt;
    vertical-align: top;
}

.reserve_table th {
    border:1px solid #a57d6b;
    height:50px;
}

.reserve_table tr {
    border:1px solid #a57d6b;
    height:50px;
}

.reserve_table td {
    border:1px solid #a57d6b;
    text-align:center;
    height:100px;
    width:160px;
    line-height: 2.5em;
}