/* .contents {
    padding: 20px;
}

#total-point {
    text-align: center;
}

#total-point > div#title {
    font-weight: 700;
    font-size: 1.3em;
    margin-bottom: 20px;
}

#total-point > div#pointNo {
    font-size: 3.2em;
    font-weight: 700;
}

#total-point > div#pointNo span {
    font-size: 16px;
}

.main {
    margin-top: 10px;
    background-color: #FFFFFF;
    margin: 30px auto;
    width: 1200px;
}

#confirm-box {
    padding: 0 !important;
    background-color: #f7f8f8 !important;
}

.main:last-child {
    margin-top: 0px;
}

.main #screen-name {
    font-weight: 700;
    font-size: 1.6em;
    margin-bottom: 20px;
    border-left: 3px solid #000;
    margin-top: 20px;
    text-align: left;
}

.main #screen-name span {
    padding-left: 15px;
}

.main .eiga_btn .img_btn {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    width: 250px;
    height: 150px;
    display: inline-block;
    margin-right: 15px;
}

.main .eiga_btn #eigagift-add {
    background-image: url('../../img/pc/eigagift/add.png');
}

.main .eiga_btn #eigagift-history {
    background-image: url('../../img/pc/eigagift/history.png');
}

.main .eiga_btn #eigagift-change {
    background-image: url('../../img/pc/eigagift/change.png');
}

.main #intro-title {
    font-weight: 700;
    font-size: 1.6em;
    margin-bottom: 20px;
    margin-top: 30px;
    color: #5e6268;
}

.main #intro-content {
    font-weight: 700;
    font-size: 1.2em;
    color: #5e6268;
    margin-bottom: 15px;
}

.main .intro-img {
    display: inline-block;
    width: 250px;
    height: 150px;
    border: 2px solid #dbd7d6;
    margin-right: 10px;
    padding-top: 20px;
    color: #ff1900;
    font-weight: 700;
    line-height: 20px;
}

.eigagft-history table td {
    border-top: 1px solid #AAA !important;
    border-bottom: 1px solid #AAA !important;
    padding: 15px 5px;
    vertical-align: middle;
}

.eigagft-history table td.information {
    text-align: left;
    padding-left: 20px;
}

.eigagft-history table td.price {
    font-weight: 700;
    text-align: right;
    padding-right: 20px;
}

.minus, .plus {
    font-size: 1.1em;
}

.pt {
    text-align: right;
}

.ymd {
    text-align: center;
}

.note {
    font-weight: 600;
}

.red-btn {
    margin-top: 15px;
    margin-left: 10%;
}

.blue-btn button {
    width: 90%;
    margin: auto;
}

.red-btn button {
    width: 250px;
}

.main .btn-area.history-loadmore {
    margin-top: 20px;
}

@media only screen and (max-width: 1199px) {
    .main {
        width: 100%;
    }

    .main .haft-main:nth-child(1) {
        width: 47%;
    }
    
    .main .haft-main:nth-child(2) {
        width: 47%;
    }
}

@media only screen and (max-width: 780px) {
    .contents {
        padding-top: 20px;
        background-color: #e0e1e2;
    }
    
    .main {
        width: 95%;
        padding: 20px 10px;
    }

    .main .haft-main {
        margin: 10px 0px;
    }

    .main .haft-main:nth-child(1) {
        width: 100%;
    }
    
    .main .haft-main:nth-child(2) {
        width: 100%;
    }

    .main .haft-main .haft-main-content {
        width: 100%;
    }
    
    .eigagft-kigen-loadmore {
        margin-bottom: 10px;
        display: block;
    }

    .history-loadmore {
        margin-top: 10px;
        display: block;
    }

    .main #screen-name {
        margin-top: 10px;
    }
    
    table
    .eigagft-kigen table,
    .eigagft-history table {
        width: 100%;
        display: none;
    }
    
    .red-btn {
        margin-left: 13%;
    }

    .minus, .plus {
        font-size: 1.0em;
    }

    #confirm-box {
        padding: 0 !important;
        background-color: #e0e1e2 !important;
    }
}

@media only screen and (max-width: 480px) {
    .contents {
        padding: 10px;
    }

    .eigagft-kigen table th {
        padding: 15px 5px;
    }

    .eigagft-kigen table td {
        padding: 15px 5px;
    }

    .pt {
        padding-right: 15px !important;
    }

    .eigagft-history table td.information {
        padding-left: 10px;
        width: 65%;
    }

    .eigagft-history table td.price {
        padding-right: 5px;
    }
} */