@charset "utf-8";

.sns-wrap {margin-top:30px;}
.sns-wrap .btn-sns {
	display:block;
	height:55px;
	line-height:50px;
	color:#9e9e9c;
	font-size:15px;
	font-weight: 900;
	text-align:left;
	vertical-align:middle;
	border:1px solid #dedede;
	padding-left:15px;
	margin-bottom:5px;
	transition:background-color 0.2s ease-out, color 0.2s ease-out;
}
.sns-wrap .btn-sns:last-child {
	margin-bottom:0px;
}
.sns-wrap .btn-sns:hover {
	border:1px solid #1e1e2c;
	color:#1e1e2c;
	transition:background-color 0.2s ease-in, color 0.2s ease-in;
}
.sns-wrap .btn-sns img {
	width:22px;
	margin-right:7px;
	border-radius:100%;
}