.sns_count_box {
  overflow: hidden;
  width: 630px;
  margin-right: auto;
  margin-bottom: 15px;
  display: none;
}
.sns_count {
	background: url(sns_count.gif) no-repeat;
	height: 56px;
	line-height: 56px;
	padding: 0px 12px 0px 0px;
	text-align: right;
	text-decoration: none;
	width: 295px;
	display: block;
	float: left;
  font-size: 17px;
}
.sns_count a { padding: 0px 8px 0px 0px; text-decoration: none; }
.sns_count.count_fb  { background-position:0px 0px; margin:0px 8px 0px 0px; color:#2755ae; }
.sns_count.count_tw  { background-position:-326px 0px; color:#34a0d2; }
.sns_count.count_fb a { color:#2452b1; }
.sns_count.count_tw a { color:#34a0d2; }
