@charset 'UTF-8';
/*------------------------------
	シェアボタン
------------------------------*/
.snsShareArea{
	margin-bottom: 10px;
	text-align: left;
}
.snsShareArea i {
	margin-right: 0.6em;
	font-size: 20px;
	float: left;
}
.snsShareArea i:before {
	margin-right: 0;
}
.snsShareArea a {
	position: relative;
	display: inline-block;
	width: 83.5px;
	height: 17px;
	line-height: 20px;
	font-size: 14px;
	color: #fff !important;
	text-decoration: none;
	padding: 6px 8px;
	border-radius: 3px;
	margin-bottom: 10px;
	text-align: right;
	transition: .5s;
	-webkit-transition: .5s;
	box-sizing: content-box;
	-webkit-text-size-adjust: 100%;
}
.snsShareArea .share-text{
	font-size: 15px;
}
.snsShareArea .hatena-bookmark-button{
	background: #008fde;
	box-shadow: 0 3px #5478a5;
}
.snsShareArea .hatena-bookmark-button:hover{
	background: #1db4eb;
}
.snsShareArea .hatena-bookmark-button:active{
	background: #5478a5;
}
.snsShareArea .facebook-button{
	background: #305097;
	box-shadow: 0 3px #213254;
}
.snsShareArea .facebook-button:hover{
	background: #4c70ba;
}
.snsShareArea .facebook-button:active{
	background: #213254;
}
.snsShareArea .twitter-button{
	background: #55acee;
	box-shadow: 0 3px #0285b7;
}
.snsShareArea .twitter-button:hover{
	background: #83c3f3;
}
.snsShareArea .twitter-button:active{
	background: #0285b7;
}
.snsShareArea .googleplus-button{
	background: #db4a39;
	box-shadow: 0 3px #a23629;
}
.snsShareArea .googleplus-button:hover{
	background: #e47365;
}
.snsShareArea .googleplus-button:active{
	background: #a23629;
}
.snsShareArea .mixi-button{
	background: #D1AD59;
	box-shadow: 0 3px 0 #AB8D47;
}
.snsShareArea .mixi-button:hover{
	background: #E6C67C;
}
.snsShareArea .mixi-button:active{
	background: #b5392c;
}
.snsShareArea .pocket-button{
	background: #ee4256;
	box-shadow: 0 3px 0 #b5392c;
}
.snsShareArea .pocket-button:hover{
	background: #f26f7f;
}
.snsShareArea .pocket-button:active{
	background: #b5392c;
}
.snsShareArea .snsShareArea a:active{
	top: 3px;
	box-shadow: none;
}

/*facebookいいねボタン*/
.likebox {
	background: #eee;
	margin-bottom: 60px;
}
.likebox > div {
	display: inline-block;
	vertical-align: top;
	width: 48%;
}
.likebox_thmbnail {
	border: 1px solid #eee;
	box-sizing: border-box;
}
.likebox .likebox_button {
	padding: 2% 2% 0 2%;
	text-align: center;
	box-sizing: border-box;
}
.likebox .like_text {
	font-size: 20px;
	margin-top: 10%;
	line-height: 1.3;
}
.likebox .like_footer_text {
	margin-top: 8%;
	font-size: 86%;
}
.fb-like {
	transform:scale(1.4);
	-webkit-transform:scale(1.4);
	-moz-transform:scale(1.4);
	margin-top: 4%;
}


@media screen and (max-width: 640px) {
	.snsShareArea a {
		width: 27%;
		padding: 6px;
		font-size: 11px;
	}
	.likebox_thmbnail {
	}
	.likebox .like_text {
		font-size: 12px;
		margin-top: 4%;
	}
	.likebox .like_text br {
		display: none;
	}
	.likebox .like_footer_text {
		display: none;
	}
	.fb-like {
		transform:scale(1.1);
		-webkit-transform:scale(1.1);
		-moz-transform:scale(1.1);
	}
}
