@charset "utf-8";

/** sub01 **/
#dp_member_app {width: 1480px;}
#dp_member_app .commonTabs_quick {margin: 0;}
.dp_member_appInner table th {width: 80px;}
.dp_member_appInner table th:nth-child(3) {width: 180px;}
.dp_member_appInner table th:nth-child(4) {width: 240px;}
.dp_member_appInner table th:nth-child(5) {width: 120px;}
.dp_member_appInner table th:nth-child(6) {width: 180px;}
.dp_member_appInner table th:nth-child(7) {width: 280px;}
.dp_member_appInner table th:nth-child(8) {width: 150px;}
.dp_member_appInner table th:nth-child(9) {width: 170px;}
.dp_member_appInner p.cp {
    width: 60px; padding: 4px 0;
    margin: 3px auto 0;
    font-size: 1.4rem; color: #fff;
    background: #4fc4ba;
    border-radius: 5px;
}
.dp_member_appInner p.cp2 {background: #999;}
.dp_member_appInner button.approval {
    width: 80px; height: 30px;
    font-size: 1.6rem; color: #fff;
    background: #f6913b;
    border-radius: 10px;
    cursor: pointer;
}
.dp_member_scsInner button.approval {background: #ef6056;}
#dp_member_app .btn_wrap button.cancel {margin: 0;}