@charset "UTF-8";

/* CSS Document */


/* ------withdrawal--------- */

#withdrawal_box {
    margin: 10px auto 56px auto;
    padding: 20px 0;
    border: 5px solid #7fbec7;
    background-color: #fff;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#withdrawal_box>.table_top_txt {
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    color: #ff5555;
    text-align: center;
}

#withdrawal_area {
    padding: 20px;
}

.withdrawalFormBack {
    width: 80%;
    margin: 0 auto;
}

.withdrawalFormBack label {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.withdrawalFormBack label:nth-child(n +2) {
    margin-top: 10px;
}

.withdrawalFormBack>label>* {
    display: table-cell;
    vertical-align: middle;
}

.withdrawalFormBack>label>span {
    width: 30%;
}

.withdrawalFormBack>label>input {
    background: #fff;
    padding: 0 10px;
    width: 100%;
    border: 1px solid #aaa;
    font-size: 13px;
    line-height: 40px;
    color: #555;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.withdrawal_pass {
    margin: 10px 0 0;
    text-align: right;
}

.withdrawal_pass a {
    color: #388bb3;
    font-size: 12px;
    line-height: 24px;
    text-decoration: underline;
}

.withdrawalSendBtnBack {
    margin: 30px 0 0;
    text-align: center;
}

.withdrawalSendBtnBack input {
    position: relative;
    margin: auto;
    width: 100%;
    height: 50px;
    border-bottom: 2px solid #388bb3;
    background: #7fbec7;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    vertical-align: middle;
    overflow: hidden;
}

.withdrawalSendBtnBack input:hover {
    top: 2px;
    padding-bottom: 2px;
    border-bottom: 0 solid #999;
    opacity: .8;
}


/* ------complete--------- */