.topcorner_area {
    border-bottom: solid 1px #DDDDDD;
    padding: 4px 10px 12px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}
.topcorner_area li {
    text-indent: -9999px;
}
.topcorner_area li a {
    height: 52px;
    width: 42px;
    margin: 0 auto;
    display: block;
    background: url(/resources/a/image/index/icon_topcorner.png?date=260708);
    background-size: auto 54px;
    background-repeat: no-repeat;
}
.topcorner_area li:first-child {
    padding-left: 4px;
}
.topcorner_area li:last-child {
    padding-right: 4px;
}
.topcorner_area li a.topcorner_loginpoint {
    background-position: -62px 0;
}
.topcorner_area li a.topcorner_picup {
    background-position: -124px 0;
}
.topcorner_area li a.topcorner_ranking {
    background-position: -186px 0;
}
.topcorner_area li a.topcorner_sale {
    background-position: -248px 0;
}
.topcorner_area li a.topcorner_nocharge {
    background-position: -310px 0;
}
@media not all and (max-width: 950px) {
    .topcorner_area {
        padding: 0 20px 10px;
    }
}
