@charset "utf-8";
/* CSS Document */


.arrow_box {
	position: relative;
	border-radius:4px; -webkit-border-radius:4px; -mz-border-radius:4px; -o-border-radius:4px;
	background: #ffffff;
	border: 1px solid #d6d6d6;
	margin-left:116px; height:96px; padding:0px;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 10px;
	margin-top: -10px;
}
.arrow_box:before {
	border-color: rgba(214, 214, 214, 0);
	border-right-color: #d6d6d6;
	border-width: 11px;
	margin-top: -11px;
}