@charset "utf-8";

/***************************************************
 * 共通
 ***************************************************/
.mb5 {
	margin-bottom: 5px;
}

/***************************************************
* パンくず
***************************************************/
.breadcrumb {
	margin: 10px 0 15px;
}

.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;
}

/**************************************************
 * 10件区切りヘッダー
 ***************************************************/
.readmoreborder {
	padding-top: 4px;
	background-color: #e3e3e5;
	border-bottom: 2px solid #81bb41;
}

.readmoreborder p {
	padding: 6px;
}

/**************************************************
 * 資料請求ボタン
 **************************************************/
.fixedBottomActionBtnBar {
	position: fixed;
	left: 0;
	bottom: -65px;
	width: 100%;
	display: table;
	z-index: 9999;
}

.fixedBottomActionBtnBar .fixedActionBtnBox {
	background-color: rgba(76, 76, 76, 0.7);
	display: table-cell;
	padding: 9px;
	width: 100%;
}

.fixedActionBtnBox-btn {
	display: block;
	text-align: center;
}

.inquirybtn {
	padding: 12px 13px 12px 9px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background-color: #f37e00;
	border-bottom: 2px solid #d26a00;
	border-radius: 3px;
}

.inquirybtn.ui-hover {
	background-color: #ea6e00;
}

.inquirybtn span {
	line-height: 22px;
}

