/* ---------- footer ---------- */

#footer_link a:hover {
    color: #ffffff;
}

.sns-side-left {
    position: fixed;
    bottom:50px;
    left:0;
    text-align:left;
    background:rgba(221,221,221,1);
    z-index: 100;
}

.sns-side-button {
    display: block;
    padding:10px;
    text-align: center;
    text-decoration: none;
    outline: none;
}

@media only screen and (max-width: 550px) {
    .sns-side-left {
	position: fixed;
	bottom:0px;
	text-align:left;
	background:rgba(221,221,221,1);
	z-index: 100;
    }

    .sns-side-button {
	display: inline-block;
	padding:10px;
	text-align: center;
	text-decoration: none;
	outline: none;
    }
}
