@charset "EUC-JP";

/* = .mod-accountConfirm
----------------------------------------------- */

.mod-accountConfirm .heading{
    font-weight: bold;
    padding: 2px 0 2px 15px;
    position: relative;
    margin-bottom: 12px;
    font-size: 128.6%; /* 18px */ 
}

.mod-accountConfirm .heading:before{
    content: "";
    width: 6px;
    border-radius: 2px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #ed6103; 
}


.mod-accountConfirm .userTable {
    width: 100%;
    border: 1px solid #c9c9c9;
    margin-bottom: 20px;
}
.mod-accountConfirm .userTable th,
.mod-accountConfirm .userTable td {
    padding: 15px 10px;
    line-height: 1.4;
    vertical-align: middle;
}

.mod-accountConfirm .userTable tr:first-child th,
.mod-accountConfirm .userTable tr:first-child td{
    border-bottom: 1px solid #c9c9c9;
}

.mod-accountConfirm .userTable th {
    width: 20%;
    background: #f7f7f7;
    color: #515151;
    font-weight: normal;
}

.mod-accountConfirm .userTable .textBox {
    width: 300px;
    padding: 5px 10px;
    line-height: 24px;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 0 #c9c9c9 inset;
    box-sizing: border-box;
    vertical-align: middle;
    margin-bottom: 0;
}

/* bukkenList
---------------------------------------*/
.mod-accountConfirm .bukkenList {
    width: 100%;
    border-top: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    margin-bottom: 30px;
}
.mod-accountConfirm .bukkenList th,
.mod-accountConfirm .bukkenList td {
    padding: 10px 5px;
    line-height: 1.4;
    vertical-align: middle;
    border-bottom: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    text-align: center;
    word-break: break-all;
}

.mod-accountConfirm .bukkenList th {
    background: #f7f7f7;
    color: #515151;
    font-weight: normal;
}

.mod-accountConfirm .bukkenList .childTh {
    font-size: 85.7%; /* 12px */
}

/* noteTable
---------------------------------------*/
.mod-accountConfirm .noteTable{
    width: 100%;
    border: 1px solid #c9c9c9;
    margin-bottom: 20px;
}

.mod-accountConfirm .noteTable th,
.mod-accountConfirm .noteTable td {
    padding: 15px 10px;
    line-height: 1.4;
    vertical-align: middle;
}

.mod-accountConfirm .noteTable th {
    width: 20%;
    background: #f7f7f7;
    color: #515151;
    font-weight: normal;
    white-space: nowrap;
}

/* actionButtons
---------------------------------------*/
.mod-accountConfirm .actionButtons{
    text-align: right;
}
.mod-accountConfirm .actionButtons .editButton{
    background: #fff;
    border-radius: 4px;
    border: 1px solid #515151;
    box-shadow: 0 2px #515151;
    color: #515151;
    padding: 10px 15px;
    vertical-align: middle;
    text-align: center;
}
.mod-accountConfirm .actionButtons .registButton{
    background: #ed6103;
    border-radius: 4px;
    border: 0;
    box-shadow: 0 3px rgba(201, 82, 2, 1);
    color: #fff;
    margin-left: 15px;
    padding: 10px 15px;
}
.mod-accountConfirm .actionButtons .editButton:hover{
    cursor: pointer;
    background-color: #f5f5f5;
} 

.mod-accountConfirm .actionButtons .registButton:hover{
    cursor: pointer;
    background-color: #db5902;
}

