/* NC2111 SP版物件詳細にて追加 */

@charset "UTF-8";
/* CSS Document */

/************* 写真エリア ********************/
.noScrolls{
  position: fixed;
  overflow-y: scroll;

}
.main{
	border-top:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
	padding-bottom:11px;
	/*background:#f0f0f0 url("/nomucom/smp/common/images/shadow_bottom.svg") repeat-x bottom center;*/
}

/*スライド*/
#detailslider{
	position:relative;
}

#detailsliderNoImage{
	position:relative;
}

#detailslider .imgtextBox{
	position:absolute;
	bottom:86px;
	/*height:25px;*/
	background-color: rgba(0,0,0,0.6);
	width:100%;
	z-index:99;
	margin-bottom:7px;/*********************************************************************************************************************************************追加*/
}

#detailslider .imgtextBox div{
	color:#fff;
	line-height:15px;
	padding:5px 35px 5px 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align:center;
	position:relative;
	background:url("/nomucom/smp/common/images/icon_slide_search.png") no-repeat right center;
	background-size:30px auto;
}

#detailslider .imgtextBox div p{
	position:absolute;
}


#pophide .pophidebg{
	display:none;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.9);
	position:fixed;
	z-index:99998;
	top:0;

}

#pophide .pophideslide{
	position:fixed;
	width:100%;
	height:100%;
	z-index:99999;
	top:0;
	display:none;

}

#pophide .popgidenavi{
	position:fixed;
	top:0;
	width:100%;
	z-index:2;
}

#pophide .popgidenavi .imgcount{
	float:left;
	height:40px;
}

#pophide .popgidenavi .imgcount p{
	float:left;
	height:20px;
	line-height:20px;
	padding:0 10px;
	margin:10px 10px;
	background:#fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#pophide .popgidenavi .imgclose{
	float:right;
	width:40px;
	height:40px;
	background:url("/nomucom/smp/common/images/svg/menu_close.svg") no-repeat center center;
	background-size:20px 20px;
	text-indent:100%;
	white-space: nowrap;
	overflow: hidden;
	cursor:pointer;

}

#pophide .popgidenavi .imgtext{
	float:left;
	width:100%;
	padding:10px;
	color:#fff
}

.slider-wrap{
	position:fixed;
	top:0;
	z-index:1;
	width:100%;
	height:100%;
	margin:0 auto;
}

/*slider*/
.slider-pro {
	position: relative;
	margin: 0 auto;
}

.sp-slides-container {
	position: relative;
}

.sp-mask {
	position: relative;
	overflow: hidden;
}

