@charset "UTF-8";
/* CSS Document */

/*===================================================
	検索結果ページ用CSS
===================================================*/
#resultEmpty {
	min-height: 650px;
}
/* --------------------------------------------------
	header
-------------------------------------------------- */
header .headTop {
	position: relative;
	max-width: 1644px;
	margin: 0 auto;
	padding: 0 22px;
	text-align: center;
}
header .headTop h1 {
	position: absolute;
	top: 10px;
	width: 180px;
}
	header .headTop h2 {
		position: relative;
		display: inline-block;
		width: 184px;
		height: 90px;
		margin-top: 30px;
		padding-bottom: 10px;
		line-height: 80px;
		vertical-align: bottom;
	}
		header .headTop h2 img {
			vertical-align: bottom;
		}
	header .headTop h2:before {
		content: '';
		position: absolute;
		left: -150px;
		width: 140px;
		height: 90px;
		background: url("../img/result/1x/search_image_dogcat.gif") no-repeat;
		background-size: 140px auto;
	}
	header .headTop h2:after {
		content: '';
		position: absolute;
		right: -130px;
		width: 100px;
		height: 90px;
		background: url("../img/result/1x/search_image_kounotori.gif") no-repeat;
		background-size: 100px auto;
	}
/*  検索ボックス
-------------------------------------------------- */
header .searchBox {
	max-width: 800px;
	margin: 0 auto 20px;
	padding: 20px 10px;
}
/* アコーディオン(詳細条件を指定して検索) */
header .searchBox > #btnSearchCondAccrd {
	width:240px;
	height: 40px;
	background: #E8E7E3;
	border-radius: 4px;
	border-bottom: 4px solid #D1D0CB;
	text-align: center;
	cursor: pointer;
	line-height: 3.0;
	font-family: 'rounded-mplus';
	font-weight: 500;
	margin: 10px auto;
}
	header .searchBox > #btnSearchCondAccrd:active {
		border-top: 2px solid #FFFFFF;
		border-bottom: 2px solid #FFFFFF;
	}

header .searchBox dl {
	width: 480px;
	margin: 0 auto 15px;
}
	header .searchBox dl dt {
		width: 120px;
		padding-left: 10px;
		text-align: left;
	}
	header .searchBox dl:last-of-type dd{
		text-align: left;
	}

	header .searchBox dl .radioBox ul li {
		width: 120px;
	}

/* 探すボタン・条件クリアボタン */
header .btnBox {
	overflow: hidden;
	max-width: 700px;
	width: 100%;
	padding-left: 110px;
	margin: 30px auto 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
	header #btnSearch,
	header #btnReset {
		width: 240px;
	}
	header #btnSearch {
		margin-left: 20px;
		-webkit-order: 2;
		order: 2;
	}
	header #btnReset {
		-webkit-order: 1;
		order: 1;
	}
	header #btnPetShopSearch {
		margin-left: 20px;
		-webkit-order: 3;
		order: 3;
	}
	header #btnPetShopSearch a {
		display: block;
		font-size: 12px;
		color: #FFFFFF;
		text-align: center;
		line-height: 30px;
		position: relative;
		width: 70px;
		height: 30px;
		background-color: #5CB0E3;
		border: none;
		border-bottom: solid 4px #529AC6;
		border-radius: 4px;
		cursor: pointer;
	}

	header #btnPetShopSearch a:active {
		border-top: 2px solid #FFFFFF;
		border-bottom: none;
	}

/* ヘッダー下部の影 */
header > *:last-child{
	margin-bottom: 5px;
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.1);
}

/* --------------------------------------------------
	パンくずリスト
-------------------------------------------------- */
.topicPath {
	max-width: 1644px;
}
/* --------------------------------------------------
	main
-------------------------------------------------- */
/* 検索結果 */
.searchCnt {
	padding: 0 20px 120px;
}
	.searchCnt .ttl + p {
		margin: 10px 0;
	}
		.searchCnt .ttl + p strong {
			padding-right: 5px;
			font-size: 20px;
		}
	.searchCnt .sort {
		display: table;
		width: 210px;
		margin: 0 auto 20px;
	}
		.searchCnt .sort dt,
		.searchCnt .sort dd {
			display: table-cell;
			font-size: 12px;
			vertical-align: middle;
		}
		.searchCnt .sort dt {

		}
		.searchCnt .sort dd {
			width: 140px;
		}
			.searchCnt .sort dd > div {
				width: 140px;
				min-height: 28px;
			}
			.searchCnt .sort dd > div:active {
				border-top: 2px solid #FFFFFF;
			}
				.searchCnt .sort dd > div label {
					display: table-cell;
					height: 26px;
					padding-right: 1em;
					vertical-align: middle;
				}
footer .footWrap {
	max-width: 1644px;
}
/* 検索結果なし */
#resultEmpty h2 + p {
margin: 20px 0 0;
letter-spacing: 0;
}
#resultEmpty h2 + p + p {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0;
}
/*===================================================
	Retina対応
===================================================*/

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2/1),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and ( min-resolution: 2dppx){

	/* 犬猫 */
	header .headTop h2:before {
		background: url("../img/result/2x/search_image_dogcat.gif") no-repeat;
		background-size: 140px auto;
	}

	/* コウノトリ */
	header .headTop h2:after {
		background: url("../img/result/2x/search_image_kounotori.gif") no-repeat;
		background-size: 100px auto;
	}


	/* アコーディオン(詳細条件を指定して検索) */
	header .searchBox .btnAccrd {
		/* background: url("../../common/img/2x/icon_plus.png") 1em center no-repeat #E8E7E3;
		background-size: 14px auto; */
	}
		header .searchBox .btnAccrd.active {
			/* background: url("../../common/img/2x/icon_minus.png") 1em center no-repeat #E8E7E3;
			background-size: 14px auto; */
		}

}
