.share-3d {
    margin-bottom: 10px;
    text-align: center;
}
.share-3d-inner a {
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 18%;
	cursor: pointer;
}
.share-3d .small-text {
    font-size: 10px;
}
.share-3d .hatena-bookmark-button {
    background: #00a4de none repeat scroll 0 0;
    box-shadow: 0 3px #43638b;
}
.share-3d .twitter-button {
    background: #55acee none repeat scroll 0 0;
    box-shadow: 0 3px #0092ca;
}
.share-3d .googleplus-button {
    background: #c53727 none repeat scroll 0 0;
    box-shadow: 0 3px #ad3a2d;
}
.share-3d .facebook-button {
    background: #405ba7 none repeat scroll 0 0;
    box-shadow: 0 3px #2c4373;
}
.share-3d .pocket-button {
    background: #ee4256 none repeat scroll 0 0;
    box-shadow: 0 3px 0 #c0392b;
}
.share-3d a:active {
    box-shadow: none;
    top: 3px;
}
.share-3d .hatena-bookmark-button:active {
    background: #43638b none repeat scroll 0 0;
}
.share-3d .twitter-button:active {
    background: #0092ca none repeat scroll 0 0;
}
.share-3d .googleplus-button:active {
    background: #ad3a2d none repeat scroll 0 0;
}
.share-3d .facebook-button:active {
    background: #2c4373 none repeat scroll 0 0;
}
.share-3d .pocket-button:active {
    background: #c0392b none repeat scroll 0 0;
}
.fa-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold
}