/*--------------------------------------------
    detail
--------------------------------------------*/
#w .page-detail .bskt-btn a, #w .page-detail .bskt-btn input {
    width: 130px;
    box-sizing: border-box;
}

#w .page-detail .bskt-btn.is-large {
    margin: 8px 0;
}

#w .page-detail .bskt-btn.is-large a, #w .page-detail .bskt-btn.is-large input {
    width: 230px;
    padding-top: 13px;
    padding-bottom: 11px;
}

#w .page-detail .favorite-btn {
    margin-bottom: 8px;
    background: #eee;
}

#w .page-detail .favorite-btn a, #w .page-detail .favorite-btn input {
    width: 210px;
    height: 30px;
    box-sizing: border-box;
}

#w .page-detail .favorite-btn:hover {
    background: #f5f5f5;
}

#w .page-detail .music-pic-popup {
    display: none;
}

#w .page-detail .music-pic-popup > div {
    padding: 10px;
    border: solid 1px #000;
}

#w .d-recommend .contents-list .sect .list-tieup {
    height: 325px;
}

#w .d-recommend .contents-list .sect .list-tieup ul li > div {
    width: 150px;
    margin: 0 0 20px 15px;
}

#w .d-recommend .contents-list .sect .list-tieup ul li > div > a .img {
    display: block;
    width: 126px;
    height: 200px;
    margin: 0 auto;
}

#w .d-recommend .contents-list .sect .list-tieup ul li > div > a .img img:hover {
    opacity: 0.7;
}

.page-detail .tx-price {
    color: #f20089;
    text-align: left;
    font-size: 12px;
}

.page-detail .tx-price span {
    display: inline-block;
    padding-right: 10px;
    font-weight: bold;
    font-size: 18px;
}

.page-detail .tx-price.is-center {
    text-align: center;
}

.page-detail .tx-price.is-campaign span {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 20px;
}

.page-detail .tx-price.is-campaign span:first-child {
    text-decoration: line-through;
    font-size: 15px;
}

.page-detail .sect-detail {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.page-detail .area-package {
    display: table-cell;
    width: 100%;
    vertical-align: top;
}

.page-detail .area-package:after {
    display: table;
    clear: both;
    content: '';
}

.page-detail .img-package {
    float: left;
    padding-right: 22px;
}

.page-detail .img-package .crs_full img {
    max-width: 160px;
    max-height: 240px;
}

.page-detail .data-package {
    overflow: hidden;
}

.page-detail .area-basket {
    display: table-cell;
    width: 280px;
    padding-left: 22px;
    vertical-align: top;
}

.page-detail .capt-basket .capt {
    padding-left: 26px;
    background: url(http://p.dmm.co.jp/p/dc_pcgame/music/ico_bskt_w.png) no-repeat 8px center #f20089;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
}

.page-detail .capt-basket .text {
    margin-bottom: 12px;
    padding: 6px 0;
    border: solid 1px #f20089;
    color: #f20089;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    box-sizing: border-box;
}

.page-detail .box-basket {
    padding: 6px;
    background: #eef0f4 url(http://p.dmm.co.jp/p/common/bg/bskt.gif) repeat-x bottom;
}

.page-detail .box-basket .inner {
    padding: 10px 6px;
    border: 1px #c4d0f5 solid;
    background: #fff;
    text-align: center;
}

.page-detail .box-basket .area-point {
    font-size: 10px;
}

.page-detail .box-basket .area-point dl dt, .page-detail .box-basket .area-point dl dd {
    display: inline-block;
}

.page-detail .box-basket .box-plans {
    width: 230px;
    margin: 8px auto;
    border: 1px #bbb solid;
    color: #009e52;
    font-size: 14px;
    line-height: 42px;
}

.page-detail .btn-detail-bskt {
    position: relative;
}

.page-detail .btn-detail-bskt .tx-bskt-popup {
    position: absolute;
    top: -30px;
    left: 5px;
    display: none;
    width: 170px;
    padding: 3px 0;
    border-radius: 3px;
    background: #242424;
    color: #fff;
    font-size: 11px;
}

.page-detail .btn-detail-bskt .tx-bskt-popup:after {
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -6px;
    border: solid 6px transparent;
    border-top: solid 6px #242424;
    content: '';
}

.page-detail .btn-detail-bskt .tx-bskt-popup.active {
    opacity: 0;
    -webkit-animation: fadeOut 2s ease 0.5s 1 normal;
            animation: fadeOut 2s ease 0.5s 1 normal;
}

.page-detail .btn-detail-bskt.is-campaign {
    padding-top: 14px;
}

.page-detail .btn-detail-bskt.is-campaign .regular-price {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #777;
    font-size: 10px;
    line-height: 12px;
}

.page-detail .btn-detail-bskt.is-campaign .regular-price span {
    padding: 0 5px;
    text-decoration: line-through;
    font-weight: bold;
    font-size: 12px;
}

.page-detail .list-attention li {
    margin: 5px 0;
}

.page-detail .capt-otherlink {
    padding-left: 8px;
    border-left: 4px #f20089 solid;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
