@charset "UTF-8";

/*━━━━━━━━━━━━━━━━━━━━━━━━━━
▼ソーシャルボタン用
━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#social .count {
	position: relative;
	width: 48px;
	height: 12px;
	background-color: #fff;
	color: #666;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	padding: 6px 0;
	margin: 0 0 6px;
	border-radius: 4px;
	border: solid 1px #999;
}
#social .count a {
	color: #666;
	text-decoration: none;
}
#social .count::before {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 50%;
	margin-left: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #fff transparent transparent transparent;
	z-index: 0;
}
#social .count::after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #999 transparent transparent transparent;
	z-index: -1;
}

#btn_twitter,
#btn_facebook,
#btn_gglplus {
	transition: opacity 0.2s;
}
#btn_twitter:hover,
#btn_facebook:hover,
#btn_gglplus:hover {
	opacity: 0.7;
}