#propertyMain .statusBlock .itemList ul li {
    position: relative;
    cursor: pointer;
}

.tooltip2Area {
	position: relative;
	text-decoration: none;
	_padding-left:4px;
} 

.tooltip2 {
	display: block;
	position: absolute;
	z-index: 100;
	background: #ffffff;
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #ffaf6b;
	color: #333333;
	line-height: 1.4;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	left: 0;
	top: -40px;
	width: auto;
}

.tooltip2:after {
	content: '';
	position: absolute;
	bottom: -9px;
	border-top: 10px solid #FFFFFF;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	left:33%;
}

.tooltip2:before {
	content: '';
	position: absolute;
	bottom: -10px;
	border-top: 10px solid #FFA500;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	left:33%;
}

/* ANG_PRJ-1105 140501 matayoshi
----------------------------------------- */
.tTxt05{ top: -172px !important;}

.tTxt04{ top: -88px !important;}

.tTxt03{ top: -72px !important;}

.tTxt02{ top: -55px !important;}

.statusBlock .stateTbl{
	position: relative;
}

.iconQ{
}

.iconQ p{
	width: 44px;
	float: left;

}

.iconQ div{
	width: 12px;
	float: left;
	cursor: pointer;
	padding-top: 1px;

}

@-moz-document url-prefix() {
    .iconQ div {
        padding-top: 0;
    }
}

.tooltipQ{
	display: block;
	position: absolute;
	z-index: 100;
	background: #ffffff;
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #ffaf6b;
	color: #333333;
	line-height: 1.4;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	left: 347px;
	top: -53px;
	width: 284px;
}

.tooltipQ:after {
	content: '';
	position: absolute;
	bottom: -9px;
	border-top: 10px solid #FFFFFF;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	left: 13%;
}

.tooltipQ:before {
	content: '';
	position: absolute;
	bottom: -10px;
	border-top: 10px solid #FFA500;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	left: 13%;
}


