@charset "EUC-JP";

/* = .mod-fusionComplete
----------------------------------------------- */
.mod-fusionComplete .heading {
    font-weight: bold;
    padding: 2px 0 2px 15px;
    position: relative;
    margin-bottom: 12px;
    font-size: 128.6%; /* 18px */
}
.mod-fusionComplete .heading::before {
    content: "";
    width: 6px;
    border-radius: 2px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #ed6103;
}

/* complete message */
.mod-fusionComplete .registedLog {
    width: 600px;
    background: #f5f5f5;
    padding: 15px 10px;
    box-sizing: border-box;
    margin: 0 auto 40px;
    text-align: center;
}
.mod-fusionComplete .registedLog .title {
    color: #ed6103;
    font-weight: bold;
    margin-bottom: 15px;
}

.mod-fusionComplete .bukkenInfo{
    width: 100%;
    border: 1px solid #dadada;
    margin-bottom: 40px;
}
.mod-fusionComplete .bukkenInfo th,
.mod-fusionComplete .bukkenInfo td {
    padding: 15px 10px;
    line-height: 1.4;
    vertical-align: middle;
    border-bottom: 1px solid #c9c9c9;
}
.mod-fusionComplete .bukkenInfo th {
    width: 20%;
    background: #f7f7f7;
    color: #515151;
    font-weight: normal;
}

