@charset "utf-8";

.capcha a {
    display: inline- block;
    height: 31px;
    line-height: 29px;
    box-sizing: border-box;
    text-align: center;
    min-width: 59px;
    padding: 0 5px;
    border: 1px solid #ccc;
    background: #f4f4f4;
    font-size: 14px;
    font-weight: 300;
    color: #333;
    margin-left:10px;
}

.smart_step.step_01 .section .table1 .td_box .input_box input.num_only2 {
    text-align: right;
    width: 160px;
    height: 41px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding-right: 24px;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.02em;
}

.smart_step.step_01 .section .table1 .td_box .input_box input.text-center {
    width: 400px;
}

.table-section select {
    width: 132px;
    height: 41px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 0 30px 0 13px;
    font-size: 15px;
    color: #333;
    font-weight: 300;
    letter-spacing: -0.02em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/common/select_bg.png);
    background-repeat: no-repeat;
    background-position: right 14px center;
    text-overflow: ellipsis;
}