.sp-slides {
	position: relative;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

.sp-slide {
	position: absolute;
	margin:0;
}

.sp-image-container {
	overflow: hidden;
}

.sp-image {
	position: relative;
	display: block;
	border: none;
	margin-top: 0 !important;
}

/* Thumbnails
--------------------------------------------------*/

.sp-thumbnails-container {
	position: relative;
	overflow: hidden;
}

.sp-top-thumbnails,
.sp-bottom-thumbnails  {
	left: 0;
	margin: 0 auto;
}

.sp-top-thumbnails {
	position: absolute;
	top: 0;
}

.sp-left-thumbnails,
.sp-right-thumbnails {
	position: absolute;
	top: 0;
}

.sp-right-thumbnails {
	right: 0;
}

.sp-left-thumbnails {
	left: 0;
}

.sp-thumbnails {
	position: relative;
	margin-left:0;/*********************************************************************************************************************************************追加*/
	margin-right:0;/*********************************************************************************************************************************************追加*/
}

.sp-thumbnail {
    border: none;
}

.sp-thumbnail-container {
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Horizontal thumbnails
------------------------*/
.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
	padding-left: 0;
	padding-right: 0;
}

.sp-bottom-thumbnails.sp-has-pointer {
	/*margin-top: -13px;*/
	margin-top: -17px;/*********************************************************************************************************************************************変更*/
}
.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	top: 18px;
	margin-top: 0 !important;
	padding-left: 5px;
	padding-right: 5px;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail img{
	border:1px solid #d4d4d4;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail .sp-thuminner {
	border-bottom: 2px solid #bdda2a;
	bottom: 0;
	padding-bottom:1px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail img{
	border:2px solid #000;
}

/* Arrows
--------------------------------------------------*/
.sp-fade-arrows {
/*	opacity: 0;*/
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.sp-slides-container:hover .sp-fade-arrows {
	opacity: 1;
}

.sp-arrow {
	position: absolute;
	font-size: 40px;
	color: #FFF;
	text-shadow: 1px 1px 1px #666;
	cursor: pointer;
	width:27px;
	height:35px;
	background:#ff0000;
}

.sp-vertical .sp-arrow {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sp-horizontal .sp-arrow {
	top: 50%;
	margin-top: -20px;
}

.sp-vertical .sp-arrow {
	left: 50%;
	margin-left: -10px;
}

.sp-horizontal .sp-previous-arrow {
	left: 0;
	width:27px;
	height:35px;
	background:url("/nomucom/smp/common/images/svg/arrow_l_w_l.svg") no-repeat center center,rgba(0,0,0,0.6);
	background-size:10px auto;
}

.sp-horizontal .sp-next-arrow {
	right: 0;
	width:27px;
	height:35px;
	background:url("/nomucom/smp/common/images/svg/arrow_r_w_l.svg") no-repeat center center,rgba(0,0,0,0.6);
	background-size:10px auto;
}

.sp-vertical .sp-previous-arrow {
	top: 20px;
}

.sp-vertical .sp-next-arrow {
	bottom: 20px;
}

/*お気に入りポップアップ*/

#foverlay,
#popoverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 100000;
	opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    zoom: 1;
}

/*お気に入りポップアップ*/

.favopopcan {
    width:310px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    overflow: hidden;
    z-index: 100001;
}

.favopopcan .popcontents{
	position:relative;
	width:100%;
	padding:5px 0;
    background:#fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border:1px solid #d4d4d4;
}
/*
.favopopcan .popcontents .text{
	padding:0 10px 10px 10px;
	line-height:40px;
	text-align:center;
	border-bottom:1px solid #d4d4d4;
	font-weight:bold;
	font-size:15px;
}*/

.favopopcan .popcontents  .text{
	padding:10px 0 10px;
	text-align:center;
	font-size:15px;
}

.favopopcan .popcontents .text .tit{
	display:block;
	font-weight:bold;
}

.favopopcan .popcontents .text .tit span{
	color:#dd1c11;
}

.favopopcan .popcontents .text .check{
	height:43px;
	margin:5px auto 0;
	display:table;
}

.favopopcan .popcontents .text .check span{
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
}

.favopopcan .popcontents .text .check .icn{
	width:43px;
	height:43px;
	background:url("/nomucom/smp/common/images/svg/icn_favorite.svg") no-repeat center center;
	background-size:39px 39px;
	margin:0 3px;
	display:inline-block;
	border:solid 1px #d4d4d4;
	padding:2px;
}

.favopopcan .popcontents .unit-reg{
	padding:10px;
	overflow:hidden;
	zoom:1;
}

.favopopcan .popcontents .unit-reg .tit{
	color:#dd1c11;
	font-weight:bold;
}

.favopopcan .popcontents .unit-reg .txt{
	margin:5px 0 10px;
}

.favopopcan .popcontents .unit-reg .white3{
	line-height:36px;
	color:#005fd1;
	font-weight:bold;
}

.favopopcan .popcontents .bottom{

	border-top:1px solid #d4d4d4;
	width:100%;
	padding:10px 0;
	text-align:center;
	display:block;
}

.favopopcan .popcontents .bottom .close_btn{
	font-weight:bold;
}


/* お気に入り登録アラート */
/*
.favopopcan {
    width:280px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    overflow: hidden;
    z-index: 100001;
}*/

.favopopcan .favopopcontents{
	width:100%;
	padding:5px 0;
    background:#fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border:1px solid #d4d4d4;
}
.favopopcan .favopopcontents .text{
	padding:0 10px 10px 10px;
	line-height:40px;
	text-align:center;
	border-bottom:1px solid #d4d4d4;
	font-weight:bold;
	font-size:15px;
}
.favopopcan .favopopcontents .text span{
	color:#dd1c11;
}

.favopopcan .favopopcontents .btn{
	line-height:30px;
	text-align:center;
	font-weight:bold;
	padding:5px 0;
}

/*
.popup {
    width:100%;
    display: none;
    position: fixed;
    top: 0;
    left: 50%;
    overflow: hidden;
    z-index: 100001;
}
.popup .popheader{
	height:40px;
	width:100%;
}


.popup .popheader .close_btn{
	float:right;
	width:40px;
	height:40px;
	background:url("/nomucom/smp/common/images/svg/menu_close.svg") no-repeat center center;
	background-size:20px 20px;

}


.popup .popcontents{
	position:relative;
	overflow:scroll;
	width:100%;
	background:#ffffff;

}

.popup .popcontents .text{
	padding:20px;
	text-align:center;
	font-size:15px;
}

.popup .popcontents .text .tit{
	display:block;
	font-weight:bold;
}

.popup .popcontents .text .tit span{
	color:#dd1c11;
}

.popup .popcontents .text .check{
	height:43px;
	margin:5px auto 0;
	display:table;
}

.popup .popcontents .text .check span{
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
}

.popup .popcontents .text .check .icn{
	width:43px;
	height:43px;
	background:url("/nomucom/smp/common/images/svg/icn_favorite.svg") no-repeat center center;
	background-size:39px 39px;
	margin:0 3px;
	display:inline-block;
	border:solid 1px #d4d4d4;
	padding:2px;
}

.popup .popcontents .unit-reg{
	padding:10px;
	margin-top:20px;
	overflow:hidden;
	zoom:1;
}

.popup .popcontents .unit-reg .tit{
	color:#dd1c11;
	font-weight:bold;
}

.popup .popcontents .unit-reg .txt{
	margin:5px 0 10px;
}

.popup .popcontents .unit-reg .white3{
	line-height:36px;
	color:#005fd1;
	font-weight:bold;
}

.popup .popcontents .bottom{
	margin-top:10px;
	border-top:1px solid #d4d4d4;
	width:100%;
	padding:15px 0;
	text-align:center;
	display:block;
}

.popup .popcontents .bottom .close_btn{
	font-weight:bold;
}

/*メイン画像右上 お気に入りボタン*/

.favoBtn{
	position:absolute;
	top:10px;
	right:10px;
	z-index:99;
}
.favoBtn span{
	display:block;
	width:40px;
	height:40px;
	background:url("/nomucom/smp/common/images/svg/icn_favorite_off.svg") no-repeat center center;
	background-size:38px 38px;
	cursor:pointer;
	text-indent:100%;
	white-space: nowrap;
    overflow: hidden;
}
.favoBtn a.on span{
	background:url("/nomucom/smp/common/images/svg/icn_favorite_on.svg") no-repeat center center;
	background-size:38px 38px;
	cursor:pointer;
}


/*アコーディオン*/


.subhiacdbtn{
	color:#1565c0;
	text-align:center;
	padding-top:20px;
}

.subhiacdbtn span{
	background: url("/nomucom/smp/common/images/svg/arrow_down_b.svg") no-repeat right center;
	padding-right:15px;
}
.subhiacdbtn.open span{
	background: url("/nomucom/smp/common/images/svg/arrow_up_b.svg") no-repeat right center;
	padding-right:15px;
}
.subhiacdbtn.close span{
	background: url("/nomucom/smp/common/images/svg/arrow_down_b.svg") no-repeat right center;
	padding-right:15px;
}

.js-detail .detailArea dt.open {
	background: url("/nomucom/smp/common/images/svg/icn_close.svg") no-repeat ,#bddd0e;
	background-size: 18px 17px;
	background-position:right 10px center;
}

.js-detail .detailArea dt.close {
	background: url("/nomucom/smp/common/images/svg/icn_open.svg") no-repeat ,#bddd0e;
	background-size: 18px 17px;
	background-position:right 10px center;
}

.js-detail .detailArea dd.open.jsbtnoutAccordion {
	margin: 0 auto;
	color:#1565c0;
	padding-top:20px;
	text-align:center;
}

.js-detail .detailArea dd.open.jsbtnoutAccordion span{
	background: url("/nomucom/smp/common/images/svg/arrow_up_b.svg") no-repeat right center;
	padding-right:15px;
}

.js-detail .detailArea dd.close.jsbtnoutAccordion {
	margin: 0 auto;
	color:#1565c0;
	padding-top:20px;
	text-align:center;
}

.js-detail .detailArea dd.close.jsbtnoutAccordion span{
	background: url("/nomucom/smp/common/images/svg/arrow_down_b.svg") no-repeat right center;
	padding-right:15px;
}

.subtrimacdbtn{
	color:#1565c0;
	text-align:center;
	padding-top:20px;
}

.subtrimacdbtn span{
	background: url("/nomucom/smp/common/images/svg/arrow_up_b.svg") no-repeat right center;
	padding-right:15px;
}
.subtrimacdbtn.close span{
	background: url("/nomucom/smp/common/images/svg/arrow_up_b.svg") no-repeat right center;
	padding-right:15px;
}
.subtrimacdbtn.open span{
	background: url("/nomucom/smp/common/images/svg/arrow_down_b.svg") no-repeat right center;
	padding-right:15px;
}
.trimacdbtn.noneBtn{
	background:#bddd0e !important;
}

.js-detail .detailArea dt.trimacdbtn.close{
	background: url("/nomucom/smp/common/images/svg/icn_close.svg") no-repeat ,#bddd0e;
	background-size: 18px 17px;
	background-position:right 10px center;
}

.js-detail .detailArea dt.trimacdbtn.close.open{
	background: url("/nomucom/smp/common/images/svg/icn_open.svg") no-repeat ,#bddd0e;
	background-size: 18px 17px;
	background-position:right 10px center;
}

.js-detail .detailArea dt.hiacdbtn{
	background: url("/nomucom/smp/common/images/svg/icn_close.svg") no-repeat ,#bddd0e;
	background-size: 18px 17px;
	background-position:right 10px center;
}

.js-detail .detailArea dt.hiacdbtn.close{
	background: url("/nomucom/smp/common/images/svg/icn_open.svg") no-repeat ,#bddd0e;
	background-size: 18px 17px;
	background-position:right 10px center;
}

.js-detail .detailArea dt.hiacdbtn.open,
.js-detail .detailArea dt.hiacdbtn.close.open{
	background: url("/nomucom/smp/common/images/svg/icn_close.svg") no-repeat ,#bddd0e;
	background-size: 18px 17px;
	background-position:right 10px center;
}

.hiacdbtn.noneBtn{
	background:#bddd0e !important;
}

/*予約制内覧*/

.js-detail.oph_box{
	border:1px solid #f87f96;
	padding:4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom:10px;
}

.js-detail.oph_box .detailArea dt.oph.close {
	background: url("/nomucom/smp/common/images/svg/icn_open.svg") no-repeat ,#ffe4e4;
	background-size: 18px 17px;
	background-position:right 10px center;
}

.js-detail.oph_box .detailArea dt.oph.open {
	background: url("/nomucom/smp/common/images/svg/icn_close.svg") no-repeat ,#ffe4e4;
	background-size: 18px 17px;
	background-position:right 10px center;
}

.js-detail.oph_box .detailArea dt.oph .inner{
	padding:5px 30px 5px 10px;
	display:block;
}

.js-detail.oph_box .detailArea dt.oph .inner .tit{
	display:block;
	font-weight:bold;
	background: url("/nomucom/smp/common/images/svg/icn_oph.svg") no-repeat;
	background-size: 15px 14px;
	background-position:0 2px;
	padding-left:20px;
	color:#f4406d;
}

.js-detail.oph_box .detailArea dt.oph .inner .schedule{
	margin-top:5px;
	padding-left:2px;
	display:block;
}

.js-detail.oph_box .detailArea dd{
	padding:15px;
	line-height:1.4;
}

.js-detail.oph_box .detailArea dd a{
	text-decoration:underline!important;
}



/******** バナー ********/


/*野村の住宅購入応援フェア*/

.bn_ouen a{
	width:100%;
	border:1px solid #d4d4d4;
	padding:4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display:table;
	margin-bottom:10px;
}

.bn_ouen a .inner{
	position:relative;
	width:100%;
	height:70px;
	padding:5px 5px 5px 80px;
	background:#fafafa url("/nomucom/smp/common/images/bnimg_ouen.png") no-repeat;
	background-size:auto 70px;
	background-position:left bottom;
	display:table-cell;
	vertical-align:middle;
}

.bn_ouen a .inner .arrow .tit{
	padding-right:25px;
	display:block;
	font-weight:bold;
	color:#ae071b;
	font-size:16px;
}

.bn_ouen a .inner .arrow .sub{
	margin-top:5px;
	display:block;
	padding-right:25px;
	color:#2d2d2d;
	font-size:11.5px;
}


.bn_ouen a .inner .arrow{
	width:100%;
	background:url("/nomucom/smp/common/images/svg/arrow_r_g_l.svg") no-repeat;
	background-size:10px 18px;
	background-position:right 5px center;
}


/*補修・保証サービス*/

.bn_honki a{
	width:100%;
	border:1px solid #d4d4d4;
	padding:4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display:table;
	margin-bottom:10px;
}

.bn_honki a .inner{
	position:relative;
	width:100%;
	height:70px;
	padding:5px 5px 5px 80px;
}

.bn_honki a div.item_1 {
	background:#fafafa url("/nomucom/smp/common/images/bnimg_anshin_tochi.png") no-repeat;
	background-size:auto 70px;
	background-position:left center;
	display:table-cell;
	vertical-align:middle;
}

.bn_honki a div.item_2 {
	background:#fafafa url("/nomucom/smp/common/images/bnimg_anshin_tatemono.png") no-repeat;
	background-size:auto 70px;
	background-position:left center;
	display:table-cell;
	vertical-align:middle;
}

.bn_honki a div.item_3 {
	background:#fafafa url("/nomucom/smp/common/images/bnimg_anshin_setsubi.png") no-repeat;
	background-size:auto 70px;
	background-position:left center;
	display:table-cell;
	vertical-align:middle;
}

.bn_honki a .inner .arrow .tit{
	padding-right:25px;
	display:block;
	font-weight:bold;
	color:#2d3063;
	font-size:16px;
}

.bn_honki a .inner .arrow .sub{
	margin-top:5px;
	display:block;
	padding-right:25px;
	color:#2d2d2d;
	font-size:11.5px;
}

.bn_honki a .inner .arrow{
	width:100%;
	background:url("/nomucom/smp/common/images/svg/arrow_r_g_l.svg") no-repeat;
	background-size:10px 18px;
	background-position:right 5px center;
}



/*認定保証中古マンション*/

.bn_nintei a{
	width:100%;
	border:1px solid #d4d4d4;
	padding:4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display:table;
	margin-bottom:10px;
}

.bn_nintei a .inner{
	position:relative;
	width:100%;
	height:70px;
	padding:5px 5px 5px 80px;

	background:#fafafa url("/nomucom/smp/common/images/bnimg_nintei.png") no-repeat;
	background-size:auto 70px;
	background-position:left center;
	display:table-cell;
	vertical-align:middle;
}

.bn_nintei a .inner .arrow .tit{
	display:block;
	font-weight:bold;
	color:#2d3063;
	font-size:16px;
}

.bn_nintei a .inner .arrow .sub{
	margin-top:5px;
	display:block;
	padding-right:25px;
	color:#2d2d2d;
	font-size:11.5px;
}

.bn_nintei a .inner .arrow{
	width:100%;
	background:url("/nomucom/smp/common/images/svg/arrow_r_g_l.svg") no-repeat;
	background-size:10px 18px;
	background-position:right 5px center;
}


/*野村不動産グループのリノベーション*/

.bn_nrenove a{
	width:100%;
	border:1px solid #d4d4d4;
	padding:4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display:table;
	margin-bottom:10px;
}

.bn_nrenove a .inner{
	position:relative;
	width:100%;
	height:70px;
	padding:5px 5px 5px 80px;

	background:#fafafa url("/nomucom/smp/common/images/bnimg_nrenove.png") no-repeat;
	background-size:auto 70px;
	background-position:left center;
	display:table-cell;
	vertical-align:middle;
}

.bn_nrenove a .inner .arrow .tit{
	display:block;
	font-weight:bold;
	padding-right:25px;
	color:#2d3063;
	font-size:16px;
}

.bn_nrenove a .inner .arrow .sub{
	margin-top:5px;
	display:block;
	padding-right:25px;
	color:#2d2d2d;
	font-size:11.5px;
}

.bn_nrenove a .inner .arrow{
	width:100%;
	background:url("/nomucom/smp/common/images/svg/arrow_r_g_l.svg") no-repeat;
	background-size:10px 18px;
	background-position:right 5px center;
}

/*野村不動産グループのリノベーション*/

.bn_setsubi a{
	width:100%;
	border:1px solid #d4d4d4;
	padding:4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display:table;
	margin-bottom:10px;
}

.bn_setsubi a .inner{
	position:relative;
	width:100%;
	height:70px;
	padding:5px 5px 5px 80px;

	background:#fafafa url("/nomucom/smp/common/images/bnimg_setsubi.png") no-repeat;
	background-size:auto 70px;
	background-position:left center;
	display:table-cell;
	vertical-align:middle;
}

.bn_setsubi a .inner .arrow .tit{
	display:block;
	font-weight:bold;
	padding-right:25px;
	color:#2d3063;
	font-size:16px;
}

.bn_setsubi a .inner .arrow .sub{
	margin-top:5px;
	display:block;
	padding-right:25px;
	color:#2d2d2d;
	font-size:11.5px;
}

.bn_setsubi a .inner .arrow{
	width:100%;
	background:url("/nomucom/smp/common/images/svg/arrow_r_g_l.svg") no-repeat;
	background-size:10px 18px;
	background-position:right 5px center;
}




/**/



.ttl-type_a{
width:100%;
	padding:6px 5px;
	display:table;
	min-height:40px;
}

/*
.ttl-type_a li .icn-oph {
	color: #f4406d;
	padding:4px;
    font-weight:bold;
    font-size:10.5px;
	border: 1px solid #f8879c;
	background:#ffeded;
	height:20px;
	line-height:20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}*/

.ttl-type_a .bukken_tit{
	display:table-cell;
	vertical-align:middle;
	white-space: nowrap;
	padding-right:5px;
	width:90px;
}

.ttl-type_a .bukken_icn{
	display:table-cell;
	vertical-align:middle;
}

.ttl-type_a .bukken_icn .icn-repair {/* 補修・保証サービス */
	color: #fff;
	padding:0 4px;
	margin:2px 0;
    font-weight:bold;
    font-size:10.5px;


	height:20px;
	line-height:20px!important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display:inline-block;

	background: #0b93b2;
		color:#fff;
		border:solid 1px #0b93b2;
}

.ttl-type_a .bukken_icn .icn-renovation{/* 補修・保証サービス */

	padding:0 4px;
	margin:2px 0;
    font-weight:bold;
    font-size:10.5px;

	height:20px;
	line-height:20px!important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	letter-spacing:-1px;
	display:inline-block;

	background: #f39521;
		color:#fff;
		border:solid 1px #f39521;
}

.ttl-type_a .bukken_icn .icn-nps {/* 認定保証適応物件 */

	padding:0 4px;
	margin:2px 0;
    font-weight:bold;
    font-size:10.5px;


	height:20px;
	line-height:20px!important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display:inline-block;

	border:solid 1px #fd761d;
		background:#fd761d;
		color:#fff;
}

.ttl-type_a .bukken_icn .icn-set {/* 資料請求・見学予約 済 */
	color: #2d2d2d;
	padding:0 4px;
	margin:2px 0;
    font-weight:bold;
    font-size:10.5px;

	background:#f7f7f7;
	height:20px;
	line-height:20px!important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display:inline-block;
}

.ttl-type_b .icn_new{
	color:#ef3c78;
	font-weight:bold;
	font-size:13px;
	letter-spacing:1.2;
	font-style:Arial;
	margin-left:5px;
}

.ttl-type_b .icn_new em{
	font-style:italic;
	font-weight:bold;
}


.unit_price{
	position:relative;
	width:100%;
	height:40px;
	display:table;
}

.unit_price .unit_price-inner{
	padding:0 10px;
	display:table-cell;
	vertical-align:middle;
}

.unit_price .unit_price-inner .price {


	display:table-cell;
	vertical-align:middle;
}

.unit_price .unit_price-inner .price div{
	display:inline-block;
	margin-top:3px;
}

.unit_price .unit_price-inner .price span.red{
	font-size:17px;
	color:#dd1c11;
	font-weight:bold;

}

.unit_price .unit_price-inner .newPrice{
	display:table-cell;
	vertical-align:middle;
}

/*
.unit_price .unit_price-inner .newPrice span{
	margin:3px 0 0 5px;
	display:inline-block;
	font-size:12px;
	padding:2px;
	text-align:center;
	line-height:12px;
	border:solid 3px #f8d4e0;
	background:#FFF;
	color:#ef3c78;
	font-weight:bold;
	vertical-align:text-bottom;

}*/

.unit_price .building_num{
	position:absolute;
	top:5px;
	right:10px;
	font-size:11.5px;
}

.unit_price .building_num span{
	font-size:10px;
	background:#2d2d2d;
	color: #fff;
	padding:4px;
	text-align:center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	display:block;
	margin-bottom:3px;
}


/************* タブ ********************/

#tab{
	text-align: left;
	list-style: none;
	padding-left: 12px;
	height: 40px;
	overflow: hidden;
	position: relative;
	margin-bottom:10px;
}

#tab li{
	border: 1px solid #d4d4d4;
	background: #f0f0f0;
	display: inline-block;
	position: relative;
	z-index: 0;
	width:20%;
	height: 40px;
	margin: 0 -4px;
	font-weight:bold;
}

#tab li:first-child{
	border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
}

