@charset "UTF-8";

.balloon{
	color: #19283C;
	position: relative;
	display:block;

	padding: 0;
	min-width: 115px;
	line-height: 32px;
	text-align: center;
	z-index: 0;
	box-sizing:border-box;
}
.balloon:before{
	content: "";
	position: absolute;
	top: -10px;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
	z-index: 0;
}
.balloon1:before{
	left: 16.5%;
}
.balloon2:before{
	left: 50%;
}
.balloon3:before{
	left: 83.5%;
}
.balloon:after {
	content: "";
	position: absolute;
	top: -12px;
	margin-left: -11px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 11px 11px 11px;
	border-color: transparent transparent #ccc transparent;
	z-index: -1;
}
.balloon1:after {
	left: 16.5%;
}
.balloon2:after {
	left: 50%;
}
.balloon3:after {
	left: 83.5%;
}