@charset "utf-8";
/*--------------------------------------- お気に入り */
.favorite_button{
	width : 20px;
	height : 20px;
	cursor: pointer;
	vertical-align: middle;
	margin-right: 5px;
}
.estate_title .favorite_button{
	position : absolute;
	left : 0;
	top : 0;
}
.favorite_popup, .favorite_entry{
	position : absolute;
	display : inline-block;
	top : -5px;
	left : 40px;
	font-size : 13px;
	padding : 7px 10px;
	min-width : 110px;
	max-width : 100%;
	box-sizing : border-box;
}
.favorite_popup{
	color : #555555;
	background-color : #ffffff;
	border : solid 2px #ee6a1d;
}
.favorite_entry{
	color : #ffffff;
	background-color : #ee6a1d;
	border : solid 2px #ee6a1d;
	border-radius: 5px;
}
.favorite_popup:before, .favorite_entry:before{
	content : "";
	position : absolute;
	top : 50%;
	left : -27px;
	margin-top : -14px;
	border : 14px solid transparent;
	z-index : 2;
}
.favorite_popup:before{
	border-right : 14px solid #ffffff;
}
.favorite_popup:after, .favorite_entry:after{
	content : "";
	position : absolute;
	top : 50%;
	left : -30px;
	margin-top : -14px;
	border : 14px solid transparent;
	z-index : 1;
}
.favorite_popup:after{
	border-right : 14px solid #ee6a1d;
}
.favorite_entry:after{
	border-right : 14px solid #ee6a1d;
}
.favorite_entry span{
	display : block;
	background-color : #626262;
	text-align : center;
	width : 30px;
	padding : 5px 0px 5px 0px;
	top : -13px;
	position : absolute;
	right : -15px;
	border-radius : 20px;
	cursor : pointer;
}
.favorite_entry a{
	text-align : center;
	display : block;
	padding : 5px 0px 0px 0px;
	text-decoration : underline;
}




.estate_title_favorite_button{
	position : relative;
	cursor: pointer;
}
.estate_title_favorite_button .favorite_entry{
	top : 40px;
}
.estate_title_favorite_button .favorite_entry:after{
	content : "";
	border : solid;
	border-width: 12px 10px;
	width : 20px;
	border-color : transparent transparent #ee6a1d transparent;
	top: -24px;
	left: 0;
	right: 0;
	margin : auto;
}


.img_trashbox{
	height : 25px;
	margin : 0px 10px -5px -20px;
}