#tab li:last-child{
	border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
}

#tab li a{
	color:#2d2d2d;
}

#tab li span{
	position:absolute;
	display:block;
	left:0;
	right:0;
	bottom:10px;
	text-align:center;
	font-size:11px;
}

#tab li span.single{
	bottom:15px;
}

#tab li.selected {
	background:#fff;
	padding-top:5px;
	height: 45px;
	z-index: 2;
	border-bottom-color: #fff;
	border-top:2px solid #bddd0e;

	border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-top-left-radius: 0px;

	border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-top-right-radius: 0px;
}

#tab:before {
	position: absolute;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #d4d4d4;
	z-index: 1;
}



#tab_bottom{
	text-align: left;
	list-style: none;
	padding-left: 12px;
	height: 45px;
	overflow: hidden;
	position: relative;
	margin-top:10px;
}

#tab_bottom li{
	border: 1px solid #d4d4d4;
	background: #f0f0f0;
	display: inline-block;
	position: relative;
	z-index: 0;
	width:20%;
	height: 40px;
	margin: 0 -4px;
	font-weight:bold;
	margin-bottom:5px;
}

#tab_bottom li:first-child{
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
}

#tab_bottom li:last-child{
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
}

#tab_bottom li a{
	color:#2d2d2d;
}

#tab_bottom li span{
	position:absolute;
	display:block;
	left:0;
	right:0;
	top:9px;
	text-align:center;
	font-size:11px;
}

#tab_bottom li span.single{
	top:14px;
}


#tab_bottom li.selected {
	background:#fff;
	height: 45px;
	margin-bottom:0px;
	z-index: 2;
	border-top-color: #fff;
	border-bottom:2px solid #bddd0e;

		border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-bottom-left-radius: 0px;

	border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-bottom-right-radius: 0px;
}


#tab_bottom:before {
	position: absolute;
	content: " ";
	width: 100%;
	height: 40px;
	top: 0px;
	left: 0;
	border-top: 1px solid #d4d4d4;
	z-index: 0;
	/*background:url(../images/shadow.png) repeat-x bottom center;
	background-size:320px auto;*/
}


