@charset "utf-8";

/***************************************************
* 共通
***************************************************/
article {
	background: #f2f2f2;
}

.inner {
	margin: 20px 10px 0;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overflow-wrap: anywhere;
	word-break: break-all;
}

.fs12 {
	font-size: 12px;
}

.fs15 {
	font-size: 15px;
}

.mt10 {
	margin-top: 10px;
}

.center {
	text-align: center;
}

/***************************************************
 * パンくず
 ***************************************************/
.breadcrumb {
	background: #fff;
	overflow-wrap: anywhere;
	padding: 10px 0 15px;
	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;
}

/***************************************************
* 物件名
***************************************************/
.bukkenHeader {
	display: table;
	background: #414a40;
	width: 100%;
	overflow-wrap: anywhere;
	word-break: break-all;
}

.bukkenHeader h2 {
	display: table-cell;
	border: 0;
	color: #fff;
	font-size: 13px;
	text-shadow: none;
	padding: 10px;
	background: none;
	vertical-align: middle;
	line-height: 1.4;
}

.bukkenHeader .btnWrap {
	display: table-cell;
	width: 60px;
	height: 100%;
	padding: 8px 10px;
	vertical-align: middle;
}

/***************************************************
* ピックアップ
***************************************************/
.pickUp {
	position: relative;
	margin-top: -30px;
}

.pickUp > div {
	margin: 10px 0;
	background: #fff;
	padding: 15px 10px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1);
}

.pickUp > div > ul > li {
	padding-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
}

.pickUp > div > ul > li:last-child {
	padding-bottom: 0;
}

.pickUp .price {
	color: #f82055;
	font-size: 22px;
	padding-right: 10px;
}

.pickUp .kannrihi {
	color: #f82055;
}

.pickUp .pictGray {
	padding: 3px;
	background-color: #ddd;
	border-radius: 3px;
	margin-right: 10px;
	font-size: 12px;
}

.pickUp .reikin {
	margin-left: 20px;
}

/***************************************************
* ボタン
***************************************************/
.btnArea .row {
	margin-top: 10px;
	display: table;
	width: 100%;
}

.btnArea .row.mt5 {
	margin-top: 5px;
}

.btnArea .row .col2 {
	display: table-cell;
	width: 50%;
}

.btnArea .row .col2:nth-child(1) {
	padding-right: 5px;
}

.btnArea .row .col2:nth-child(2) {
	padding-left: 5px;
}

.btnArea .row .col2.noPadding {
	padding-right: 0;
}

.button {
	display: inline-block;
	width: 100%;
	position: relative;
	border: 1px solid #06c;
	border-radius: 3px;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
	box-sizing: border-box;
	cursor: pointer;
}

/* ボタン：オレンジ */
.button.buttonOrange {
	background: #f77c00;
	border: 1px solid #f77c00;
	border-bottom: 4px solid #e15f00;
	color: #fff;
	font-size: 15px;
}

.button.buttonOrange.ui-hover {
	background: #f36100;
	border: 1px solid #f36100;
	border-bottom: 4px solid #c95602;
}

/* ボタン：ピンク */
.button.buttonPink {
	background: #f4434b;
	border: 1px solid #f4434b;
	border-bottom: 4px solid #d0030f;
	color: #fff;
	font-size: 15px;
}

.button.buttonPink.ui-hover {
	background: #f22d36;
	border: 1px solid #f22d36;
	border-bottom: 4px solid #ba030d;
}

/* ボタン：白 */
.button.buttonWhite {
	background: #fff;
	border: 1px solid #c5c5c5;
	-webkit-box-shadow: rgba(235, 235, 235, 0.7) 0 -4px 0 inset;
	color: #333;
}

.button.buttonWhite.ui-hover {
	background: #eaeaea;
}

/* ボタン：みどり */
.button.buttonGreen {
	background-color: #6fba2c;
	border: 1px solid #6fba2c;
	border-bottom: 4px solid #509407;
	color: #fff;
}

.button.buttonGreen.ui-hover {
	background-color: #559a0a;
	border: 1px solid #559a0a;
	border-bottom: 2px solid #458204;
}

