<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/***************************************************
* コンテンツ
***************************************************/
.secBody {
	background: #fff;
	overflow-wrap: anywhere;
	word-break: break-all;
}

.secBody form {
	border-top: 1px solid #eee;
}

.acdSearch .secHead {
	border-bottom: none;
}

.acdSearch .secHead .searchArea {
	background: transparent;
	display: table;
	width: 100%;
	padding-left: 0;
}

.acdSearch .seireiHead {
	font-size: 15px;
	font-weight: bold;
	background: #eee;
	padding-top: 5px;
	padding-bottom: 5px;
}

.acdSearch .seireiHead span.dtc {
	padding-left: 10px;
}

.acdSearch .secHead .searchArea .chk {
	background: #eee;
	display: table-cell;
	border-right: none;
}

.acdSearch .acdHead a {
	padding: 17px 17px 17px 5px;
	line-height: 0;
}

.acdHead.searchArea a {
	box-sizing: border-box;
	border-top: none;
	border-bottom: none;
}

.acdSearch.noSeirei .secHead .searchArea .chk {
	background: transparent;
}

.acdSearch.noSeirei .acdHead.searchArea a {
	background: transparent;
	font-weight: normal;
}

.acdSearch.noSeirei {
	border-bottom: 1px solid #eee;
}

.acdSearch input[type=checkbox] {
	display: table-cell;
	width: 45px;
	height: 22px;
	position: absolute;
	margin-top: -10px;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background: url(https://asset01.suumo.jp/sp/img/chintai/area/sprite/checkBox.png?id=20250707a2d675927fe) left top no-repeat;
	-webkit-background-size: 22px 66px;
	background-position: 15px 0;
	border-style: none;
	outline: none;
}

.acdSearch input[type="checkbox"]:checked {
	background-position: 15px -22px;
}

.acdSearch input[type="checkbox"]:disabled {
	background-position: 15px -44px;
}

.searchBody {
	padding-left: 0;
	background: transparent;
}

.listView {
	background: #fff;
}

.listView li {
	border-bottom: 1px solid #eee;
}

.searchBody .chk {
	background: transparent;
	border-bottom: none;
	border-right: none;
}

.listView li a {
	display: table;
	width: 100%;
	padding: 17px 17px 17px 5px;
	border-bottom: none;
	color: #333;
	font-size: 15px;
	font-weight: normal;
	box-sizing: border-box;
	background: transparent;
}

.listView li p.disabled a {
	color: #ccc;
}

.searchBody .listView.small li a {
	padding: 17px 17px 17px 5px;
}

.noSeirei .acdHead .chk.chkOn,
.noSeirei .acdHead .chk.chkOn + span.dtc a {
	/* stylelint-disable-next-line declaration-no-important */
	background: #f9f9f9 !important;
}

.secBody .listView .chk.chkOn,
.secBody .listView .chk.chkOn + span.dtc a {
	/* stylelint-disable-next-line declaration-no-important */
	background: #f9f9f9 !important;
}

.noSeirei .secHead p:not(.disabled):active {
	background: #f9f9f9;
}

.listView li a.ui-hover {
	background: transparent;
}

.secBody .listView li p:not(.disabled):active {
	background: #f9f9f9;
}

.acdHead.disabled a.ui-hover {
	background: #eee;
}

.noSeirei .searchArea.disabled a {
	color: #ccc;
}

.listView li a.disabled {
	border-bottom: none;
	color: #ccc;
	font-weight: normal;
	background: transparent;
}

.searchBody p,
p.searchArea {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.acdHead.searchArea a.disabled {
	color: #ccc;
}

.shibuHead p {
	background: #eee;
	display: table;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.shibuHead span {
	padding-left: 10px;
}

span.bukkenCount {
	padding-right: 15px;
	text-align: right;
	/* stylelint-disable-next-line declaration-no-important */
	font-size: 13px !important;
	letter-spacing: 1px;
	white-space: nowrap;
}

.shikugunLine {
	display: table-cell;
	border-bottom: none;
	color: #333;
	font-size: 15px;
	font-weight: normal;
	box-sizing: border-box;
	padding: 17px 17px 17px 0;
}

.bukkenCount {
	display: table-cell;
}

.bukkenCountUnit {
	width: 13px;
}

p.searchArea {
	width: 100%;
}

.noSeirei .disabled span,
.listView li .disabled span {
	color: #ccc;
}

.noSeirei .acdHead .chk.chkOn,
.noSeirei .acdHead .chk.chkOn ~ label,
.secBody .listView .chk.chkOn,
.secBody .listView .chk.chkOn ~ label,
.searchBody .chk.chkOn,
.searchBody .chk.chkOn ~ label {
	/* stylelint-disable-next-line declaration-no-important */
	background-color: #f9f9f9 !important;
}

.searchBody .listView label {
	padding: 0;
	border-bottom: 0;
	font-weight: normal;
	background: none;
}

.searchArea label {
	display: table;
	width: 100%;
}

/***************************************************
* すべてのチェックをはずす
***************************************************/
.checkClearWrap {
	margin-top: 10px;
	padding: 10px 0 20px 10px;
	border-bottom: 1px solid #eee;
}

.checkClearWrap a {
	text-decoration: underline;
	cursor: pointer;
}

.checkClearWrap a.disabled {
	color: #ccc;
}
</pre></body></html>