/************* PR ********************/

.prarea{
	padding:0 4px 3px;
	display:table;
}

.prarea .inner{
	display:table;
	width:100%;
	background:#f7fffc;

	padding:5px 10px 5px 8px;

	overflow:hidden;
	zoom:1;
	border-left:solid 2px #7acfb3;
}

.prarea .inner .icn{
	display:table-cell;
	vertical-align:middle;
	width:45px;
	background-image:url(/nomucom/smp/common/images/svg/icn_point.svg);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:37px 16px;
}

.prarea .inner .txt{
	display:table-cell;
	vertical-align:middle;
	line-height:1.2;
}


/************* 室内ムービー ********************/

.unit-movie .tit{
	background-image: url("/nomucom/smp/common/images/svg/icn_movie.svg");
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	margin:15px 0;
	font-weight:bold;
}
.unit-movie .tit small{
	font-weight: normal;
}
.unit-movie .thum{
	width:100%;
	height:125px;
	overflow:hidden;
	position:relative;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.unit-movie .thum img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.unit-movie .thum span{
	position:absolute;
	width:100%;
	height:125px;
	background-image: url("/nomucom/smp/common/images/icn_play.png");
	background-size:45px 45px;
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	z-index:1;
}
.unit-movie .movie_text{
  margin-top:10px;
  font-size: 11.5px;
}
.unit-movie .movie_text:before{
  content: "※";
}
.unit-movie .movie_text span{
  padding-left: 15px;
  display: block;
  margin-top: -17px;
}
/* openroom用 */
.unit-openroom .tit{
	background-image: url("/nomucom/smp/common/images/svg/icn_movie.svg");
	background-repeat:no-repeat;
	background-position:left center;
	background-size: contain;
	padding-left: 25px;
	margin:15px 0;
	font-weight:bold;
}
.unit-openroom .tit small{
	font-weight: normal;
}
.unit-openroom .thum{
	width:100%;
	height:125px;
	overflow:hidden;
	position:relative;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.unit-openroom .thum img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.unit-openroom .thum span{
	position:absolute;
	width:100%;
	height:125px;
	background-image: url("/nomucom/smp/common/images/icn_play.png");
	background-size:45px 45px;
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	z-index:1;
}
.unit-openroom .movie_text{
  margin-top:10px;
  font-size: 11.5px;
}
.unit-openroom .movie_text:before{
  content: "※";
}
.unit-openroom .movie_text span{
  padding-left: 15px;
  display: block;
  margin-top: -17px;
}

/************* コンバージョン ********************/

.unit-tbl {
	display:table;
	width:100%
}

.unit-tbl .col2 {
	display:table-cell;
	width:50%;
	vertical-align:top;

}
.unit-tbl .col2:nth-child(1) {
padding-right:5px
}
.unit-tbl .col2:nth-child(2) {
padding-left:5px
}
.unit-tbl .col2.noPadding {
	padding-right:0
}

[class|="btn"].orange,
[class|="btn"].pink,
[class|="btn"].white{
	font-weight:bold;
}




/************* お気に入りボタンのアイコン　ボタン部分は「/nomucom/smp/common/css/parts.css」 ********************/

[class|="btn"].white.icn-favorite span{
	display:inline-block;
	padding-left:40px;
	line-height:48px;
	background-repeat:no-repeat;
	background-image:url("/nomucom/smp/common/images/svg/icn_favorite_on.svg");
	background-size:33px 33px;
	background-position:left 7px;
	font-size:14px;
	font-weight:bold;
}
[class|="btn"].white.on{
	background:#dadcc7;/*下の色*/
	color:#9c9d8e;
}
[class|="btn"].white.on:after{
	background:#f2f3eb;/*上の色*/
}


/************* 電話ボタンのアイコンとテキスト位置調整　ボタン部分は「/nomucom/smp/common/css/parts.css」  ********************/

.icn-telephone {
	position: relative;
	padding-left: 55px;
	display: inline-block;
}

.icn-telephone::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -17px;
	width: 25px;
	height: 33px;
	background: url("/nomucom/smp/common/images/svg/icn_tel.svg") no-repeat;
	background-size: 25px 25px;
	background-position:0 3px;
	z-index: 1;
	padding-right:15px;
	border-right:1px solid #a5c3ff;
}

.btn-contact .txt {
	display: block;
	font-size: 11px;
	text-align: left;
	color:#FFF;
	line-height:1;
}

.btn-contact .tel {
	margin-top: 5px;
	display: block;
	font-size: 18px;
	text-align: left;
	color:#FFF;
	line-height:1;
	font-weight:bold;
}


/************* 店舗エリア簡易版 ********************/

.unit-contact_about{
	border-radius: 3px;
	border: 1px solid #d4d4d4;
	padding:10px 15px 5px;
	width:100%;
	margin:10px 0;
}

.unit-contact_about dl,dt,dd {
	margin: 0;
	padding: 0;
	overflow:hidden;
	zoom:1;
}

.unit-contact_about dl {
	width: 100%;
	display:table;
}

.unit-contact_about dt,
.unit-contact_about dd {
	margin-bottom:5px;
}

.unit-contact_about dt {
	clear: left;
	float: left;
	width: 80px;
}

.unit-contact_about dt span{
	display:table-cell;
	vertical-align:top;
	width:70px;
	padding:4px 0;
	display:inline-block;
	font-size:11.5px;
	font-weight:bold;
	background:#f0f0f0;
	text-align:center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.unit-contact_about dd {
	padding:4px 0;
	margin-left: 80px;
}

.unit-contact_about dt.shop {

	width: 120px;
	padding-right:15px;
	display:table-cell;
	vertical-align:middle;
	margin-bottom:0px!important;

}

.unit-contact_about dd.name  {
	width:100%;
	border-left: 1px solid #d4d4d4;
	padding-left:15px;
	text-align:left;
	display:table-cell;
	vertical-align:middle;
}

.unit-contact_about dd.name span{
	font-size:17px;
	font-weight:bold;
	display:block;
}

/* 野村不動産ソリューションズ */

.unit-contact_about .shop_nomura{
	overflow:hidden;
	zoom:1;
}

.unit-contact_about .shop_nomura span{
	font-size:17px;
	font-weight:bold;
	display:block;
}



/************* 店舗エリア詳細版 ********************/



.unit-contact_detail{

}

.unit-contact_detail .unit-tbl .shop .name{
	margin:10px 0;
}

.unit-contact_detail .unit-tbl .shop .name span{
	font-size:17px;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}

.unit-contact_detail .unit-tbl .shop img{
	/*width:70%;*/
	display:block;
	margin-bottom:5px;
}

.unit-contact_detail .unit-tbl .shop dt {
	clear: left;
	float: left;
	width: 60px;
}

.unit-contact_detail .unit-tbl .shop dt span{
	display:table-cell;
	vertical-align:top;
	width:50px;
	padding:4px 0;
	display:inline-block;
	font-size:11.5px;
	font-weight:bold;
	background: #e4e4e4;
	text-align:center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.unit-contact_detail .unit-tbl .shop dd {
	padding:2px 0;
	margin-left: 60px;
}

.unit-contact_detail .unit-tbl .shop dd span{
	display:block;
}

.unit-contact_detail .unit-tbl .map{
	position:relative;
	margin:0;
	padding:0;
	display:block;
}

.unit-contact_detail .unit-tbl .map img{
	border: 1px solid #d4d4d4;
	border-radius: 3px;
	z-index:0;
	padding:7px
}

.unit-contact_detail .unit-tbl .map span{
	display:block;
	position:absolute;
	width:22px;
	height:22px;
	right:7px;
	bottom:10px;
	z-index:1;
	background-image: url("/nomucom/smp/common/images/icn_mapgrass.png");
	background-size:22px 22px;
	background-repeat:no-repeat;
}


.unit-contact_detail .telephone{
	margin-bottom:10px;
}

.unit-contact_detail .telephone a{
	display: block;
	font-size: 18px;
	font-weight:bold;

}

.unit-contact_detail .telephone p{
	color:#1565c0;
	display: none;
}

.unit-contact_detail .building_num{
	background:#f0f0f0;
	padding:4px 7px;
	text-align:center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display:inline-block;
	margin-bottom:10px;
}

.unit-contact_detail .building_num span{
	font-size:11.5px;
	font-weight:bold;
}

.unit-contact_detail .txt{
	display:block;
}

.unit-contact_detail .more_detail{
	float:right;
	background-image: url("/nomucom/smp/common/images/svg/icn_blank.svg");
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:20px;
	margin:15px 0;
}

.unit-contact_detail table th{
	width:30%;
}

/************* 店舗エリア物件終了 ********************/

.unit-contact_not{
	width:100%;
}

.unit-contact_not dl,dt,dd {
	margin: 0;
	padding: 0;
	overflow:hidden;
	zoom:1;
}

.unit-contact_not dl {
	width: 100%;
	display:table;
}

.unit-contact_not dt,
.unit-contact_not dd {
	margin-bottom:5px;
}

.unit-contact_not dt {
	clear: left;
	float: left;
	width: 80px;
}

.unit-contact_not dt span{
	display:table-cell;
	vertical-align:top;
	width:70px;
	padding:4px 0;
	display:inline-block;
	font-size:11.5px;
	font-weight:bold;
	background:#f0f0f0;
	text-align:center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.unit-contact_not dd {
	padding:4px 0;
	margin-left: 80px;
}

.unit-contact_not dt.shop {

	width: 120px;
	padding-right:15px;
	display:table-cell;
	vertical-align:middle;
	margin-bottom:0px!important;
}

.unit-contact_not dd.name  {
	width:100%;
	border-left: 1px solid #d4d4d4;
	padding-left:15px;
	text-align:left;
	display:table-cell;
	vertical-align:middle;
	font-size:15px;
}

.unit-contact_not dd.name span{
	font-size:17px;
	font-weight:bold;
	display:block;
}

/* 野村不動産ソリューションズ */

.unit-contact_not div.name  {
	width:100%;
	text-align:left;
	display:table-cell;
	vertical-align:middle;
	font-size:15px;
	padding:15px 0 10px;
}

.unit-contact_not div.name span{
	font-size:17px;
	font-weight:bold;
	display:block;
}

/************* オーナーレポートトップ頭出し ********************/
#ownerreport{
	background: #f8f9eb;
	}
dl.unit-report dt{
	float:left;
	width:100px;
	}

dl.unit-report dt img{
	width:100px;
	}


dl.unit-report dd{
	margin-left:115px;
	}

dl.unit-report dd p{
	border-bottom:none;
	margin-bottom:7px;
	padding-bottom:0px;
	color:#2d2d2d;
	}

dl.unit-report dd .more_detail{
	float:right;
	background-image: url("/nomucom/smp/common/images/svg/arrow_r_b.svg");
	background-size:6px 11px;
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:15px;
}


/************* アコーディオン共通 ********************/

.js-detail .detailArea dd.first{
	padding:20px 10px 0;
}

.js-detail .detailArea dd.second{
	padding:0 10px 20px;
}

.js-detail .detailArea dd.inner{
	padding:20px 10px 0;
	line-height:1.4;
}


/************* この物件のおすすめポイント ********************/

.point{
	overflow:hidden;
	zoom:1;
	margin-bottom:20px;
}

.point .tit{
	font-weight:bold;
	margin:10px 0;
}

.point p{

}



/************* 売り主コメント ********************/

.comment{
	overflow:hidden;
	zoom:1;
	margin-bottom:20px;
}



/************* 担当者コメント ********************/

dl.unit-comment{
	overflow:hidden;
	zoom:1;
}


dl.unit-comment dt{
	float:left;
	width:100px;
	}

dl.unit-comment dt img{
	width:100px;
	border: 1px solid #d4d4d4;
	}


dl.unit-comment dd{
	margin-left:115px;
	}

dl.unit-comment dd span.shop{
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}

dl.unit-comment dd span.name{
	display:block;
	margin-bottom:5px;
	}


/************* 特徴・共用施設 ********************/

.overview{
	overflow:hidden;
	zoom:1;
	margin-bottom:20px;
}


/************* 物件詳細 ********************/

.js-detail .detailArea dt h2{
	padding: 10px;
	font-weight:bold;
	overflow:hidden;
	zoom:1;
}

.js-detail .detailArea dd.inner .info{
	padding-bottom:10px;
	float:right;
}

.link_txt{
	margin-top: 10px;
	display: inline-block;
}

/* 電卓アイコン */

.icn-simulation {
	position: relative;
	padding-left: 20px;
	display: inline-block;
}
	.icn-simulation::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -9px;
		width: 16px;
		height: 18px;
		background: url("/nomucom/smp/common/images/svg/icn_calculator.svg") no-repeat;
		background-size: 16px 18px;
		z-index: 1;
	}


/* 地図アイコン */



.icn-map_pin {
	position: relative;
	padding-left: 19px;
	display: inline-block;
}
	.icn-map_pin::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -11px;
		width: 14px;
		height: 20px;
		background: url("/nomucom/smp/common/images/svg/icn_pin.svg") no-repeat;
		background-size: 14px 20px;
		z-index: 1;
	}

.unit_price2{
	position:relative;
	display:table;
}

.unit_price2 .unit_price-inner{
	display:table-cell;
	vertical-align:middle;
}

.unit_price2 .unit_price-inner .price {


	display:table-cell;
	vertical-align:middle;
}

.unit_price2 .unit_price-inner .price div{
	display:inline-block;
	margin-top:3px;
}

.unit_price2 .unit_price-inner .price span.red,
table.detail span.red{
	font-size:17px;
	color:#dd1c11;
	font-weight:bold;

}

.unit_price2 .unit_price-inner .newPrice{
	display:table-cell;
	vertical-align:middle;
}

.unit_price2 .unit_price-inner .newPrice span{

}

/************* この物件情報を送る ********************/

.unit-send{
	border-radius: 3px;
	background:#f8f9eb;
	margin-top:10px;
}

.unit-send .tit{
	padding:7px 0;
	background:#bddd0e;
	text-align:center;
	font-weight:bold;
	border-radius: 3px 3px 0 0;
}

.unit-send .unit-tbl{
	padding:10px;
}


/* メールで送るのアイコン　ボタン部分は「/nomucom/smp/common/css/parts.css」*/

[class|="btn"].white2.icn-mail span{
	display:inline-block;
	padding-top:27px;
	background-repeat:no-repeat;
	background-image:url("/nomucom/smp/common/images/svg/icn_mail.svg");
	background-size:21px 13px;
	background-position:center 10px;
}

/* LINEで送るのアイコン　ボタン部分は「/nomucom/smp/common/css/parts.css」*/

[class|="btn"].white2.icn-line span{
	display:inline-block;
	padding-top:27px;
	background-repeat:no-repeat;
	background-image:url("/nomucom/smp/common/images/svg/icn_line.svg");
	background-size:18px 18px;
	background-position:center 7px;
}



/************* フォトギャラリー ********************/

ul.gallery{
	overflow:hidden;
	zoom:1;
}

ul.gallery li {
	float:left;
	width : -webkit-calc(90% / 3) ;
	width : calc(90% / 3) ;
	margin-right:5%;
	margin-bottom:20px;
}

ul.gallery li span{
	display:block;
	text-align:center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

ul.gallery li img{
	display:block;
	border: 1px solid #d4d4d4;
	margin-bottom:7px;
}

ul.gallery li:nth-child(3n){
	margin-right:0;
}


/************* フォーム ********************/

dl.form_section input[type~=text],
dl.form_section input[type~=password],
dl.form_section input[type~=email],
dl.form_section input[type~=tell],
dl.form_section input[type~=tel],
dl.form_section input[type~=number],
textarea{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	width:100%;

	padding:5px;
}

dl.form_section dt .required{
	font-size:10px;
	background:#ff242c;
	color: #fff;
	padding:4px 7px;
	text-align:center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	line-height:10px;
	display:inline-block;
}

dl.form_section dt .any{
	font-size:10px;
	background:#bdbdbd;
	color: #fff;
	padding:4px 7px;
	text-align:center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	line-height:10px;
	display:inline-block;
}

.add-col {
	width:40%!important;
}

.add-col2 {
	width:49%!important;
}

#addr_wide {
	padding:0 20px 0 8px;
	height:36px;
	cursor:pointer;
}

.combo_f {
	height:40px;
	margin:0;
	padding:0;
	background-color:#fff;
	border:1px solid #4c4c4c;
	padding-left:5px;
}

.form_section .selection .combo_f {
	height:40px;
	margin:0;
	padding:0;
	background:#ffebeb;
	border:1px solid #4c4c4c;
	padding-left:5px;
}

.combo_t {
	height:80px;
	border:1px solid #4c4c4c;
}

.form_section .combo {
	padding-left:5px;
	width:150px;
	height:36px;
	background-color:#fff!important;
	background:url("/nomucom/smp/common/images/select_arrow.png") no-repeat right center;
	background-size:27px 27px ! important;
	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);
	border:solid 1px #4c4c4c;
	-webkit-appearance: none;
}
.form_section .selection .combo {
	background-color:#ffebeb ! important;
	background:#ffebeb url("/nomucom/smp/common/images/select_arrow.png") no-repeat right center ! important;
	background-size:27px 27px ! important;
}
.form_section .selection .combos{
	background:#ffebeb;
	padding:15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	margin-top:10px;
	border:1px solid #4c4c4c;
}