.button.iconMap {
	text-indent: -9999px;
	width: 45px;
	height: 35px;
	background-image: url(https://asset01.suumo.jp/sp/img/chintaigakubura/detail/common/map.png?id=20251204a9a2df4acc9);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 13px auto;
	background-size: 13px auto;
}

/* お気に入りボタン(大) */
.button.icnFavorite {
	padding: 0;
}

.button.icnFavorite .dib {
	display: inline-block;
	text-align: left;
	line-height: 1.4;
	padding: 5px 0 5px 30px;
	position: relative;
}

.button.icnFavorite .dib::before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(https://asset01.suumo.jp/sp/img/chintaigakubura/detail/common/sprite/button.png?id=20251204a9a2df4acc9) left top no-repeat;
	-webkit-background-size: 20px 110px;
	background-size: 20px 110px;
	background-position: 0 0;
	top: 50%;
	margin-top: -10px;
	left: 0;
}

.button.icnFavorite.isRegisted {
	color: #c5c5c5;
}

.button.icnFavorite.isRegisted .dib::before {
	background-position: 0 -20px;
}

.button.icnFavorite.favoriteNobr {
	padding: 8px 0;
}

.button.icnFavorite > span {
	display: inline-block;
	height: 20px;
	padding-left: 26px;
	background: url(https://asset01.suumo.jp/sp/img/chintaigakubura/detail/common/sprite/button.png?id=20251204a9a2df4acc9) left top no-repeat;
	-webkit-background-size: 20px 110px;
	background-size: 20px 110px;
	background-position: 0 0;
	font-size: 14px;
	line-height: 1.5;
	vertical-align: middle;
}

.button.icnFavorite.isRegisted > span {
	color: #c5c5c5;
	background-position: 0 -20px;
}

/* お気に入りボタン(小) */
.button.icnFavorite.icnFavoriteSmall {
	padding: 5px 0;
}

.button.icnFavorite.icnFavoriteSmall span {
	height: 15px;
	padding-left: 19px;
	background-position: 0 -40px;
	line-height: 1;
}

.button.icnFavorite.icnFavoriteSmall.isRegisted span {
	background-position: 0 -55px;
}

/* ボタン：メール */
.button.icnBukkenMail {
	padding: 9px 0;
}

.button.icnBukkenMail span {
	display: inline-block;
	height: 20px;
	padding-left: 26px;
	background: url(https://asset01.suumo.jp/sp/img/chintaigakubura/detail/common/sprite/button.png?id=20251204a9a2df4acc9) left top no-repeat;
	-webkit-background-size: 20px 110px;
	background-size: 20px 110px;
	background-position: 0 -90px;
	font-size: 14px;
	line-height: 1.5;
	vertical-align: middle;
}

/* ボタン：ライン */
.button.icnLine {
	padding: 9px 0;
}

.button.icnLine span {
	display: inline-block;
	height: 20px;
	padding: 0 0 0 26px;
	background: url(https://asset01.suumo.jp/sp/img/chintaigakubura/detail/common/sprite/button.png?id=20251204a9a2df4acc9) left top no-repeat;
	-webkit-background-size: 20px 110px;
	background-size: 20px 110px;
	background-position: 0 -70px;
	font-size: 14px;
	line-height: 1.5;
	vertical-align: middle;
}

.button .dib {
	display: inline-block;
	text-align: left;
	line-height: 1.4;
	padding: 0 0 2px;
}

/* 資料請求ボタン */
.topContactBtn,
.bottomContactBtn {
	padding: 2px 0;
}

.topContactBtn span,
.bottomContactBtn span {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

/***************************************************
* 取扱い店舗導線
***************************************************/

/* 店舗一覧へのリンク */
.toriatukaiTenpoListLink {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.toriatukaiTenpoListLink .buttonWhite {
	line-height: 1.4;
	padding: 10px 0;
}

.toriatukaiTenpoListLink .tenpoNumber {
	line-height: 1.4;
	font-size: 12px;
	font-weight: bold;
}

.toriatukaiTenpoListLink .tenpoNumber span {
	font-size: 22px;
	color: #e1157b;
	padding: 0 5px;
}

/* 店舗詳細へのリンク */
.toriatukaiTenpoDetailLink {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}

.toriatukaiTenpoDetailLink a.tenpo {
	display: block;
	background-color: #ddd;
	border: 1px dashed #999;
	border-radius: 3px;
	padding: 10px 25px 10px 10px;
	position: relative;
	color: #333;
}

.toriatukaiTenpoDetailLink a.tenpo.ui-hover {
	background: #b7b7b7;
}

.toriatukaiTenpoDetailLink a.tenpo::after {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 13px;
	background: no-repeat url(https://asset01.suumo.jp/sp/img/chintaigakubura/detail/common/arrow_right_blue.png?id=20251204a9a2df4acc9);
	background-size: 8px 13px;
	-webkit-background-size: 8px 13px;
	background-position: 0 0;
	top: 50%;
	margin-top: -6px;
	right: 10px;
}

.toriatukaiTenpoDetailLink a.tenpo span:first-child {
	display: block;
	padding-bottom: 8px;
}

.toriatukaiTenpoDetailLink a.tenpo span:last-child {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	color: #06c;
}

/***************************************************
* キャッチ
***************************************************/
.caption {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
	padding: 0 5px;
}

.netFreeComment {
	line-height: 1.4;
	font-size: 14px;
	padding: 10px 5px 0;
}

/***************************************************
* テーブル
***************************************************/
.table {
	width: 100%;
	margin-top: 10px;
	border-collapse: separate;
	border-spacing: 10px 10px;
	font-size: 14px;
	font-weight: normal;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	background: #fff;
}

.table h3 {
	font-size: 16px;
	color: #558e22;
}

.table th,
.table td {
	width: 100%;
	display: block;
	text-align: left;
	box-sizing: border-box;
}

.table th {
	padding: 5px;
	font-weight: normal;
	color: #5f5f5f;
}

.table td {
	border-bottom: 1px solid #d2d2d2;
	padding: 5px 5px 10px;
	font-weight: bold;
	line-height: 1.4;
}

.table tr:last-child td {
	border-bottom: none;
}

/* ボタンのあるセルの場合 */
.table th.btnCell {
	border-bottom: 1px solid #d2d2d2;
	padding: 0 5px;
}

.table th.btnCell table {
	width: 100%;
}

.table th.btnCell th {
	padding: 5px 5px 5px 0;
}

.table th.btnCell td {
	width: auto;
	display: table-cell;
	padding: 5px 5px 10px 0;
	border-bottom: none;
	color: #333;
}

.table th.btnCell .btnWrap {
	text-align: right;
}

/***************************************************
* カセット
***************************************************/
.cassette {
	font-size: 14px;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	background: #fff;
	line-height: 1.4;
}

.cassette h3 {
	font-size: 16px;
	padding: 15px;
	color: #558e22;
}

.cassette p {
	padding: 0 15px 15px;
}

/***************************************************
* 基本情報
***************************************************/
.basicInfo {
	margin: 20px 0 0;
}

/***************************************************
* パノラマ
***************************************************/
.inner.inner--section {
	margin: 20px 0 0;
}

.inner_section {
	background-color: #fff;
	padding: 15px;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}

.inner_section .inner_section-header {
	display: block;
}

.inner_section .inner_section-header h3 {
	font-size: 16px;
	color: #558e22;
}

.inner_section .inner_section-item {
	margin-top: 20px;
	display: table;
	width: 100%;
	box-sizing: border-box;
}

.inner_section .inner_section-item .inner_section-item-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 218px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	max-width: 100%;
	max-height: 218px;
	background-color: #000;
}

.inner_section .inner_section-item .inner_section-item-cell img {
	width: auto;
	height: auto;
	max-height: 218px;
	max-width: 100%;
	vertical-align: bottom;
}

.inner_panorama {
	position: relative;
	display: inline-block;
}

.inner_panorama::before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -45px;
	margin-top: -49px;
	content: "";
	background: url("https://asset01.suumo.jp/sp/img/chintaigakubura/detail/common/panorama.png?id=20251204a9a2df4acc9") no-repeat;
	width: 90px;
	height: 98px;
	background-size: 90px 98px;
	display: inline-block;
}

.inner_movie {
	position: relative;
	display: block;
}

.inner_movie::before {
	content: "";
	background: url('https://asset01.suumo.jp/sp/img/chintaigakubura/detail/common/movie_play.png?id=20251204a9a2df4acc9') no-repeat;
	display: inline-block;
	background-size: 72px 72px;
	width: 72px;
	height: 72px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -36px;
	margin-left: -36px;
}

/***************************************************
* 部屋の特徴
***************************************************/
.tokucho {
	margin: 20px 0 0;
}

.tokucho .pict {
	width: 100%;
	display: block;
}

.tokucho .pict li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.tokucho .pict::after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.tokucho .pict span.pictBlue {
	background: #2c9cb9;
	display: block;
	color: #fff;
	font-size: 12px;
	padding: 7px 12px;
	font-weight: bold;
	border-radius: 5px;
	text-align: center;
}

.tokucho .pict li:nth-child(odd) span {
	margin-right: 7px;
}

.tokucho .pict li:nth-child(even) span {
	margin-left: 7px;
}

.tokucho .pict span.pictDisable {
	background: #dadada;
}

/***************************************************
* 周辺環境
***************************************************/
.kankyo {
	margin: 20px 0 0;
}

.kankyo .table td {
	padding: 5px 5px 12px;
}

.kankyo dt,
.kankyo dd {
	line-height: 1.5;
}

.kankyo dt {
	color: #999;
}

.kankyo .icons {
	position: relative;
	display: block;
	padding-left: 40px;
	line-height: 1.8;
}

.kankyo .icons::before {
	content: "";
	display: block;
	position: absolute;
	width: 29px;
	height: 29px;
	background-image: url(https://asset01.suumo.jp/sp/img/chintaigakubura/detail/common/sprite/kankyo.png?id=20251204a9a2df4acc9);
	background-repeat: no-repeat;
	background-size: 29px 348px;
	-webkit-background-size: 29px 348px;
	top: 50%;
	margin-top: -14px;
	left: 0;
}

/* ショッピングセンター */
.kankyo .icons.icon_02060201::before {
	background-position: 0 -58px;
}

/*
icon_02060202 スーパー
icon_02060205 ホームセンター
*/
.kankyo .icons.icon_02060202::before,
.kankyo .icons.icon_02060205::before {
	background-position: 0 -29px;
}

/* コンビニ */
.kankyo .icons.icon_02060203::before {
	background-position: 0 0;
}

/* ドラッグストア */
.kankyo .icons.icon_02060204::before {
	background-position: 0 -203px;
}

/*
icon_02060206 高校・高専
icon_02060207 中学校
icon_02060208 小学校
icon_02060219 大学・短大
*/
.kankyo .icons.icon_02060206::before,
.kankyo .icons.icon_02060207::before,
.kankyo .icons.icon_02060208::before,
.kankyo .icons.icon_02060219::before {
	background-position: 0 -261px;
}

/* 幼稚園・保育園 */
.kankyo .icons.icon_02060209::before {
	background-position: 0 -290px;
}

/* 病院 */
.kankyo .icons.icon_02060210::before {
	background-position: 0 -232px;
}

/*
icon_02060211 郵便局
icon_02060214 銀行
*/
.kankyo .icons.icon_02060211::before,
.kankyo .icons.icon_02060214::before {
	background-position: 0 -319px;
}

/* 図書館 */
.kankyo .icons.icon_02060213::before {
	background-position: 0 -145px;
}

/* 公園 */
.kankyo .icons.icon_02060216::before {
	background-position: 0 -174px;
}

/* 飲食店 */
.kankyo .icons.icon_02060218::before {
	background-position: 0 -87px;
}

/*
icon_02060212 役所
icon_02060215 警察署・交番
icon_02060217 レンタルビデオ
icon_02060299 icon_ その他
*/

.kankyo .icons.icon_02060212::before,
.kankyo .icons.icon_02060215::before,
.kankyo .icons.icon_02060217::before,
.kankyo .icons.icon_02060299::before,
.kankyo .icons.icon_::before {
	background-position: 0 -116px;
}

.kankyo .mapLink {
	background: #fff;
	border-bottom: 1px solid #d2d2d2;
	font-size: 14px;
}

/***************************************************
* リンク
***************************************************/
.arrowRightLink {
	display: block;
	font-weight: bold;
	padding: 15px;
	position: relative;
	cursor: pointer;
}

.arrowRightLink::after {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 13px;
	background: no-repeat url(https://asset01.suumo.jp/sp/img/chintaigakubura/detail/common/arrow_right_blue.png?id=20251204a9a2df4acc9);
	background-size: 8px 13px;
	-webkit-background-size: 8px 13px;
	top: 50%;
	margin-top: -6px;
	right: 15px;
}

/***************************************************
* 物件概要
***************************************************/
.description {
	margin: 20px 0 0;
}

/***************************************************
* 店舗情報
***************************************************/
.storeDetail {
	margin: 20px 0 0;
}

.storeTel span:first-child {
	font-size: 18px;
}

.storeDetailLink {
	background: #fff;
	border-bottom: 1px solid #d2d2d2;
	font-size: 14px;
}

/***************************************************
* 物件コード
***************************************************/
.bukkenCode {
	margin: 20px 15px;
}

.bukkenCode p {
	font-size: 14px;
	margin-bottom: 5px;
}

/***************************************************
* 掲載物件情報について
***************************************************/
.keisai {
	margin: 20px 15px;
}

.keisai p {
	font-size: 14px;
	line-height: 1.6;
}

.keisai .keisaiLink {
	margin-top: 15px;
}

.keisai .keisaiLink a {
	color: #001add;
}

/***************************************************
* 下部固定バー
***************************************************/
.fixedBarWrap {
	width: 100%;
	background-color: rgba(76, 76, 76, 0.7);
	display: table;
	position: fixed;
	bottom: -1%;
	height: 67px;
	left: 0;
	z-index: 99;
}

.fixedBarWrap ul {
	display: table;
	width: 100%;
}

.fixedBarWrap ul li {
	display: table-cell;
	vertical-align: top;
}

.fixedBarWrap ul li:nth-child(1) {
	width: 50%;
	padding: 8px 10px 10px 8px;
}

.fixedBarWrap ul li:nth-child(2) {
	width: 50%;
	padding: 8px 8px 10px 0;
}

.fixedBarHidden {
	visibility: hidden;
}

.shiryoseikyuBtn {
	display: inline-block;
	width: 100%;
	font-size: 15px;
	padding-top: 0;
	padding-bottom: 0;
	background: #f77c00;
	border-radius: 3px;
	border-bottom: 4px solid #e15f00;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.shiryoseikyuBtn.ui-hover {
	background-color: #f36100;
	border-bottom: 4px solid #c95602;
}

.btnFixedBarTel {
	display: inline-block;
	height: 44px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	background: #068bf1;
	border-radius: 3px;
	border-bottom: 4px solid #0b6cba;
	color: #fff;
	position: relative;
}

.shiryoseikyuBtn .dib,
.btnFixedBarTel .dib {
	display: inline-block;
	text-align: left;
	line-height: 1.4;
	padding: 0 0 2px;
}

.btnFixedBarTel.ui-hover {
	background-color: #0675f1;
	border-bottom: 4px solid #07589a;
}

/* アニメーション　fadeInUp */
.fixedBarWrap.fadeInUp {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

/* アニメーション　fadeOutDown */
.fixedBarWrap.fadeOutDown {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeOutDown {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
}

/***************************************************
* おすすめ物件
***************************************************/
/* stylelint-disable selector-max-id */
#smp_recommend_content_view .secHead {
	margin-top: 20px;
	border-top: none;
}

#smp_recommend_content_view h3.h3DOlivGrn {
	border-top: none;
	border-bottom: none;
	background: #60aa11;
}

#smp_recommend_content_view h3.h3DOlivGrn span {
	display: block;
	padding: 10px 15px;
	color: #fff;
	font-size: 14px;
	border-bottom: none;
}

#smp_recommend_content_view .mt5 {
	margin-top: 5px;
}

#smp_recommend_content_view .secBody {
	background: #fff;
}

#smp_recommend_content_view .listView {
	padding: 8px 6px;
	background-color: #e3e3e5;
}

#smp_recommend_content_view .listView li {
	margin-top: 8px;
	-webkit-box-shadow: 0 0 5px rgba(195, 194, 196, 0.66);
	box-shadow: 0 0 5px rgba(195, 194, 196, 0.66);
}

#smp_recommend_content_view .listView li:first-child {
	margin-top: 0;
}

#smp_recommend_content_view .linkBox {
	display: block;
	padding: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fff;
}

