/* set - position: relative */
.p-item-archive__item-thumbnail,
.p-entry-item__images {
	position: relative;
}
/* set - icon */
.favorite-icon {
	position: absolute;
	top: .5rem;
	left: .5rem;
	width: 1.75rem;
	height: 1.75rem;
	cursor: pointer;
	z-index: 1;
}
/* item-single - icon style */
.p-entry-item__images .favorite-icon {
	top: 1rem;
	left: 1rem;
}
@media only screen and (max-width: 991px) {
	.p-entry-item__images .favorite-icon {
		left: -.5rem;
	}	
}
/* button - style */
.favorite-button {
	margin: 0;
	padding: 0;
	border: none;
	cursor: pointer;
}
.favorite-button .add-favorite {
	font-weight: normal;
	min-width: 180px;
	border: none;
	border-radius: 0;
}
.favorite-button .add-favorite,
.favorite-button .add-favorite.added:hover {
	background-color: #0097cc;
	color: #fff;
	border: none;
}
.favorite-button .add-favorite:hover,
.favorite-button .add-favorite.added {
	background-color: #006689;
	color: #fff;
	border: none;
}
.p-button.back_to_mypage {
	display: block;
	margin: 4rem auto 0;
	max-width: 180px;
}
/* no-favorites - style */
.no-favorites {
	text-align: center;
}