.icnInquiryMail {
	padding-left: 48px;
	background: no-repeat url(https://asset01.suumo.jp/sp/img/chukoikkodate/osusumepickup/list/mail.png?id=20251204a9a2df4acc9);
	background-size: 26px 18px;
	-webkit-background-size: 26px 18px;
	display: inline-block;
}

.js-fixedBottomActionBtnBar-hidden {
	display: none;
}

/***************************************************
* 物件タイトル、件数表示
***************************************************/
.headerh2 {
	border-top: none;
	border-bottom: none;
	color: #333;
	font-size: 13px;
	padding-top: 11px;
	padding-bottom: 10px;
	background: #e4f1d7;
	text-shadow: none;
}

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

.headerh2 .h2_subtext {
	display: inline;
	font-size: 10px;
	font-weight: normal;
	border-left: none;
	margin-left: 0;
}

.h2_subtext .h2_subtext-displaynumber {
	display: inline;
	font-size: 10px;
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}

.h2_subtext .h2_subtext-totalnumber {
	display: inline;
	font-size: 13px;
	font-weight: bold;
	border-left: none;
	margin-left: 0;
	padding-left: 0;
	color: #f60;
}

.h2_subtext .h2_subtext-displaynumber {
	display: inline;
	font-size: 10px;
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}

.h2_subtext .h2_subtext-totalnumber {
	display: inline;
	font-size: 13px;
	font-weight: bold;
	border-left: none;
	margin-left: 0;
	padding-left: 0;
	color: #f60;
}

/***************************************************
 * 条件変更ボタン
 ***************************************************/
.conditionBox {
	padding: 9px 6px;
}

.conditionBox ul {
	border-radius: 3px;
	border: solid 1px #c5c5c5;
}

.conditionBox ul li + li {
	border-top: solid 1px #c5c5c5;
}

.conditionBox .conditionBox_head {
	padding: 8px 10px;
}

.conditionBox .conditionBox_head span {
	font-weight: bold;
	font-size: 12px;
}

.conditionBox .conditionBox_row {
	display: table;
	width: 100%;
	box-sizing: border-box;
}

.conditionBox .conditionBox_row .conditionBox_col {
	display: table-cell;
	vertical-align: middle;
}

.conditionBox .conditionBox_title {
	padding: 8px 10px;
	background-color: #f7f7f7;
	border-right: solid 1px #c5c5c5;
	width: 75px;
	border-radius: 0 0 0 3px;
}

.conditionBox .conditionBox_title span {
	font-weight: bold;
	font-size: 12px;
}

.conditionBox .conditionBox_title_area {
	position: relative;
	padding-left: 25px;
}

.conditionBox .conditionBox_title_area::before {
	content: " ";
	display: block;
	width: 16px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10px;
	background: url(https://asset01.suumo.jp/sp/img/chukoikkodate/osusumepickup/list/ico_area.png?id=20251204a9a2df4acc9) no-repeat;
	-webkit-background-size: 16px 20px;
	background-size: 16px 20px;
}

.conditionBox_title_enseneki {
	position: relative;
	padding-left: 25px;
}

.conditionBox .conditionBox_title_enseneki::before {
	content: " ";
	display: block;
	width: 16px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10px;
	background: url(https://asset01.suumo.jp/sp/img/chukoikkodate/osusumepickup/list/ico_train.png?id=20251204a9a2df4acc9) no-repeat;
	-webkit-background-size: 16px 20px;
	background-size: 16px 20px;
}

.conditionBox .conditionBox_title_detail {
	position: relative;
	padding-left: 25px;
}

.conditionBox .conditionBox_title_detail::before {
	content: " ";
	display: block;
	width: 16px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7px;
	background: url(https://asset01.suumo.jp/sp/img/chukoikkodate/osusumepickup/list/ico_check.png?id=20251204a9a2df4acc9) no-repeat;
	-webkit-background-size: 16px 15px;
	background-size: 16px 15px;
}

.conditionBox .conditionBox_link {
	display: block;
	position: relative;
	padding: 8px 18px 8px 8px;
	color: #333;
	font-size: 12px;
	line-height: 1.8;
}

.conditionBox .conditionBox_link_text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
}

.conditionBox ul a.icon-condition_arrow {
	position: relative;
	display: block;
}

.conditionBox ul a.icon-condition_arrow::before {
	width: 8px;
	height: 12px;
	content: "";
	display: block;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -6px;
	background: url(https://asset01.suumo.jp/sp/img/chukoikkodate/osusumepickup/list/sprite/conditionBox.png?id=20251204a9a2df4acc9) left top no-repeat;
	-webkit-background-size: 17px 101px;
	background-size: 17px 101px;
	background-position: 0 0;
}

.conditionBox ul a.icon-condition_arrow.ui-hover {
	background: #eaeaea;
}

.conditionBox ul li:last-child a.icon-condition_arrow.ui-hover {
	border-bottom-right-radius: 3px;
}

/***************************************************
 * 検索結果、並び替えセレクトボックス
 ***************************************************/
.resultBlock {
	display: table;
	width: 100%;
	background-color: #e3e3e5;
}

.resultBlock .resultBlock_col {
	display: table-cell;
	width: 50%;
	padding: 10px 6px 0;
	vertical-align: middle;
}

.resultBlock .resurtBlock_totalHits {
	color: #f77c00;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
}

.resultBlock .resurtBlock_ken {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	padding-left: 5px;
	display: inline-block;
}

/* セレクトボックス */
.resultBlock .resultBlock_col_select {
	text-align: right;
}

.resultBlock .resultBlock_select {
	display: inline-block;
	text-align: right;
	vertical-align: middle;
	width: 135px;
	height: 28px;
	border-radius: 3px;
	background-color: #fff;
	border: 1px solid #c5c5c5;
	-webkit-box-shadow: rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
}

.resultBlock .resultBlock_select .selectWrapper {
	position: relative;
}

.resultBlock .resultBlock_select .selectWrapper::before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 8px solid #ccc;
	top: 50%;
	margin-top: -3px;
	right: 10px;
}

.resultBlock .resultBlock_select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	background-color: transparent;
	width: 135px;
	height: 28px;
	border: none;
	padding-left: 7px;
	-webkit-tap-highlight-color: rgba(206, 242, 184, 0.5);
	font-size: 12px;
}

.result_num {
	background-color: #e3e3e5;
	font-size: 12px;
	padding: 6px 6px 0;
	display: block;
	width: 100%;
	text-align: left;
	line-height: 1.4;
}

.result_num .result_num-emphasis {
	color: #f77c00;
	font-weight: bold;
}

.innerInfo_catch {
	padding: 8px 5px;
	background-color: #f8f3eb;
}

.innerInfo_catch-caption {
	font-size: 10px;
	line-height: 1.6;
}

.bukkenList .innerFoot--borderless {
	border-top: none;
}

.banner-osp-header {
	text-align: center;
}

.banner-osp {
	width: 320px;
	height: 172px;
}

.banner-osp-header {
	text-align: center;
}

.banner-osp {
	width: 100%;
	height: auto;
	max-width: 414px;
}
