@charset "utf-8";

.sns-buttons {
    margin: 0 7.5px 20px 7.5px !important;
}

.sns-buttons:after {
    content: "";
    display: block;
    clear: both;
}
.sns-buttons .button {
    display: inline-block;
    float: left;
    padding: 0 2.5px;
    line-height: 45.833333333px !important;
}
.sns-buttons .button a {
    display: inline-block;
    background: #777;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    line-height: 45.833333333px !important;
    width: 45.833333333px;
    transition: all .5s ease;
    text-decoration: none;
}
.sns-buttons .button a i {
    vertical-align: middle;
}
.sns-buttons .button .twitter {
    background-color: #55ACEE;
}
.sns-buttons .button .facebook {
    background-color: #3C5A99;
}
.sns-buttons .button .googleplus {
    background-color: #DD4B39;
}
.sns-buttons .button .hatebu {
    background-color: #3C7DD1;
}
.sns-buttons .button .pocket {
    background-color: #EE4257;
}
.sns-buttons .button .line {
    background-color: #00C300;
}
.sns-buttons .button .feedly {
    background-color: #2BB24C;
}
.sns-buttons .button a:hover {
    opacity: .6;
}
/* .sns-buttons */