#smp_recommend_content_view .linkBox.ui-hover {
	background: #eaeaea;
}

#smp_recommend_content_view .linkBox .linkHeader {
	display: table;
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
}

#smp_recommend_content_view .linkBox .linkHeader .titleWrap {
	display: table-cell;
	padding: 12px 10px;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	word-break: break-all;
	line-height: 15px;
}

#smp_recommend_content_view .linkBox .linkMainImg {
	padding: 10px 10px 0;
}

#smp_recommend_content_view .linkBox .linkMainImg .imgWrap {
	width: 288px;
	height: 178px;
	margin-left: auto;
	margin-right: auto;
}

#smp_recommend_content_view .linkBox .linkBody {
	display: table;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 8px 10px;
	color: #333;
	font-size: 14px;
	box-sizing: border-box;
}

#smp_recommend_content_view .linkBox .linkBody .linkBodyImg {
	display: table-cell;
	width: 100px;
	vertical-align: top;
}

#smp_recommend_content_view .linkBox .linkBody .linkBodyInfo {
	display: table-cell;
	padding-left: 10px;
	vertical-align: top;
}

#smp_recommend_content_view .linkBox .imgWrap {
	display: block;
	position: relative;
	width: 100px;
	height: 100px;
	margin: 0;
	border: none;
	overflow: hidden;
}

