@charset "utf-8";



/**
* ArrowBox
*/


.PosRel {
	position: relative;
}


.arrowBoxUp {
	min-width: 180px;
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	padding: 7px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;  
	border-radius: 8px;
	background: #D33426;
	color: #fff;
	font-weight: normal !important;
	/*bottom: 70px;*/
	left: 0;
	margin-left: 0;
	font-size: 0.86em;
	z-index: 2;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	text-align: center;
}

.arrowBoxDown {
	min-width: 180px;
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	padding: 7px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;  
	border-radius: 8px;
	background: #D33426;
	color: #fff;
	font-weight: normal !important;
	/*bottom: -40px;*/
	left: 0;
	margin-left: 0;
	font-size: 0.86em;
	z-index: 2;
	/*
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	*/
	text-align: center;
}

.arrowBoxUp:after {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -7px;
	border: solid transparent;
	border-color: rgba(51, 51, 51, 0);
	border-top-color: #D33426;
	border-width: 7px;
	pointer-events: none;
	content: " ";
}

.arrowBoxDown:after {
	position: absolute;
	bottom: 100%;
	left: 20%;
	width: 0;
	height: 0;
	margin-left: -7px;
	border: solid transparent;
	border-color: rgba(51, 51, 51, 0);
	border-bottom-color: #D33426;
	border-width: 7px;
	pointer-events: none;
	content: " ";
}

@media screen and (max-width: 1024px) {

.arrowBoxWrapA {
	position: relative;
	display: block;
	text-align: center !important;
}

.arrowBoxBaseA {
	width: auto;
	display: block;
}

.arrowBox04 {
	display: block;
	width: auto;
	box-sizing: border-box;
	position: relative;
	padding: 7px 0 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;  
	border-radius: 0;
	background: none;
	color: #fff;
	font-weight: bold !important;
	bottom: auto;
	left: auto;
	margin-left: 0;
	font-size: 0.86em;
	z-index: 2;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	color: #FF0000;
	text-align: left;
}

.arrowBox01:after,.arrowBox01a:after,.arrowBox02:after,.arrowBox03:after,.arrowBox04:after,.arrowBox05:after,.arrowBox06:after {
	display: none;
}

}

