/************************************
** 自前のバルーンシェアボタン
************************************/
/*bottom*/
#sns-btn-bottom {
	margin: 5px 15px;
	padding: 10px 0;
}

.snsbv {
  list-style: none;
  display: flex;
  justify-content: center;
   margin: 0;
   padding: 0;
  
}

.balloon-btn-set {
	width: 55px;
	height: 58px;
}

.balloon-btn-set a {
	display: block;
	color: #777;
	font-size: 15px;
	text-decoration: none;
}

.balloon-btn-horizontal {
	float: right;
	margin: 0 2px;
	text-align: center;
}

a.arrow-box-horizontal-link {
	font-weight: bold;
	text-align: center;
}

a.arrow-box-horizontal-link:hover {
	color: #777;
}

a.balloon-btn-horizontal-link {
	border: 1px solid #ddd;
	width: 53px;
	height: 52px;
	line-height: 25px !important;
	position: relative;
	top: 7px;
	color: white;
	border-radius: 3px;
}

a.balloon-btn-horizontal-link:hover {
	color: white;
	opacity: .6;
}

a.twitter-balloon-btn-horizontal-link {
	background-color: #6bace2;
}

a.facebook-balloon-btn-horizontal-link {
	background-color: #445d93;
}

a.googleplus-balloon-btn-horizontal-link {
	background-color: #d36054;
}

a.hatena-balloon-btn-horizontal-link {
	background-color: #4c7ec6;
}

a.pocket-balloon-btn-horizontal-link {
	background-color: #e15c69;
}

a.line-balloon-btn-horizontal-link {
	background-color: #50c150;
}

a.feedly-balloon-btn-horizontal-link {
	background-color: #94be61;
}

.arrow-box-horizontal {
	position: relative;
	background: #fff;
	border: 1px solid #bbb;
	text-align: center;
	width: 53px;
	height: 35px;
	border-radius: 3px;
	top: -7px;
	line-height: 33px;
	display: inline-block;
}

.arrow-box-horizontal:after,
.arrow-box-horizontal:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow-box-horizontal:after {
	border-color: rgba(255,255,255,0);
	border-top-color: #fff;
	border-width: 3px;
	margin-left: -3px;
}

.arrow-box-horizontal:before {
	border-color: rgba(187,187,187,0);
	border-top-color: #BBBBBB;
	border-width: 5px;
	margin-left: -5px;
}

/*  head  */
.share-num {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}

.icon-size {
  width: 65px;
  height: 50px;
}


