@charset "UTF-8";
/* CSS Document */

/*===================================================
	検索結果ページ用CSS
===================================================*/

/* --------------------------------------------------
	header
-------------------------------------------------- */
header .headTop h1 {
	width: 179px;
}
	header .headTop h2:before {
		content: '';
		position: absolute;
		left: -140px;
		width: 121px;
		height: 90px;
		background: url("../../usagi/img/result/1x/search_image_rabbit.gif") no-repeat;
		background-size: 121px auto;
	}
	header .headTop h2:after {
		content: '';
		position: absolute;
		right: -130px;
		width: 100px;
		height: 90px;
		background: url("../../usagi/img/result/1x/search_image_kounotori.gif") no-repeat;
		background-size: 100px auto;
	}
/*===================================================
	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("../../usagi/img/result/2x/search_image_rabbit.gif") no-repeat;
		background-size: 121px auto;
	}

	/* コウノトリ */
	header .headTop h2:after {
		background: url("../../usagi/img/result/2x/search_image_kounotori.gif") no-repeat;
		background-size: 100px auto;
	}
}

.searchCnt {
	padding-bottom: 20px;
}
