@media (max-width:1024px){
	.sharetext{
		display:none !important;
	}
	.sharebutton>a{
		width:40px !important;
	}
}
.sharebar{
	margin-bottom:20px;
}
.sharebutton{
	display:inline-block;
}
.sharemark{
	font-size:18px;
	line-height:40px;
}
.sharebutton >a{
	display: inline-block;
	height: 38px;
	line-height: 40px;
	font-size: 14px;
	font-size: 13px;
	font-weight: 700;
	margin-right: 13px;
	cursor: pointer;
	width: 140px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	color: #fff !important;
	text-decoration:none !important;
}
.facebook >a{
	background: #3b5998;
	border-bottom: #404C66 solid 2px;
}
.twitter >a{
	background: #55acee;
	border-bottom: #5698CB solid 2px;
}
.hatena >a{
	background: #008fde;
	border-bottom: #07B solid 2px;
}
.pocket >a{
	background: #ed4055;
	border-bottom: #CC3750 solid 2px;
}
.fa-hatena:before {
	content: "B!";
	font-family: Verdana;
	font-weight: bold
}