.form_section dd .combos{
	background:#fff;
	border:1px solid #4c4c4c;
	padding:15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	margin-top:10px;
}

.form_section dd #deliverys{
	background:#f0f0f0;
	border:1px solid #4c4c4c;
}

.form_section dd .combos .inner{
	padding:7px;
	margin:10px 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	overflow:hidden;
	zoom:1;
}

.example{
	margin-bottom:10px;
	color:#808080;
}

.textlink2{
	background:#f0f0f0;
	padding:15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.add_link {
	background:#a9a9a9;
	color:#fff;
	padding:8px 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align:left;
	height:28px;
	line-height:15px;
}

.add_link a,
.color_white{
	color:#fff;
}



/************* パネル ********************/

.hideBtnZone{
	display:none;
	width:100%;
	position:fixed;
	bottom:0;
	z-index:10000;
}

.hideBtnZone .fixed-pannel{
	display: -webkit-flex;
	display: flex;
}

.hideBtnZone .fixed-pannel .contact{
	-webkit-flex: 1;
	flex: 1;
}

.hideBtnZone .fixed-pannel .favo{
	width: 60px;
	height:50px;
	padding-left:10px;
}

[class|="btn"].white4.icn-favorite span{
	display:block;
	width:46px;
	height:46px;
	background-repeat:no-repeat;
	background-image:url("/nomucom/smp/common/images/svg/icn_favorite_off2.svg");
	background-size:44px 44px;
	background-position:center center;
}

/*
[class|="btn"].white4.on{
	background:#dadcc7;/*下の色
	color:#9c9d8e;
}*/

[class|="btn"].white4.on.icn-favorite span{
	display:block;
	width:46px;
	height:46px;
	background-repeat:no-repeat;
	background-image:url("/nomucom/smp/common/images/svg/icn_favorite_on2.svg");
	background-size:44px 44px;
	background-position:center center;
}

/*
[class|="btn"].white4.on:after{
	background:#f2f3eb;/*上の色
}*/



/************* 間取り図・区画図 ********************/

.floor_img{
	width:100%;
	border: 1px solid #d4d4d4;
	padding:20px;
}

.floor_img img{
	width:90%;
	margin:0 auto;
	text-align:center;
	display:block;
}


/************* オーナーレポート ********************/

.box .pagetitle{
	background-size: 6px;
	border-left: 8px solid #a6c621;
}
.box .pagetitle div{
  padding: 6px 10px;
  background: #f0f0f0;
}
.box .pagetitle h2{
	font-weight:bold;
	font-size: 16px;
	margin-bottom: 5px;
}
.box .report_read{
	 background: url(/cms/ownerreport/images/img_report06.png) 22px 70% no-repeat,url(/cms/ownerreport/images/img_report02.png) 0 90% no-repeat;
	 background-size: 19px,22px;
}
.box .report_read p{
  margin: 10px 0 0 38px;
  background: #e4f3a0;
  border-radius: 8px;
  padding: 10px;
}
.box .report .ttl-type_c{
   background: url(/cms/ownerreport/images/img_report04.png) 0 0.15rem no-repeat;
   padding-left: 21px;
   background-size: 18px;
   margin-top: 26px;
}
.box .report p{
	margin-bottom:15px;
	line-height:1.4;
}

.box .report .report_img img{
	width:100%;
}
.box .report .report_img .item_point{
	padding: 2px 0 0 50px;
	background: url(/cms/ownerreport/images/icon_point.png) left 0.2rem no-repeat;

}
.update_num{
	font-size:13px;
	margin-top:20px;
}

.update_num span{
	font-weight:bold;
	background:#f0f0f0;
	padding:4px;
	text-align:center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-right:10px;
}


/************* 地図 ********************/

.zoom{
	width:100%;
	margin:15px 0;
}

.zoom span.add{
	font-weight:bold;
	width:65%;
	display:inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


.zoom span.link{
	width:35%;
	display:inline-block;
	float:right;
	text-align:right;
}

.zoom span a{
	background-image:url("/nomucom/smp/common/images/svg/icn_grass_blue.svg");
	background-size:12px 14px;
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:17px;
	font-weight:normal;
}

.map{
	margin-bottom:10px;
	position:relative;
	height: 100%;
}

.map #map_canvas {
	width:100%;
	height:180px;
	z-index:0;
}

.map_indent {
	padding-left:1em;
	text-indent:-1em;
	color:#888888;
	font-size:11.5px;
}

.box .map_detail{
	margin-bottom:30px;
}

.box .map_detail p{
	line-height:1.4;
}

.box .map_detail p span{
	font-weight:bold;
	display:block;
}

.box .map_detail .map_img img{
	width:100%;
}

/*アプリで開くボタン*/

.map .appbtn{
	padding:0px 10px;
	position:absolute;
	top:10px;
	right:10px;
	z-index:99;
    cursor: pointer;
	width:120px;
	height:33px;
	line-height:33px;
	text-align:center;
	font-size:10.5px;
	background:#fff;
	-webkit-border-radius:2px;
	border-radius:2px;
	border-color:rgba(255, 255, 255, 1);
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, .2);
	box-shadow:0 1px 2px rgba(0, 0, 0, .2);
	z-index:2;
}

