/* お気に入りボタン
------------------------------------------------*/
.swiper-slide ul li .favoriteBtnWrap {
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	position: absolute;
	z-index: 4;
	display: table;
}
.topBtn .objMsgBaloon {
	width: 90pt;
}
.result_car_line_up {
	position: relative;
}
.result_car_line_up .listBtn.favoriteBtnWrap {
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	position: absolute;
	z-index: 1;
	display: table;
}
.listBtn .objMsgBaloon {
	width: 140px;
}
.favoriteBtn {
	position: absolute;
    top: 5px;
    left: 5px;
    width: 30px;
    height: 20px;
	color: #303030;
	font-size: 1.5rem;
	text-align: center;
	background: #f0f0f0;
	border: none;
	border-radius: 5px;
	display: table-cell;
	vertical-align: middle;
	box-shadow: 0 0 3px rgba(0,0,0,.5);
}
.favoriteBtn:hover {
	background: #e3e3e3;
}
.favoriteBtn.favActive {
	color: #fafafa;
	background: #be3046;
	border-color: #ad2035;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}
.objMsgBaloon {
	z-index: 2;
}
.objHoverMsgBaloon,.objMsgBaloon {
	position: absolute;
	bottom: -10px;
	left: 5px;
	right: 5px;
	padding: 5px;
	text-align: center;
	background: #fff;
	border: 2px solid #e0e0e0;
	border-radius: 5px 0 5px 5px;
	display: block;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.objHoverMsgBaloon {
	width: 140px;
	z-index: 1;
}
.wrap_tmp {
	padding-top: 30px;
}