@CHARSET "UTF-8";
.carrier-button-box {
    box-shadow: 0 -0.5px 0 0 #595959;
    -webkit-box-shadow: 0 -0.5px 0 0 #595959;
    -moz-box-shadow: 0 -0.5px 0 0 #595959;
}
.card-with-icon {
    min-width : 84px;
}
body {
    background: #262626;
}
.sns-icon {
    width : 60px;
}

@media (min-width: 600px) and (orientation: portrait), (min-height: 460px) and (orientation: landscape) {
    .card-with-icon {
        min-width : 188px;
    }

    .sns-icon {
        width : 120px;
    }
}