#smp_recommend_content_view .linkBox .imgWrap img {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
}

#smp_recommend_content_view .linkBox .infoTitle {
	padding-top: 3px;
	padding-bottom: 4px;
	color: #f82055;
	font-size: 16px;
	text-align: left;
	letter-spacing: -0.2px;
}

#smp_recommend_content_view .linkBox .infoTitle strong {
	font-weight: bold;
}

#smp_recommend_content_view .linkBox .infoTitle .sub {
	display: inline-block;
	font-size: 10px;
}

#smp_recommend_content_view .linkBox .infoData {
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}

#smp_recommend_content_view .linkBox .infoDesc {
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 15px;
}

#smp_recommend_content_view .linkBox .dlData {
	display: table;
}

#smp_recommend_content_view .linkBox .dlData dt {
	display: table-cell;
	font-size: 10px;
	vertical-align: middle;
	padding-left: 10px;
}

#smp_recommend_content_view .linkBox .dlData dt:first-child {
	padding-left: 0;
}

#smp_recommend_content_view .linkBox .dlData dd {
	display: table-cell;
	padding-left: 4px;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
}

#smp_recommend_content_view .linkBox .dlData dd strong {
	font-size: 12px;
	font-weight: bold;
}

#smp_recommend_content_view .pctBaseGray {
	display: inline-block;
	padding: 2px;
	background: #dbdbdb;
	border-radius: 2px;
	color: #333;
	font-size: 10px;
	font-weight: normal;
	line-height: 1;
}

