/* カスタマイズ用CSS */
div.search-cover {
	position: absolute;
	width: 108%;
	height: 104%;
	background: #999;
	opacity: 0.6;
	left: -4%;
	z-index: 99;
	border-radius: 8px;
	bottom: -2%;
}
div.search-cover img {
	z-index: 100;
	max-width: 66px;
}
div.search-cover-square {
	position: absolute;
	width: 66px;
	height: 66px;
	top: 0;
    background: #555;
    opacity: 0.6;
	z-index: 101;
}
div.search-cover img, div.search-cover-square {
	position: absolute;
	top: calc(50% - 33px);
	left: calc(50% - 33px);
}
@media only screen and (max-width: 767px) {
	div.search-cover {
		height: calc(100% - 64px);
		bottom: 0;
	}
}