@charset "UTF-8";

/* コールノート */

.red_tet{color: #ff0000;}
.iconFaq {
    display: block;
}

.toolTipArea {
	position: relative;
}

.toolTip {
	display: block;
	position: absolute;
	background: #ffffff;
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #ffaf6b;
	color: #333333;
	line-height: 1.4;
	font-size: 12px !important;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	left: 0;
	bottom: 42px;
	width: 285px;
	word-break: normal;
	z-index: 999;
    zoom:1;
}


.toolTipArea2 {
	position: relative;
	z-index: 999;
}

.toolTipArea2 .toolTip {	
	display: block;
	position: absolute;
	background: #ffffff;
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #ffaf6b;
	color: #333333;
	line-height: 1.4;
	font-size: 12px !important;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	left: 0;
	bottom: -210px;
	width: 340px;
	word-break: normal;
	z-index: 999;
        zoom:1;
        bottom: -155px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
.toolTipArea2 .toolTip {	
	bottom: -155px;
}
}
