@charset "shift_jis";
.social_btn,
.social_btn * {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-style: normal;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
}
.social_btn {
	display: none;
	overflow: hidden;
	margin: 16px 0;
	padding: 0 8px;
}
.social_btn ul {
	margin:0 -2px;
	padding: 0 0 3px 0;
	overflow: hidden;
}
.social_btn ul li {
	float :left;
	padding:0 2px;
}
.access_pc .share_box:last-child {
	display: none;
}
.access_pc .social_btn ul li {
	width: 33.33333%;
}
.access_mobile .social_btn ul li {
	width: 25%;
}

.social_btn ul li > a {
	display: block;
	padding: 8px 4px;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	position: relative;
	box-shadow: 0px 3px 0 #808080;
	text-decoration: none;
	text-shadow: none;
}

.social_btn ul li a.share_facebook {
	background: #4C689A;
	box-shadow: 0px 3px 0 #2b4f7f;
}
.social_btn ul li a.share_twitter {
	background: #5EA9DD;
	box-shadow: 0px 3px 0 #477fa5;
}
.social_btn ul li a.share_google {
	background: #DD4E42;
	box-shadow: 0px 3px 0 #a53931;
}
.social_btn ul li a.share_line {
	background: #00B500;
	box-shadow: 0px 3px 0 #007f00;
}
.social_btn ul li a.hover {
	top: 2px;
	box-shadow: 0 0 0 transparent;
}
.social_btn ul li a i:before {
	font-size: 20px;
	margin-right: 2px;
	font-family: FontAwesome;
}
.social_btn ul li a.share_twitter > i:before {
	content: "\f099";
}
.social_btn ul li a.share_facebook > i:before {
	content: "\f09a";
}
.social_btn ul li a.share_google > i:before {
	content: "\f0d5";
}
.social_btn ul li a.share_line > i:before {
	font-family: Arial, sans-serif !important;
	content: "LINE";
}
.social_btn .balloon {
	font-size: 12px;
	display: inline-block;
	padding: 2px 4px;
	background: rgba(255,255,255,.8);
	border-radius: 3px;
	text-align: center;
	line-height: 1;
	font-weight: bold;
}
.social_btn .share_twitter > .balloon {
	color: #5EA9DD;
}
.social_btn .share_facebook > .balloon {
	color: #3B5999;
}
.social_btn .share_google > .balloon {
	color: #DD4B39;
}
.social_btn .social_btn ul li a i:before {
	font-size: 15px;
}
.social_btn .social_btn .balloon {
	font-size: 10px;
}

@media only screen and (min-width : 480px) {
	.social_btn {
		margin-right: 10%;
		margin-left: 10%;
	}

}
@media only screen and (min-width : 768px) {

	.social_btn ul li a i:before {
		font-size: 20px;
	}
	.social_btn ul li > a {
		padding: 8px;
	}

	.social_btn .balloon {
		font-size: 12px;
	}
}
@media only screen and (min-width : 1024px) {
	.social_btn {
		margin-left: 25%;
		margin-right: 25%;
	}
}
