/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 19 2026 | 06:39:41 */
/* 物件名の左margin・色 */
.es_new_block_name_wrap {
	margin-left: 10px !important;
	padding-left: 0 !important;
}
.es_new_block_name {
	color: #004c8e !important;
}

/* 賃料行の左margin・色（has-iconのpaddingも上書き） */
p.es_new_block_price,
p.has-icon.es_new_block_price {
	margin-left: 10px !important;
	padding-left: 0 !important;
	color: #004c8e !important;
}
.es_new_block_price * {
	color: #004c8e !important;
}

/* ¥アイコンを非表示 */
.es_new_block_price_icon {
	display: none !important;
}

/* 間取りspanの色 */
.madori_custom {
	color: #004c8e !important;
}

/* ==================================================
新着物件カード：seiwa-style風シンプル表示 v3
追加先：WordPress管理画面 → 外観 → カスタマイズ → 追加CSS
================================================== */

/* 物件種別タグを非表示 */
.es_new_block_genre {
	display: none !important;
}

/* 最寄り駅情報を非表示 */
.es_new_block_access {
	display: none !important;
}

/* セールスポイントを非表示 */
.es_new_block_salespoint {
	display: none !important;
}

/* 物件名：小さめ・細め */
.es_new_block_name_wrap {
	margin-bottom: 2px !important;
}
.es_new_block_name {
	font-size: 12px !important;
	font-weight: normal !important;
	color: #004c8e !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

/* 賃料と間取りを横並びにするためのコンテナ設定 */
.es_new_block_price,
.es_new_block_houseplan {
	display: inline !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.4 !important;
}

/* 賃料：大きめフォント */
.es_new_block_price {
	font-size: 14px !important;
	font-weight: bold !important;
	color: #111 !important;
}
.es_new_block_price .color_em {
	font-size: 18px !important;
}
/* 賃料行のアイコンを非表示 */
.es_new_block_price_icon {
	display: none !important;
}

/* 間取り：賃料より小さく横に並べる */
.es_new_block_houseplan {
	font-size: 14px !important;
	font-weight: bold !important;
	color: #111 !important;
	margin-left: 2px !important;
}
/* 間取り行のアイコン（家マーク）を非表示 */
.es_new_block_houseplan_icon {
	display: none !important;
}

/* 間取り行の「- /」（階数部分）をoverflow hiddenで隠す */
/* ※ 「- / 1K / 26.33㎡」→ 幅を絞って見切れさせる応急処置は不安定なため、
㎡まで含めた表示「1K / 26.33㎡」を許容する形を推奨します */

/* カード全体の余白調整 */
.es_new_block_item .es_new_block_link {
	padding-bottom: 8px !important;
}