.appitem-mobage,
.topicsmain-item-other .item-ageother, 
.topicsmain-item-other .item-other {
    text-wrap: balance;
}
.detail-item:nth-child(2) {
    border-left: 0px solid rgb(0, 0, 0, 0.1);
    border-right: 0px solid rgb(0, 0, 0, 0.1);
}
.ranking-other-age-bottom {
    width: 80px;
}
@media screen and (min-width: 360px) {
    .appdetail-header-detail {
      max-width: 316px;
    }
    .detail-item:nth-child(2) {
        padding-left: 0;
    }
    .detail-item:nth-child(1) {
        margin-right: 0;
    }
}
@media screen and (min-width: 601px) {
    .appdetail-header-detail {
      max-width: 366px;
    }
    .detail-item:nth-child(2) {
        border-left: 1px solid rgb(0, 0, 0, 0.1);
        border-right: 1px solid rgb(0, 0, 0, 0.1);
    }
    .detail-item:nth-child(2) {
        padding-left: 16px;
    }
    .detail-item:nth-child(1) {
        margin-right: 16px;
    }
    .topicsmain-item-other {
        position: absolute;
        bottom: 70px;
    }
    .ranking-info {
        width: calc(100% - 444px);
    }
}