@charset "utf-8";

/*********************************************
　　物件検索履歴
*********************************************/

#history_dialog {
	padding: 2px;
}
#history_dialog tr:hover {
	background-color: #eef;
}
#history_dialog tr td {
	padding: 3px;
}
#history_dialog a {
	display: flex;
	gap: 0 15px;
	text-align: center;
	text-decoration: none;
	padding: 15px;
	border-radius: 5px;
	background-color: #eff1f4;
}
#history_dialog a span {
	line-height: 24px !important;
}

@media screen and (min-width:668px) {
	#history_dialog a span:nth-child(1) {
		display: flex !important;
		align-items: center;
		width: calc(100% - 200px) !important;
		font-size: 16px !important;
	}
	#history_dialog a span:nth-child(2) {
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 185px !important;
		min-height: 40px;
		padding: 5px 0;
		background: #607594;
		border-radius: 3px;
		font-size: 18px !important;
		color: #FFF !important;
		text-decoration: none !important;
		transition: all 0.3s;
	}
	#history_dialog a:hover span:nth-child(2) {
		background: #333;
	}
	#history_dialog {
		height: calc(100% - 90px) !important;
		overflow-y: auto;
	}
	#history_dialog ul {
		width: 100% !important;
		margin: 0 !important;
	}
	#history_dialog ul:not(:last-of-type) {
		margin-bottom: 15px !important;
	}
}