/*位置の詳しい情報が表示出来ない時のアラート*/

.map .alert{
	position:absolute;
	opacity: 0.8;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:#000;
	padding:10px 20px;
	text-align:center;
	color:#FFF;
	line-height:1.4;
	top: 50%;           /* 4 */
    left: 50%;          /* 5 */
    margin-left: -140px;/* 6 */
    margin-top: -40px; /* 7 */
	z-index:1;
}






/* 中古マンションライブラリー */

.link_box{
	width:100%;
	border: 1px solid #d4d4d4;
	padding:10px;
	margin-top:10px;
	border-radius:3px;
	-webkit-border-radius:3px;
	background:url("/nomucom/smp/common/images/svg/arrow_r_g_l.svg") no-repeat;
	background-size:10px 18px;
	background-position:right 10px center;
}

.link_box a{
	color:#2d2d2d;
}

.link_box dl.unit-library{
	overflow:hidden;
	zoom:1;
	display: -webkit-box;
	display:-webkit-flexbox;
	display:-webkit-flex;
	display:flex;
	align-items: center;
}


.link_box dl.unit-library dt{
	width:70px;
	}

.link_box dl.unit-library dt img{
	width:70px;
	border: 1px solid #d4d4d4;
	padding:3px;
	}


.link_box dl.unit-library dd{
	margin-left: 12px;
	width: 70%;
	}

.link_box dl.unit-library dd span.detail{
	display:block;
	margin-top:10px;
	}
.link_box .unit-library .bukkenType{
	font-weight: bold;
	background-color: #6dc6f9;
	color: #fff;
	font-size: 85%;
	padding: 4px 0;
	text-align: center;
	width: 110px;
	margin: 0 0 6px 0px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}
.contact_buyer{
	width:100%;
}

.contact_buyer p{
	line-height:1.4;
	margin-bottom:20px;
}

.contact_buyer a{
	width:200px;
	line-height:46px;
	font-weight:normal!important;
	margin:0 auto;
	color:#005fd1!important;
	font-weight:bold!important;
}


.textarea_bg p{
	line-height:1.4;
	font-size:11.5px;
}



.plan_detail{
	margin:20px 0 30px;
	overflow:hidden;
	zoom:1;
}



/* レコメンドエンジン
--------------------*/
#nomu_item_sp{ margin:0px auto 0 auto; }
#nomu_item_sp .reco_nomu_sp{ background-color:#2d2d2d; color:#ffffff; padding:13px 0 13px 10px; font-weight:bold; text-align:left; font-size: 100%;}
#nomu_item_sp a{ display:table; width: 100%; overflow:hidden; background: url("/nomucom/smp/common/images/svg/arrow_r_g_l.svg") no-repeat; background-position:right 10px center; text-decoration:none; }
#nomu_item_sp a > *{
	display: table-cell;
	/*vertical-align: middle; */
	vertical-align: top;/*-- 変更--*/
}
/*
#nomu_item_sp > div:not(.reco_nomu_sp){ border-bottom:1px solid #d4d4d4; }*/
#recoArea{ border-bottom:1px solid #d4d4d4; }
#nomu_item_sp > div:not(.reco_nomu_sp) .bkthumb{ padding:10px 0 10px 10px; width:100px; text-align:center; }
#nomu_item_sp > div:not(.reco_nomu_sp) .bkthumb img{ width:90px; height: 90px; }
#nomu_item_sp > div:not(.reco_nomu_sp) .bkdetail{ padding:10px 30px 10px 10px; text-align:left; color:#2d2d2d;}
#nomu_item_sp > div:not(.reco_nomu_sp) .bkdetail h4{ font-weight:bold; margin:3px 0 5px 0; }
#nomu_item_sp .bkdetail span{ display:inline-block; margin-bottom:5px;}
#nomu_item_sp .bkprice span{ color:#dd1c11; font-weight:bold; margin-top: 5px; }

#nomu_item_sp .bukkenType{ font-weight:bold; background-color:#e9f6bf; color:#2d2d2d; font-size:85%; padding:4px 0; text-align:center; width:110px; margin:0 0 6px 0px; border-radius:2px; -webkit-border-radius:2px;}


/* 160627追記（ノムコム掲載終了）
--------------------*/

#nomu_sp_end{ margin:0px auto 0 auto; }
#nomu_sp_end .reco_nomu_sp_end{ background-color:#2d2d2d; color:#ffffff; padding:13px 0 13px 10px; font-weight:bold; text-align:left; font-size: 100%;}
#nomu_sp_end a{ display:table; width:100%; overflow:hidden; background: url("/nomucom/smp/common/images/svg/arrow_r_g_l.svg") no-repeat; background-position:right 10px center; text-decoration:none; }
#nomu_sp_end a > *{
	display:table-cell;
	/*vertical-align: middle; */
	vertical-align: top;/*-- 変更--*/
}
#nomu_sp_end > div:not(.reco_nomu_sp_end){ border-bottom:1px solid #d4d4d4; }
#nomu_sp_end > div:not(.reco_nomu_sp_end) .bkthumb{ padding:10px 0 10px 10px; width:100px; text-align:center; }
#nomu_sp_end > div:not(.reco_nomu_sp_end) .bkthumb img{ width:90px; height: 90px;}
#nomu_sp_end > div:not(.reco_nomu_sp_end) .bkdetail{ padding:10px 30px 10px 10px; text-align:left; color:#2d2d2d; }
#nomu_sp_end > div:not(.reco_nomu_sp_end) .bkdetail h4{ font-weight:bold; margin:3px 0 5px 0; }
#nomu_sp_end .bkdetail span{ display:inline-block; margin-top:5px;}
#nomu_sp_end .bkprice span{ color:#CD3700; font-weight:bold; margin-top: 5px; }