#smp_recommend_content_view .pctbox {
	padding-bottom: 8px;
}

#smp_recommend_content_view .pctbox .pctBlue {
	padding: 5px 0;
	background: #186ed8;
	color: #fff;
	text-align: center;
	line-height: 1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#smp_recommend_content_view span.loader {
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	-webkit-background-size: 30px 30px;
	margin-left: -15px;
	margin-top: -15px;
}
/* stylelint-enable */

/***************************************************
* 画面上部に表示する固定バー領域
***************************************************/
.fixedTopBar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

/* お気に入りバー */
.fixedTopBar .favoriteBar {
	display: table;
	position: absolute;
	top: -44px;
	left: 0;
	width: 100%;
	background: #fa6868;
}

.fixedTopBar .favoriteBar .mainText,
.fixedTopBar .favoriteBar .statusView {
	height: 44px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}

.fixedTopBar .favoriteBar .mainText {
	display: none;
}

.fixedTopBar .favoriteBar.register .forRegister,
.fixedTopBar .favoriteBar.unregister .forUnregister {
	display: table-cell;
}

.fixedTopBar .favoriteBar .statusView {
	display: table-cell;
	position: relative;
	width: 100px;
}

.fixedTopBar .favoriteBar .statusView::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	height: 24px;
	margin: auto;
	border-left: 1px solid #fff;
}

