@charset "utf-8";

/***************************************************
 * パンくず
 ***************************************************/
.breadcrumb {
	margin: 10px 0 15px;
	overflow-wrap: anywhere;
	word-break: break-all;
}

.breadcrumb-inner {
	padding: 0 9px;
}

.breadcrumb-list {
	list-style: none;
}

.breadcrumb-list li {
	display: inline-block;
	font-size: 10px;
	line-height: 23px;
}

.breadcrumb-list li a {
	text-decoration: underline;
}

/**************************************************
 * ヘッダ部分
 **************************************************/
.headerWrap {
	padding-top: 5px;
	padding-bottom: 5px;
	background: #e4f1d7;
	display: table;
	width: 100%;
}

.headerWrap h2.title {
	display: table-cell;
	vertical-align: middle;
	border-top: none;
	border-bottom: none;
	color: #333;
	padding-top: 0;
	padding-bottom: 0;
	background: none;
	text-shadow: none;
}

.headerWrap h2.title span {
	display: block;
	border-left: 3px solid #61aa12;
	padding-left: 5px;
	margin-left: 5px;
	border-radius: 1px;
	font-size: 12px;
}

.headerWrap div {
	display: table-cell;
	width: 100px;
	vertical-align: middle;
	text-align: center;
}

.headerWrap a.ensenBtn {
	position: relative;
	display: inline-block;
	padding: 0 12px;
	border: 1px solid #61aa12;
	border-radius: 4px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
	background-color: #fff;
	-webkit-box-shadow: rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
	color: #333;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
}

.headerWrap a.ensenBtn.ui-hover {
	background-color: #e1e1e1;
}

/**************************************************
 * 沿線・駅セル
 **************************************************/
.secBody {
	overflow-wrap: anywhere;
	word-break: break-all;
}

form {
	margin-top: 12px;
}

.acdSearch {
	border-bottom: none;
}

.acdSearch .secHead {
	border: none;
	border-bottom: 1px solid #eee;
	background: #eee;
}

.acdSearch .secHead a {
	cursor: default;
}

.searchArea {
	background: #eee;
	padding-left: 0;
	display: table;
	table-layout: fixed;
}

.searchArea .chk {
	display: table-cell;
	vertical-align: middle;
	width: 45px;
	border: none;
	background: transparent;
	text-align: center;
}

.searchArea .dtc.wf {
	display: table-cell;
	width: auto;
}

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

form input[type=checkbox] {
	display: table-cell;
	width: 50px;
	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/chintaigakubura/enseneki/sprite/checkBox.png?id=2025120846864ac3665) left top no-repeat;
	-webkit-background-size: 22px 66px;
	background-position: 15px 0;
	border-style: none;
	outline: none;
}

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

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

.acdHead.searchArea a {
	padding: 17px 17px 17px 5px;
	border-bottom: none;
	display: table;
	vertical-align: middle;
	width: 100%;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	box-sizing: border-box;
	border-top: 1px solid #eee;
	background: transparent;
	line-height: 1;
}

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

.searchBody {
	padding-left: 0;
	background: #fff;
}

.listView {
	background: transparent;
}

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

.searchBody .chk {
	display: table-cell;
	vertical-align: middle;
	width: 45px;
	border-right: none;
	text-align: center;
	border-bottom: none;
	background: transparent;
}

.searchBody .chk.chkOn,
.searchBody .chk.chkOn + span.dtc a {
	background: #f9f9f9;
}

.searchBody input[type=checkbox] {
	background-position: 15px 0;
}

.listView li a,
.listView li a.ui-hover {
	display: table;
	width: 100%;
	padding: 8px 10px 7px;
	border-bottom: none;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	box-sizing: border-box;
	background: transparent;
}

.searchBody .listView.small li a {
	padding: 17px 17px 17px 5px;
	line-height: 0;
}

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

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

.searchBody p span {
	pointer-events: none;
}

span.bukkenCount {
	text-align: right;
	font-size: 13px;
	letter-spacing: 1px;
	white-space: nowrap;
}

span.bukkenCount span {
	display: inline;
}

.searchArea .ensenLine {
	display: table-cell;
	font-weight: bold;
	font-size: 15px;
	padding: 17px 17px 17px 5px;
}

.ekiLine {
	border-bottom: none;
	color: #333;
	font-size: 15px;
	font-weight: normal;
	box-sizing: border-box;
	padding: 17px 17px 17px 5px;
}

.bukkenCount {
	display: table-cell;
}

.bukkenCountUnit {
	width: 13px;
	padding-right: 15px;
}

p.searchArea {
	width: 100%;
}

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

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

/**************************************************
 * 固定検索バー
 **************************************************/
/* stylelint-disable-next-line selector-max-id */
#fixedBottomSearchBar {
	display: table;
	width: 100%;
	border: none;
	background-color: rgba(76, 76, 76, 0.7);
}

.formBtn.col2 .btnSearch.line2 {
	padding: 12px 10px;
	border: 1px solid #068bf1;
	background: #068bf1;
	border-bottom: 2px solid #0b6cba;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	text-shadow: none;
}

.formBtn.col2 .btnSearch.line2.ui-hover {
	border-color: #0675f1;
	background-color: #0675f1;
	border-bottom-color: #07589a;
}

.formBtn.col2 .btnSearch.more {
	padding: 12px 10px;
	border: 1px solid #61aa12;
	background: #61aa12;
	border-bottom: 2px solid #509407;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	text-shadow: none;
}

.formBtn.col2 .btnSearch.more.ui-hover {
	border-color: #559a0a;
	background-color: #559a0a;
	border-bottom-color: #458204;
}

.formBtn.col2 .btnSearch.disabled {
	border-color: #929292;
	background-color: #929292;
}

.formBtn.col2 .btnSearch.line2.disabled.ui-hover,
.formBtn.col2 .btnSearch.more.disabled.ui-hover {
	border-bottom: 2px solid #929292;
	background: #929292;
	border-color: #929292;
	text-shadow: none;
}

/***************************************************
* 固定バーなしの際に出るボタン
***************************************************/
.searchCenter {
	margin-top: 10px;
	padding: 10px 10px 20px;
	border-bottom: 1px solid #eee;
}

.searchCenter .formBtn.formBtn--narrow {
	margin: 0;
}

/**************************************************
 * 全てのチェックをはずす
 **************************************************/
.uncheckAll {
	padding: 20px 10px;
	border-bottom: 1px solid #eee;
	background: #fff;
}

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

.uncheckAll a.uncheckLink.disabled {
	color: #ccc;
}

/**************************************************
 * 沿線変更
 **************************************************/
.changeEnsen {
	padding: 20px 10px;
	border-bottom: 1px solid #eee;
	background: #fff;
}

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