#nomu_sp_end .bukkenType{ font-weight:bold; background-color:#eaf1d4; border:solid 1px #d5deba; color:#2d2d2d; font-size:85%; padding:4px 0; text-align:center; width:110px; margin:0 0 6px 0px; border-radius:2px; -webkit-border-radius:2px;}


/* 物件掲載終了時関連 */

/* 会員登録 */
.GuideMember{
	padding-top:10px;
	margin-bottom:15px;
	border-top:1px solid #d4d4d4;
	overflow:hidden;
	zoom:1;
}
.GuideMember .msg{
	margin:5px 0 15px;
	text-align:center;
	font-weight:bold;
	color:#dd1c11;
}
.GuideMember .infoBox{
	padding:10px;
	background:#fff1f1;
	border-radius:3px;
}
.GuideMember .infoBox a{
	display:block;
	font-size:13.5px;
	font-weight:bold;
	line-height:40px;
	text-align:center;
	background:#fff;
	border:1px solid #dfcfcf;
	border-radius:3px;
}

/*-------------------------------
   .catLinkList 他の～～から探す
--------------------------------*/
.catLinkList{
	padding:15px 0 5px 10px;
}
.catLinkList li{
	display:inline-block;
}
.catLinkList a{
	display:block;
	margin:0 6px 10px 0;
	padding:0 7px;
	min-width:4em;
	text-align:center;
	line-height:22px;
	font-size:14px;
	border:1px solid #cfcfcf;
	border-radius:3px;
	color:#2d2d2d;
}



/* アイコンの説明 */


.table-ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top:20px;
  border:solid 1px #d4d4d4;
  border-radius:3px;
}

.table-ul li {
  display: table-cell;
  vertical-align: middle;
  text-align:center;
  border-right:solid 1px #d4d4d4;
  padding:4px 4px 20px;

  background:url(/nomucom/smp/common/images/svg/arrow_down_b.svg) no-repeat center bottom 7px;
}

.table-ul li:last-child {
	border-right:none;
}

.table-ul li span{
	display:inline-block;
	letter-spacing:-1px;
	font-size:13px;
}

/*
.table-ul li a{
	content:"";
	display:inline-block;
	width:1em;
	height:1em;
	background:url(/nomucom/smp/common/images/svg/arrow_down_b.svg) no-repeat center bottom;
}*/



.license{
	margin-top:5px;
	font-size:12px;
}




/*-------------------------------
   .linkList
--------------------------------*/
.linkList {
}
.linkList li {
	border-top: 1px solid #d4d4d4;
}
.linkList li:first-of-type {
	border-top: 1px solid rgba(0,0,0,0);
}
.linkList li a {
	position: relative;
	display: block;
	text-decoration: none;
	padding: 19px 0px 19px 3.13%;
	font-size: 115%;
	color: #2d2d2d;
}

.linkList li a.new_link {

}

.linkList li.new_link {
	position: relative;
	display: block;
	text-decoration: none;
	padding:8px 0px 8px 3.13%;
	font-size: 115%;
	color: #2d2d2d;
}

.linkList li.new_link a{
	color:#005fd1;
	padding:8px 0 0 0;
	display:inline-block;
	margin-right:15px;
}

.linkList li.new_link a::after{
	background:none;
}



.linkList li [class^="icn"] {
	padding-left: 60px;
}
.linkList li a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -8.5px;
	width: 12px;
	height: 17px;
	background: url(/nomucom/smp/common/images/svg/arrow_r_g.svg) no-repeat right center;
	background-size: contain;
}
.linkList li[class^="view"] a{
	padding-right:35px;
}
.linkList li.view-pc a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -7.5px;
	width: 23px;
	height: 15px;
	background: url(/nomucom/smp/common/images/svg/icn_pc.svg) no-repeat right center;
	background-size: contain;
}
.linkList li.view-blank a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 13px;
	margin-top: -7.5px;
	width: 15px;
	height: 13px;
	background: url(/nomucom/smp/common/images/svg/icn_blank.svg) no-repeat right center;
	background-size: contain;
}
.linkList li.view-fb a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 11px;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background: url(/nomucom/smp/common/images/icn_fb.png) no-repeat center center;
	background-size: 20px 20px;
}
.linkList li.view-youtube a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -11.75px;
	width: 22px;
	height: 23.5px;
	background: url(/nomucom/smp/common/images/icn_youtube.png) no-repeat center center;
	background-size: 22px 23.5px;
}
.linkList li .icn_mansion_n {
	background: url(/nomucom/smp/common/images/svg/icn_mansion_n.svg) no-repeat 7px center;
	background-size: 44px;
}
.linkList li .icn_mansion {
	background: url(/nomucom/smp/common/images/svg/icn_mansion.svg) no-repeat 7px center;
	background-size: 44px;
}
.linkList li .icn_house_n {
	background: url(/nomucom/smp/common/images/svg/icn_house_n.svg) no-repeat 7px center;
	background-size: 44px;
}
.linkList li .icn_house {
	background: url(/nomucom/smp/common/images/svg/icn_house.svg) no-repeat 7px center;
	background-size: 44px;
}
.linkList li .icn_land {
	background: url(/nomucom/smp/common/images/svg/icn_land.svg) no-repeat 7px center;
	background-size: 44px;
}
.linkList li .icn_pro {
	background: url(/nomucom/smp/common/images/svg/icn_pro.svg) no-repeat 7px center;
	background-size: 44px;
}
.linkList li .icn_biz {
	background: url(/nomucom/smp/common/images/svg/icn_biz.svg) no-repeat 7px center;
	background-size: 44px;
}
.linkList li .icn_buy {
	background: url(/nomucom/smp/common/images/svg/icn_buy.svg) no-repeat 7px center;
	background-size: 44px;
}
.linkList li .icn_rent {
	background: url(/nomucom/smp/common/images/svg/icn_rent.svg) no-repeat 7px center;
	background-size: 44px;
}
.linkList li .icn_area {
	background: url(/nomucom/smp/common/images/svg/icn_area.svg) no-repeat 7px center;
	background-size: 44px;
}
.linkList li .icn_ensen {
	background: url(/nomucom/smp/common/images/svg/icn_ensen.svg) no-repeat 7px center;
	background-size: 44px;
}


/* icon_reform_リフォームアイコン */

.detailArea .icon_reform li{
    background: #f0f7dc;
    float: left;
    box-sizing: border-box;
    padding: 3px 3px;
    text-align: center;
    margin: 0 3px 5px 0;
    font-weight: bold;
    font-size: 85%;
    color: #678713;
    border: 1px solid #c9df8d;
    min-width: 32.3%;
}

/* 物件の概要の見方 */
.info_list {
    display:-webkit-box;
    display:-webkit-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.info_list li{
  border: solid 1px #d4d4d4;
  width: 32%;
  margin: 0 6px 10px 0;
}
.info_list li:nth-child(3n){
	margin-right: 0 ;
}
.info_list li a{
	display:block;
	padding: 5px 0 5px 18px;
	box-sizing: border-box;
	background: url(/nomucom/smp/common/images/svg/arrow_down_b.svg) no-repeat 4px center ;
}

/********************** 20170308 *************************/
table.detail{
	width: 100%;
	display:table;
	border: 1px solid #d4d4d4;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 3px;
	overflow: hidden;
    margin:10px 0;
}

table.detail a{
	margin-left:5px;
}

table.detail a.traf{
	margin-left:0px;
}

table.detail a[target="_blank"]::after{
	content:"";
	display:inline-block;
	margin-left:5px;
	width:1.2em;
	height:1em;
	background: url(/nomucom/smp/common/images/svg/icn_blank.svg) no-repeat right center;
	background-size:contain;
	vertical-align:text-bottom;
}

table.detail th,
table.detail td{
	padding: 10px;
	border-bottom: 1px solid #d4d4d4;
}

table.detail th{
	display:table-cell;
	vertical-align: top;
	background: #e4e4e4;
	width: 25%;
	line-height:1em;
}

table.detail th + th,
table.detail td{
	border-left: 1px solid #d4d4d4;
}
table.detail td{
	display:table-cell;
	vertical-align: middle;
	position:relative;
}

table.detail tr:last-child th,
table.detail tr:last-child td {
	border-bottom: none;
}

table.detail p.tool_txt{
	padding-right:20px;
}

table.detail td span.tool{
	position:absolute;
	right:5px;
	top:8px;
	vertical-align:middle;
	background-image: url("/nomucom/smp/common/images/svg/icn_tooltip.svg");
	background-size:20px 20px;
	background-repeat:no-repeat;
	background-position:right center;
	display:block;
	width:20px;
	height:20px;
}

table.detail td span.selected{
	float:right;
	vertical-align:middle;
	background-image: url("/nomucom/smp/common/images/svg/icn_tooltip_close.svg");
	background-size:20px 20px;
	background-repeat:no-repeat;
	background-position:right center;
	display:block;
	width:20px;
	height:20px;
}

table.detail td div.tool{
	border-radius: 3px;
	border: 1px solid #d4d4d4;
	padding:10px 10px 0;
	width:100%;
	margin-top:15px;
	display:block;
	overflow:hidden;
	zoom:1;
}

table.detail td div.tool p{
	margin-bottom:10px;
}

table.detail td div.tool em{
	font-style:normal;
	font-weight:bold;
}
table.detail ul li{
	background: url(/common/images/dot.gif) no-repeat 0 0.6rem;
	padding-left: 7px;
}
.detail_info{
	color:#888888;
	font-size:11.5px;
	margin-top:10px;
	float:right;
	text-align:right;
}

.detail_info span{
	display:block;
}
.list_note li{
   background: url(/common/images/dot.gif) no-repeat 0 0.5rem;
   padding-left: 7px;
   margin: 0 0 0 5px;
}
/* 0404追加----------------------------------------------------- */
.main.none{
	border-top:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
	padding-bottom:0px;
	/*background:#f0f0f0 url("/nomucom/smp/common/images/shadow_bottom.svg") repeat-x bottom center;*/

}

.main.none #detailslider .imgtextBox{
	position:absolute;
	bottom:0px;
	height:25px;
	background-color: rgba(0,0,0,0.6);
	width:100%;
	z-index:99;
	margin-bottom:0px;
}

