.conditionbar {
	display: -webkit-box;
	display: flex;
	box-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	box-align: center;
	-webkit-box-align: center;
	align-items: center;
	padding: 10px;
}

.conditionbar .conditionbar-count {
	box-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
	color: #f60;
	font-size: 16px;
	font-weight: bold;
}

.conditionbar .conditionbar-btn {
	margin-right: 8px;
}

.conditionbar .conditionbar-btn:last-child {
	margin-right: 0;
}

.condition_order {
	display: -webkit-box;
	display: flex;
	box-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	box-align: center;
	-webkit-box-align: center;
	align-items: center;
	padding: 0 10px 10px;
	-webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px rgba(0, 0, 0, 0.3);
}

.condition_order::before {
	content: "";
	display: block;
	background: url('https://asset01.suumo.jp/sp/img/chintaigakubura/map/sprite/map-icon.png?id=2025120846864ac3665') no-repeat;
	-webkit-background-size: 64px, 216px;
	background-size: 64px, 216px;
	width: 13px;
	height: 10px;
	background-position: -40px 0;
}

.condition_order .condition_order-text {
	box-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
	margin-left: 5px;
	color: #333;
	font-size: 10px;
	line-height: 1.2;
}

.condition_order .condition_order-select select {
	color: #333;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	width: 145px;
	height: 28px;
	padding-left: 10px;
	padding-right: 20px;
	border: solid 1px #999;
	border-radius: 4px;
	background-color: transparent;
	background-image: url(https://asset01.suumo.jp/sp/img/chintaigakubura/map/select_arrow_v2.png?id=2025120846864ac3665), -webkit-gradient(linear, left bottom, left top, from(rgba(233, 232, 232, 1)), to(rgba(255, 255, 255, 1)));
	background-image: url(https://asset01.suumo.jp/sp/img/chintaigakubura/map/select_arrow_v2.png?id=2025120846864ac3665), -webkit-linear-gradient(bottom, rgba(233, 232, 232, 1), rgba(255, 255, 255, 1));
	background-image: url(https://asset01.suumo.jp/sp/img/chintaigakubura/map/select_arrow_v2.png?id=2025120846864ac3665), linear-gradient(to top, rgba(233, 232, 232, 1), rgba(255, 255, 255, 1));
	-webkit-background-size: 16px 7px, 100% 100%;
	background-size: 16px 7px, 100% 100%;
	background-position: center right;
	background-repeat: no-repeat;
	font-size: 12px;
	-webkit-tap-highlight-color: rgba(206, 242, 184, 0.5);
}

.tracemap {
	position: relative;
	width: 100%;
	height: 100%;
}

.tracemap::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 2px;
	background: rgba(0, 0, 0, 0.2);
}

.tracemap .tracemap-nazoru {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.tracemap .tracemap-nazoru.is-active {
	display: -webkit-box;
	display: flex;
	box-align: start;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.tracemap .tracemap-nazoru .tracemap-nazoru-title {
	position: relative;
	width: 100%;
	padding: 10px;
	background: #068bf1;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.tracemap .tracemap-nazoru .tracemap-nazoru-title::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 2px;
	background: rgba(0, 0, 0, 0.2);
}

.tracemap .tracemap-nazoru .tracemap-nazoru-canvas {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	width: 100%;
}

.tracemap .tracemap-gmap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.tracemap .tracemap-action {
	position: absolute;
	bottom: 60px;
	left: 20px;
	z-index: 3;
}

.tracemap .tracemap-list {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	display: none;
	width: 100%;
	border-top: 2px solid #ccc;
	-webkit-transform: translate3d(0, 230px, 0);
	transform: translate3d(0, 230px, 0);
}

.tracemap-list-action {
	position: absolute;
	top: -30px;
	right: 5px;
}

.tracemap_btn {
	display: -webkit-box;
	display: flex;
	box-align: center;
	-webkit-box-align: center;
	align-items: center;
	box-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 70px;
	height: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px 5px 0 0;
	background: #fff;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
}

.tracemap_btn-icon {
	margin-right: 5px;
}

.tracemap_btn-text {
	color: #333;
	font-size: 12px;
	font-weight: bold;
}

.tracemap .tracemap-list.is-active {
	display: block;
}

.tracemap .tracemap-list.is-open {
	-webkit-animation: key-tracemap_list-open 0.2s linear forwards;
	animation: key-tracemap_list-open 0.2s linear forwards;
}

.tracemap .tracemap-list.is-close {
	-webkit-animation: key-tracemap_list-close 0.2s linear forwards;
	animation: key-tracemap_list-close 0.2s linear forwards;
}

@-webkit-keyframes key-tracemap_list-open {
	0% {
		-webkit-transform: translate3d(0, 230px, 0);
		transform: translate3d(0, 230px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes key-tracemap_list-open {
	0% {
		-webkit-transform: translate3d(0, 230px, 0);
		transform: translate3d(0, 230px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes key-tracemap_list-close {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 230px, 0);
		transform: translate3d(0, 230px, 0);
	}
}

@keyframes key-tracemap_list-close {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 230px, 0);
		transform: translate3d(0, 230px, 0);
	}
}

.tracemap .tracemap-info {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 7px;
	background-color: rgba(76, 76, 76, 0.7);
	z-index: 4;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
}

.tracemap .tracemap-info ul {
	display: table;
	width: 100%;
}

.tracemap .tracemap-info ul > li {
	display: table-cell;
	width: 50%;
}

.tracemap .tracemap-info p {
	color: #fff;
	font-size: 15px;
	text-align: center;
	line-height: 1;
}

.tracemap .tracemap-info.is-active {
	display: block;
}

.tracemap .tracemap-info.is-open {
	-webkit-animation: key-tracemap_info-open 0.2s linear forwards;
	animation: key-tracemap_info-open 0.2s linear forwards;
}

.tracemap .tracemap-info.is-close {
	-webkit-animation: key-tracemap_info-close 0.2s linear forwards;
	animation: key-tracemap_info-close 0.2s linear forwards;
}

@-webkit-keyframes key-tracemap_info-open {
	0% {
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes key-tracemap_info-open {
	0% {
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes key-tracemap_info-close {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0);
	}
}

@keyframes key-tracemap_info-close {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0);
	}
}

@media all and (orientation: landscape) {
	.tracemap .tracemap-list {
		-webkit-transform: translate3d(0, 153px, 0);
		transform: translate3d(0, 153px, 0);
	}

	@-webkit-keyframes key-tracemap_list-open {
		0% {
			-webkit-transform: translate3d(0, 153px, 0);
			transform: translate3d(0, 153px, 0);
		}

		100% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}
	}

	@keyframes key-tracemap_list-open {
		0% {
			-webkit-transform: translate3d(0, 153px, 0);
			transform: translate3d(0, 153px, 0);
		}

		100% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}
	}

	@-webkit-keyframes key-tracemap_list-close {
		0% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}

		100% {
			-webkit-transform: translate3d(0, 153px, 0);
			transform: translate3d(0, 153px, 0);
		}
	}

	@keyframes key-tracemap_list-close {
		0% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}

		100% {
			-webkit-transform: translate3d(0, 153px, 0);
			transform: translate3d(0, 153px, 0);
		}
	}
}

.tracemap .tracemap-list .tracemap-list-select {
	position: absolute;
	top: 0;
	right: 10px;
}

.tracemap .tracemap-msgbox {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: none;
	width: 75%;
	padding: 18px 20px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.tracemap .tracemap-msgbox.is-active {
	display: block;
}

.tracemap .tracemap-loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: none;
	background: rgba(0, 0, 0, 0);
}

.tracemap .tracemap-loader.is-active {
	display: -webkit-box;
	display: flex;
	box-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	box-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.tracemap .tracemap-moreloader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
	display: none;
}

.tracemap .tracemap-moreloader.is-active {
	display: block;
}

.tracemap.tracemap--single .tracemap-list.is-open {
	-webkit-animation: key-tracemap_list-open--single 0.2s linear forwards;
	animation: key-tracemap_list-open--single 0.2s linear forwards;
}

.tracemap.tracemap--single .tracemap-list.is-close {
	-webkit-animation: key-tracemap_list-close--single 0.2s linear forwards;
	animation: key-tracemap_list-close--single 0.2s linear forwards;
}

@-webkit-keyframes key-tracemap_list-open--single {
	0% {
		-webkit-transform: translate3d(0, 230px, 0);
		transform: translate3d(0, 230px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes key-tracemap_list-open--single {
	0% {
		-webkit-transform: translate3d(0, 230px, 0);
		transform: translate3d(0, 230px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes key-tracemap_list-close--single {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 230px, 0);
		transform: translate3d(0, 230px, 0);
	}
}

@keyframes key-tracemap_list-close--single {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 230px, 0);
		transform: translate3d(0, 230px, 0);
	}
}

.tracemap_loader {
	width: 80px;
	height: 60px;
	border-radius: 5px;
	background-image: url(https://asset01.suumo.jp/sp/img/chintaigakubura/map/loader.gif?id=2025120846864ac3665);
	background-repeat: no-repeat;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
	background-position: center center;
	background-color: rgba(0, 0, 0, 0.7);
}

.tracemap_moreloader {
	padding: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: rgba(76, 76, 76, 0.7);
}

.tracemap_moreloader::before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 10px;
	background-image: url(https://asset01.suumo.jp/sp/img/chintaigakubura/map/moreloader.png?id=2025120846864ac3665);
	background-repeat: no-repeat;
	-webkit-background-size: 17px 17px;
	background-size: 17px 17px;
	background-position: center center;
	vertical-align: middle;
	-webkit-animation: key-tracemap-spin 1.2s linear infinite;
	animation: key-tracemap-spin 1.2s linear infinite;
}

.tracemap_moreloader .tracemap_moreloader-text {
	vertical-align: middle;
}

.tracemap_list {
	height: 180px;
	background: #fff;
	overflow-y: scroll;
}

.tracemap_list::-webkit-scrollbar {
	height: 5px;
	width: 5px;
}

.tracemap_list::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #eee;
}

.tracemap_list::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666;
}

.tracemap_list .tracemap_list-inner {
	padding: 10px;
}

@media all and (orientation: landscape) {
	.tracemap_list {
		height: 103px;
	}
}

.tracemap_list .tracemap_list-inner li {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #bcbcbc;
}

.tracemap_list .tracemap_list-inner li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.tracemap_list.tracemap_list--single {
	height: 102px;
	overflow-y: hidden;
}

.tracemap_listitem {
	display: -webkit-box;
	display: flex;
	box-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	box-align: start;
	-webkit-box-align: start;
	align-items: flex-start;
	overflow-wrap: anywhere;
	word-break: break-all;
}

.tracemap_listitem:hover {
	background-color: #eaeaea;
}

.tracemap_listitem .tracemap_listitem-object {
	position: relative;
	width: 82px;
	height: 82px;
	margin-right: 10px;
	overflow: hidden;
}

.tracemap_listitem .tracemap_listitem-object .tracemap_listitem-object-img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.tracemap_listitem .tracemap_listitem-body {
	box-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
}

.tracemap_listitem .tracemap_listitem-title {
	color: #f82055;
	font-size: 12px;
	font-weight: bold;
}

.tracemap_listitem .tracemap_listitem-title .tracemap_listitem-title-strong {
	font-size: 16px;
}

.tracemap_listitem .tracemap_listitem-title .tracemap_listitem-title-sub {
	margin-left: 5px;
	font-size: 11px;
}

.tracemap_listitem .tracemap_listitem-desc {
	color: #333;
	font-size: 11px;
	line-height: 1.5;
}

.tracemap_listloader {
	padding: 6px;
	background: #eee;
	color: #9a9d98;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	-webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2) inset;
}

.tracemap_listloader::before {
	content: "";
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-right: 20px;
	background-image: url(https://asset01.suumo.jp/sp/img/chintaigakubura/map/bukkenloader.png?id=2025120846864ac3665);
	background-repeat: no-repeat;
	-webkit-background-size: 23px 23px;
	background-size: 23px 23px;
	background-position: center center;
	vertical-align: middle;
	-webkit-animation: key-tracemap-spin 1.2s linear infinite;
	animation: key-tracemap-spin 1.2s linear infinite;
}

.tracemap_moreloader .tracemap_moreloader-text {
	vertical-align: middle;
}

@-webkit-keyframes key-tracemap-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes key-tracemap-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.fixedpage {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.pictbox {
	margin-top: -5px;
	min-height: 1px;
	_height: 1px;
}

/* stylelint-disable-next-line selector-max-id */
#bukkenListAll .pictbox span.cassettePct {
	margin-top: 5px;
	margin-right: 7px;
}

/* stylelint-disable-next-line selector-max-id */
#bukkenListAll .pictbox span.cassettePct:last-child {
	margin-right: 0;
}

/* botton */
.btn_nazoru {
	display: block;
	width: 64px;
	height: 64px;
	border-radius: 32px;
	background: url('https://asset01.suumo.jp/sp/img/chintaigakubura/map/sprite/map-icon.png?id=2025120846864ac3665') no-repeat;
	-webkit-background-size: 64px, 280px;
	background-size: 64px, 280px;
	background-position: 0 -24px;
}

.btn_nazoru.is-active {
	background-position: 0 -88px;
}

.btn_nazoru.is-inactive {
	background-position: 0 -152px;
}

.btn_nazoru.is-cancel {
	background-position: 0 -216px;
}

.btn_default {
	display: block;
	padding: 7px 8px 10px;
	border: 1px solid #bcbcbc;
	border-radius: 5px;
	-webkit-box-shadow: 0 -2px 0 0 #e8e8e8 inset;
	box-shadow: 0 -2px 0 0 #e8e8e8 inset;
	font-size: 12px;
	font-weight: bold;
}

.btn_default .btn_default-icon {
	margin-right: 5px;
}

.btn_default .btn_default-text {
	color: #000;
	vertical-align: middle;
}

.btn_default.ui-hover {
	opacity: 0.8;
}

.btn_default.is-inactive {
	border: 1px solid #d5d5d5;
	cursor: default;
}

.btn_default.is-inactive .btn_default-text {
	color: #ccc;
}

.btn_default.is-inactive.ui-hover {
	opacity: 1;
}

.btn-search {
	display: inline-block;
	width: 100%;
	padding: 10px;
	border: 1px solid #068bf1;
	border-bottom: 2px solid #0b6cba;
	border-radius: 3px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	text-shadow: none;
	background: #068bf1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* select */
.select_default {
	-webkit-appearance: none;
	appearance: none;
	min-width: 123px;
	padding: 7px 10px 10px 26px;
	border: 1px solid #bcbcbc;
	border-radius: 5px;
	background: url('https://asset01.suumo.jp/sp/img/chintaigakubura/map/select_arw.png?id=2025120846864ac3665') #fff no-repeat;
	-webkit-background-size: 18px, 5px;
	background-size: 18px, 5px;
	background-position: center left;
	-webkit-box-shadow: 0 -2px 0 0 #e8e8e8 inset;
	box-shadow: 0 -2px 0 0 #e8e8e8 inset;
	font-size: 12px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* pin */
.pin_bukken {
	position: absolute;
	display: -webkit-box;
	display: flex;
	box-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	box-align: center;
	-webkit-box-align: center;
	align-items: center;
	min-width: 30px;
	min-height: 30px;
	border-radius: 17px;
	border: 2px solid #fff;
	background: #6db62d;
	opacity: 0.8;
}

.pin_bukken .pin_bukken-text {
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.pin_bukken.is-active {
	background: #f60;
}

.pin_zoom {
	position: absolute;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	box-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	box-align: center;
	-webkit-box-align: center;
	align-items: center;
	min-width: 46px;
	min-height: 46px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: #6db62d;
	opacity: 0.8;
}

.pin_zoom .pin_zoom-icon {
	display: block;
}

.pin_zoom .pin_zoom-text {
	display: block;
	margin-top: 3px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

.pin_zoom.is-active {
	background: #f60;
}

/* sprite */
.map-icon {
	display: inline-block;
	vertical-align: middle;
	background: url('https://asset01.suumo.jp/sp/img/chintaigakubura/map/sprite/map-icon.png?id=2025120846864ac3665') no-repeat;
	-webkit-background-size: 64px, 294px;
	background-size: 64px, 294px;
}

.map-icon--checked {
	width: 13px;
	height: 12px;
	background-position: 0 0;
}

.map-icon--list {
	width: 12px;
	height: 12px;
	background-position: 0 -12px;
}

.map-icon--list_inactive {
	width: 12px;
	height: 12px;
	background-position: -28px 0;
}

.map-icon--map {
	width: 15px;
	height: 12px;
	background-position: -13px 0;
}

.map-icon--loupe {
	width: 13px;
	height: 14px;
	background-position: 0 -280px;
}

.map-icon--close_tracemap_list {
	width: 9px;
	height: 9px;
	background-position: -13px -280px;
}

.map-icon--close_tracemap_list {
	width: 9px;
	height: 9px;
	background-position: -13px -280px;
}

.aggregatelyList.bukkenList a.innerInfo:hover,
.aggregatelyList.bukkenRefineLst a.innerInfo:hover {
	background-color: #eaeaea;
}
