﻿/* balloon-5 bottom-left */


#arrow_box2 {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: auto;
	color: #666666;
	background: #fcdae6;
	border-radius: 50px;
	z-index: 0;
}
#arrow_box2:before {
	content: "";
	position: absolute;
	bottom: -27px; left: 35px;
	margin-left: 0;
	display: block;
	width: 25px;
	height: 25px;
	background: #fcdae6;
	border-radius: 50%;
	z-index: 0;
}
#arrow_box2:after {
	content: "";
	position: absolute;
	bottom: -45px; left: 55px;
	margin-left: 0;
	display: block;
	width: 13px;
	height: 13px;
	background: #fcdae6;
	border-radius: 50%;
	z-index: 0;
}

#arrow_box4 {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: auto;
	color: #666666;
	background: #e6fdb3;
	border-radius: 50px;
	z-index: 0;
}
#arrow_box4:before {
	content: "";
	position: absolute;
	bottom: -27px; left: 35px;
	margin-left: 0;
	display: block;
	width: 25px;
	height: 25px;
	background: #e6fdb3;
	border-radius: 50%;
	z-index: 0;
}
#arrow_box4:after {
	content: "";
	position: absolute;
	bottom: -45px; left: 55px;
	margin-left: 0;
	display: block;
	width: 13px;
	height: 13px;
	background: #e6fdb3;
	border-radius: 50%;
	z-index: 0;
}
/* balloon-5 bottom-right */

#arrow_box {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: auto;
	color: #666666;
	background: #f0d7b8;
	border-radius: 50px;
}
#arrow_box:before {
	content: "";
	position: absolute;
	bottom: -27px; right: 35px;
	margin-right: 0;
	display: block;
	width: 25px;
	height: 25px;
	background: #f0d7b8;
	border-radius: 50%;
	z-index: 0;
}
#arrow_box:after {
	content: "";
	position: absolute;
	bottom: -45px; right: 55px;
	margin-right: 0;
	display: block;
	width: 13px;
	height: 13px;
	background: #f0d7b8;
	border-radius: 50%;
	z-index: 0;
}

#arrow_box1 {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: auto;
	color: #666666;
	background: #fdbecc;
	border-radius: 50px;
}
#arrow_box1:before {
	content: "";
	position: absolute;
	bottom: -27px; right: 25px;
	margin-right: 0;
	display: block;
	width: 25px;
	height: 25px;
	background: #fdbecc;
	border-radius: 50%;
	z-index: 0;
}
#arrow_box1:after {
	content: "";
	position: absolute;
	bottom: -45px; right: 55px;
	margin-right: 0;
	display: block;
	width: 13px;
	height: 13px;
	background: #fdbecc;
	border-radius: 50%;
	z-index: 0;
}

#arrow_box3 {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: auto;
	color: #666666;
	background: #c1d7b0;
	border-radius: 50px;
}
#arrow_box3:before {
	content: "";
	position: absolute;
	bottom: -27px; right: 35px;
	margin-right: 0;
	display: block;
	width: 25px;
	height: 25px;
	background: #c1d7b0;
	border-radius: 50%;
	z-index: 0;
}
#arrow_box3:after {
	content: "";
	position: absolute;
	bottom: -45px; right: 55px;
	margin-right: 0;
	display: block;
	width: 13px;
	height: 13px;
	background: #c1d7b0;
	border-radius: 50%;
	z-index: 0;
}