/* 20170427追加----------------------------------------------------- */
.detail .unit-report::after {
		content: "";
		display: block;
		overflow: hidden;
}
.detail  .unit-report::after {
		clear: both;
}

/* 中古マンションカタログ */

.m_catalog .ttl-type_a{
    background: #9e9e9e;
    color: #fff;
}
.m_catalog table.detail th{
   width: 34%;
}


#environment_box ul li{
	margin-bottom: 5px;
}
#environment_box ul li .img{
	float: left;
	width: 144px;
	margin: 0 8px 5px 0;
}
#environment_box .label{
	background: #8fbe00;
	color: #fff;
	display: inline-block;
	padding: 3px 4px;
	font-size: 92%;
	margin-bottom: 5px;
}
#environment_box .tit{
    font-weight: bold;
}
#environment_box .trimacddetail{
	display: none !important;
}


.js-detail .detailArea dt.trimacdbtn.none{
	background: #bddd0e;
	background-size: 18px 17px;
	background-position:right 10px center;
}

/*------物件検索リンク------*/
#regionInner{
	margin: 20px 0 0;
}
#regionInner h3{
	font-weight: bold;
	font-size: 110%;
	margin: 0 0 8px;
	background: #ececec;
	padding: 10px;
}
#regionInner .inr{
	margin: 0 0 8px;
}
#regionInner .inr ul{
	margin: 0 10px;
}
#regionInner .inr ul li{
  display:inline-block;
  margin-bottom: 8px;
}
#regionInner .inr ul li:after {
	content:"｜";
	display:inline-block;
	letter-spacing: -7px;
}
#regionInner .inr ul li:nth-last-of-type(1):after { content:none; }


.item_buttons_satei{
	/* border: 2px solid #fab71a; */
	padding: 14px 14px 5px;
	margin: 20px 12px 16px;
	background: #ffecd8;
}
.item_buttons_satei .text{
	font-weight: bold;
	font-size: 115%;
	margin-bottom: 10px;
}
.item_buttons_satei .text2{
	margin-bottom: 8px;
	display: inline-block;
	line-height: 1.5;
}
.item_buttons_satei .btn{
	padding: 5px;
	display: inline;
	margin-left: 12px;
}
.item_buttons_satei .btn:hover {
	color: #f00;
}
.box .item_buttons_satei{
	margin: 15px 0 16px;
}

/* スライダー形式のリコメンドエリア */

/*-------------------------------
   .carousel
--------------------------------*/
.recCarousel{
	padding:0 40px;
	border-top:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
}
.recCarousel .bx-wrapper .bx-controls-direction a{
	top:0;
	margin-top:0;
	height:100%;
	width:40px;
	background-color:#fff;
	background-position:center center;
	z-index:100;
}
.recCarousel .bx-wrapper .bx-prev{
	left:-40px;
	background-image:url(/nomucom/smp/common/images/svg/arrow_l_g.svg);
	background-size:12px 17px;
	border-right:1px solid #d4d4d4;
}
.recCarousel .bx-wrapper .bx-next{
	right:-40px;
	background-image:url(/nomucom/smp/common/images/svg/arrow_r_g.svg);
	background-size:12px 17px;
	border-left:1px solid #d4d4d4;
}

.recCarousel ul.carousel li{
	cursor:pointer;

}

.recCarousel ul.carousel{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.recCarousel ul.carousel li .bukkenType{
	font-weight:bold;
	background-color:#e9f6bf;
	color:#2d2d2d;
	font-size:85%;
	padding:4px 0;
	text-align:center;
	width:110px;
	margin:10px auto 6px;
	border-radius:2px;
	-webkit-border-radius:2px;
}

.recCarousel ul.carousel li{
	display:block;
	float:left;
	padding:10px;
	border-right:1px solid #d4d4d4;
}

.recCarousel ul.carousel li .image{
	width:128px;
	height:90px;
	overflow:hidden; 
	position:relative;
}
.recCarousel ul.carousel li .image img{
	width:128px;
	position:absolute;
	top:-16px;
}

.recCarousel ul.carousel li .visual{
	display:block;
	border:1px solid #d4d4d4;
	height:0;
	padding-top:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}


.recCarousel ul.carousel li .title{
	display:block;
	margin:10px 0 7px;
	color:#2d2d2d;
	font-weight:bold;
	font-size:13px;
}
.recCarousel ul.carousel li .price{
	font-size:15px;
}
.recCarousel ul.carousel li .price .icon{
	display: inline-block;
	margin-right: 2px;
	width: 1.1em;
	height: 1.1em;
	background: url(/nomucom/smp/common/images/svg/icn_yenmark.svg) no-repeat 0 0;
	background-size: contain;
	vertical-align: text-bottom;
}
.recCarousel ul.carousel li .price .num{
	font-weight: bold;
	color: #dd1c11;
}
.recCarousel ul.carousel li .price .unit{
	font-size:13px;
	color:#2d2d2d;
	font-weight: bold;
}
.recCarousel ul.carousel li .address{
	margin-top:7px;
	color:#2d2d2d;
	font-size:13px;
}

/* -- special_link-- */
.detail #contents .special_link{
	background: url(/images/rn_common/icon_side_arrow3_on.png) no-repeat 0 0.4rem;
	padding-left: 6px;
	margin: 10px 10px 5px;
	display: block;
}

.prevention_txt{margin: 15px 0;border: 1px solid #fe901b;}
.prevention_txt dt{font-weight: bold;padding: 10px 0 10px 40px;vertical-align: middle;color: #fe901b;font-size: 17px;background: url(/images/rn_common/icon_smp.png) no-repeat 12px 50%;background-size: 16px;}
.prevention_txt dd{padding: 0 10px 10px;}
.prevention_txt a{background: url(/nomucom/smp/common/images/svg/arrow_r_b.svg) no-repeat 100% 50%;background-size: 6px 11px;padding-right: 10px;}


/*------AI_間取り図の特徴タグ----------*/
.item_madori{
	background: #efefef;
	padding: 10px;
	margin-top: 22px;
	position: relative;
	line-height: 1.4;
	border-radius: 10px;
}
.main .item_madori{
    margin: 16px 10px 0;
}

.item_madori:before{
	content:"";
	position:absolute;
	top: -51px;
	left: 50%;
	webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
	border: 33px solid transparent;
	border-bottom: 20px solid #efefef;
}
.item_madori_ttl{
	font-weight: bold;
}
.item_madori_ttl small{font-size: 13px;font-weight: normal;}

.item_madori .item_tag a{
	border: 1px solid #5555;
	padding: 0.4rem;
	display: inline-block;
	border-radius: 30px;
	margin: 0.6rem 0.6rem 0 0;
	background: #fff;
	font-size: 14px;
	letter-spacing: -0.5px;
}
.item_madori .item_tag p{
	padding: 0.4rem;
	display: inline-block;
	letter-spacing: -0.5px;
	font-size: 14px;
}
.item_madori .text{
	color: #5e5e5e;
	font-size: 13px;
	margin: 5px 0;
}
.item_madori_link{
    text-align: right;
}
.item_madori_link a{background: url(/nomucom/smp/common/images/svg/arrow_r_b.svg) no-repeat 100% 50%;background-size: 6px 11px;padding-right: 10px;}

/*-----------タグ検索----------*/
.item_tag table.detail a{
	border: 1px solid #5555;
	padding: 0.5rem;
	display: inline-block;
	border-radius: 30px;
	margin: 0.4rem 0.8rem 0.4rem 0;
	background: #fff;
	font-size: 14px;
	letter-spacing: -0.5px;
}
.item_tag table.detail p{
	padding: 0.5rem;
	display: inline-block;
	font-size: 14px;
	letter-spacing: -0.5px;
}
/*-----------間取り図の特徴の説明----------*/
table.detail th .img{
	text-align: center;
	margin: 0 0 0.4rem;
}
table.detail th p{
	font-weight: bold;
	position: relative;
	padding-left: 13px;
	font-size: 1.4rem;
}
table.detail th p:before {
    content: "#";
    position: absolute;
    left: 0;
}

/* aタグ無効化 */
.recCarousel ul.carousel li.click_R > a {
	pointer-events: none;
}

/* フォトギャラリー注釈コメント */
.gallery_comment {
	margin-left: 10px;
}
