#sns {
    margin: 0 auto 20px;
}
.btnBuy {
    width: 300px;
    margin: 0 auto 50px;
}
.btnBuy a {
    width: 100%;
    display: block;
    background-color: #499916;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-size: 16px;
    padding: 16px 0;
    line-height: 1;
}
.btnBuy a:hover {
    opacity: 0.7;
}
.btnBuy a span {
    background-image: url(/img/icon/icon_blank_white@2x.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 11px 9px;
    padding-right: 20px;
}
@media screen and (min-width: 601px){
    #sns ul {
        text-align: right!important;
    }
}