.fixedTopBar .favoriteBar .statusView .icon {
	padding: 1px 2px 0 22px;
	background: url(https://asset01.suumo.jp/sp/img/chintaigakubura/detail/common/fixedbar_favorite.png?id=20251204a9a2df4acc9) left top no-repeat;
	background-size: auto 100%;
	font-size: 14px;
}

.fixedTopBar .favoriteBar .statusView .count {
	font-size: 16px;
}

/* お気に入りバーのアニメーション設定 */
.fixedTopBar .favoriteBar.animation {
	animation: anime1 1s linear 0s 2 alternate;
	-moz-animation: anime1 1s linear 0s 2 alternate;
	-webkit-animation: anime1 1s linear 0s 2 alternate;
}

@keyframes anime1 {
	0% {
		top: -44px;
	}

	25% {
		top: 0;
	}

	100% {
		top: 0;
	}
}

@-moz-keyframes anime1 {
	0% {
		top: -44px;
	}

	25% {
		top: 0;
	}

	100% {
		top: 0;
	}
}

@-webkit-keyframes anime1 {
	0% {
		top: -44px;
	}

	25% {
		top: 0;
	}

	100% {
		top: 0;
	}
}

/***************************************************
* ワンタイム電話番号取得  ローダー
***************************************************/
.modal_overlay {
	position: fixed;
	width: 100%;
	height: 120%;
	left: 0;
	top: 0;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.3);
	display: none;
}

