@charset "utf-8";
/*///////////////////////////////////////////////////////////

	施工店一覧
	static/partner/

//////////////////////////////////////////////////////////*/
/* ====================================================
	エリア一覧
====================================================*/
.ptnr-area {
	margin-bottom: 60px;
	border-bottom: none;
}
/* ====================================================
	戻るボタン
====================================================*/
.ptnr-back-btn {
	text-align: center;
}
.ptnr-back-btn a {
	position: relative;
	display: inline-block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	height: 39px;
	padding: 0 24px 0 36px;
	border: 1px solid #2467c5;
	border-radius: 5px;
	color: #2467c5;
	font-size: 15px;
	text-decoration: none;
	line-height: 39px;
}
.ptnr-back-btn a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 8px;
	width: 6px;
	height: 10px;
	margin: auto 0;
	background: url("/public/img/static/partner/common/icon_next-strongazure.svg") left center no-repeat;
	background-size: contain;
	transform: rotate(180deg);
}
