@charset "utf-8";

/* 検索条件ボタンを画面下部に追従 */
.conditionbox-bottom {
	position: fixed;
	display: table;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 99;
}

.conditionbox-bottom-base {
	background-color: rgba(255, 255, 255, 0.9);
	display: table-cell;
	border-top: 1px solid #6fba2c;
	padding: 7px 8px;
	width: 100%;
}

.conditionbox-bottom-table {
	display: table;
	width: 100%;
	color: #000;
}

.conditionbox-bottom-table_countCell {
	display: table-cell;
	text-align: center;
	font-size: 0;
	font-weight: bold;
}

.conditionbox-bottom-table_buttonCell {
	display: table-cell;
	width: 92px;
	padding: 0 2px 0 10px;
	text-align: center;
	font-size: 0;
	font-weight: bold;
}

.conditionbox-bottom-totalhits_number {
	color: #f60;
	font-size: 16px;
	line-height: 16px;
	vertical-align: bottom;
}

.conditionbox-bottom-totalhits_text {
	font-size: 12px;
	line-height: 16px;
}

a.conditionbox-bottom-button:visited {
	color: #000;
}

.conditionbox-bottom-button {
	display: block;
	text-align: center;
	padding: 6px 0;
	background-color: #fff;
	border: 1px solid #6fba2c;
	box-sizing: border-box;
	border-radius: 15px;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #000;
	cursor: pointer;
	text-shadow: none;
}

.conditionbox-bottom-button.ui-hover {
	background-color: #eaeaea;
}

.conditionbox-bottom-cond_icon {
	background: url(https://asset01.suumo.jp/sp/img/chukoikkodate/list/ico_cond_search.png?id=20251204a9a2df4acc9) left center no-repeat;
	height: 16px;
	padding-left: 20px;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
	display: inline-block;
}

.conditionbox-bottom-historyBukken_icon {
	background: url(https://asset01.suumo.jp/sp/img/chukoikkodate/list/ico_history_bukken.png?id=20251204a9a2df4acc9) left center no-repeat;
	height: 16px;
	padding-left: 20px;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
	display: inline-block;
}

.hidden {
	display: none;
}

/* アニメーション　fadeInUp */
.conditionbox-bottom.fadeInUp {
	-webkit-animation-duration: 0.5s;
	-moz-animation: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
	}
}

@-moz-keyframes fadeInUp {
	from {
		opacity: 0;
		-moz-transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-moz-transform: none;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

/* アニメーション　fadeOutDown */
.conditionbox-bottom.fadeOutDown {
	-webkit-animation-duration: 0.5s;
	-moz-animation: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutDown;
	-moz-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1;
	}

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

@-moz-keyframes fadeOutDown {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-moz-transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeOutDown {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
}