.modal_overlay.is-active {
	display: flex;
	display: -webkit-flex;
	display: -webkit-box;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-pack: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
}

.modal_box {
	display: none;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-pack: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	background-color: #fff;
	width: 170px;
	height: 149px;
	border-radius: 3px;
	z-index: 2001;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.modal_box.is-active {
	display: flex;
	display: -webkit-flex;
	display: -webkit-box;
}

.modal_box .modal_box-item {
	text-align: center;
}

.modal_box .modal_box-item::before {
	content: "";
	display: inline-block;
	background: url(https://asset01.suumo.jp/sp/img/chintai/detail/common/loader_onetimephone.gif?id=20251204a9a2df4acc9) no-repeat;
	width: 42px;
	height: 42px;
	background-size: 42px 42px;
}

.modal_box .modal_box-text {
	margin-top: 15px;
	font-weight: bold;
	line-height: 1.4;
	font-size: 14px;
}

.modalaction {
	display: flex;
	display: -webkit-flex;
	display: -webkit-box;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-pack: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
}

.modalaction:link,
.modalaction:hover,
.modalaction:active,
.modalaction:visited {
	text-decoration: none;
	color: #fff;
}

.modalaction .modalaction-item {
	flex: 1;
	-webkit-flex: 1;
	-webkit-box-flex: 1;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-pack: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	min-height: 45px;
	padding: 2px 10px 0;
	box-sizing: border-box;
	background-color: #068bf1;
	border-radius: 3px;
	border-bottom: 2px solid #0b6cba;
	line-height: 1.3;
}

.modalaction .modalaction-item::before {
	content: "";
	display: block;
	background: url(https://asset01.suumo.jp/sp/img/chintaigakubura/detail/common/tel.png?id=20251204a9a2df4acc9);
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
	margin-right: 4px;
}

.modalaction .modalaction-item .modalaction-item-text {
	font-size: 14px;
}

.modalaction .modalaction-item .modalaction-item-subtext {
	font-size: 14px;
	margin-left: 5px;
}

.modalactionlist li {
	margin-top: 14px;
}

.modalactionlist li:first-child {
	margin-top: 0;
}
