@charset "utf-8";
/* Number of reaction
----------------------------------------------------------*/
.reaction_box {
	padding-right: 23px;
	background: url(/common/sns/images/reaction_border.png) right center no-repeat;
}

.reaction_number {
	line-height: 1;
	font-size: 30px;
}
.service .reaction_number {color: #ed3535;}
.life .reaction_number {color: #5159da;}
.join .reaction_number {color: #3D8513;}
.link .reaction_number {color: #f7b61f;}

.reaction_caption {
	font-size: 8px;
	letter-spacing: -1px;
}

/* Social button
----------------------------------------------------------*/
.label_box {
	margin: 10px 0;
	background: #f5f5f5;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}
.label_a_btn {
	width: 40px;
	height: 40px;
	border-radius: 3px;
}

.lh40,.lh40 .fa-lg {line-height: 40px;}

.label_a_fb {background: #305097;}
.label_a_tw {background: #00aced;}
.label_a_label {background: #F90;}

.label_gray {
	padding: 3px 7px;
	border-radius: 10px;
	background: #efeff0;
} 

.label_a_btn_count {
	width: auto;
	padding: 0 10px;
}
.bdr_left_fff {border-left: 1px dotted #fff;}

/* Balloon
----------------------------------------------------------*/
.my_balloon {
	display: inline-block;
	position: absolute;
	bottom: 42px;
	left: 50%;
	z-index: 1;
	width: 74px;
	line-height: 1.2;
	margin-left: -37px;
	padding: 3px;
	border-radius: 15px;
	text-align: center;
	height: initial;
	color: #333;
	font-size: 10px;
	font-weight: normal;
	text-shadow: none;
	background-color: #ffd5a5;
}

.my_balloon:after {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -3px;
	border: 4px solid transparent;
	border-top: 8px solid #ffd5a5;
	width: 0;
	height: 0;
	content: " ";
	pointer-events: none;
}