@charset "utf-8";
/*
.arrow_box {
			position: absolute;
			background: #d52d2d;
			color: #fff;
			margin-bottom: 15px;
			border-radius:2px;
			padding: 5px 10px;
			z-index: 1;
		}
.arrow_box:after {
	top: 100%;
	left: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(213, 45, 45, 0);
	border-top-color: #d52d2d;
	border-width: 10px;
	margin-left: -10px;
}
*/

.arrow_box {
    
   position: absolute;
   background: #d52d2d;
   color: #fff;
   margin-bottom: 15px;
   border-radius:2px;
   padding: 5px 10px;
   z-index: 1;
}
.arrow_box:after {
	top: 100%;
	left: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(213, 45, 45, 0);
	border-top-color: #d52d2d;
	border-width: 10px;
	margin-left: -10px;
}
