@charset "UTF-8";
#contents{
	width: 960px;
	margin-top: -10px;
}
table {
	width:100%;
	margin-bottom:20px;
	border:2px #d6d3c8 solid;
}
th {
	font-weight:bold;
	padding:6px 10px;
	background:#f0eee2;
	border-bottom:1px #e1dace solid;
	vertical-align:baseline;
}
td {
	padding:6px 10px;
	border-bottom:1px #e1dace solid;
	vertical-align:baseline;
}
#contents h2{
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
	font-size:22px;
	font-weight:normal;
}
#contents h2.inquiryEstateTit span{
	background: url(/images/svg/iconI_mail_black.svg)left center/30px no-repeat;
	padding-left: 36px;
}


/* //////////////////////////////////////////////////
[物件ヘッダー
////////////////////////////////////////////////// */
#estateHeader{
	margin-bottom: 30px;
}
#estateHeader .period{
	width:100%;
	margin-bottom:0;
	text-align:right;
	font-size: 12px;
	color:#999;
}
#estateHeader .period.soon{
	color:#000;
}
#estateHeader .period span{
	margin-right:2px;
	font-size:14px;
	font-weight:bold;
}
#estateHeader .period.soon span{
	color:#FF4949;
}
.inquiryNumbers{
	float:right;
	font-size:12px;
	color: #999;
}
.estateTitleWrap{
	clear:both;
	padding: 10px 10px 0;
	background: #ffffff;
	border-bottom: 1px solid #e1dace;
	overflow: hidden;
}
#estateHeader h1{
	font-weight:normal;
	font-size: 12px;
	width: auto;
	max-width: 100%;
	float: left;
}
.estateTitle{
	float:left;
	width: 720px;
	margin-bottom:2px;
	font-size:22px;
	font-weight:bold;
}
.estateTitleWrap .headerBtnWrap{
	float:right;
}
.estateTitleWrap .ui-btn-common{
	float: left;
	margin-bottom: 4px;
	margin-right: 10px;
	padding: 0;
	font-size:13px;
}
.estateTitleWrap .ui-btn-common.userMail{
	width:100px;
}
.estateTitleWrap .ui-btn-common.userMail span{
	display: block;
	padding: 6px 6px 6px 6px;
}
.estateTitleWrap .ui-btn-common.print{
	width: 68px;
	margin-right:0px;
}
.estateTitleWrap .ui-btn-common.print span{
	display: block;
	background: url(/images/utility/svg/icon_print.png) no-repeat left 10px center/18px;
	background: url(/images/utility/svg/icon_print.svg) no-repeat left 10px center/18px;
	padding: 6px 6px 6px 30px;
}
.estateTitleWrap .inquiryNumbers{
	float:right;
	padding-top: 4px;
}
/* ボタンエリア */
.headerActionBtnWrap{
	clear:both;
	position:relative;
	padding: 0 8px 10px 8px;
	background:#f1f1f1;
	overflow:hidden;
}
.headerActionBtnWrap .cashBack{
	position:absolute;
	right:16px;
	top:5px;
	font-size:11px;
	font-weight:bold;
}
.headerActionBtnWrap .cashBack span{
	color: #FF4949;
  font-size: 14px;
}
.headerActionBtnWrap .actionBtn{
	float:right;
	width: auto;
	padding: 10px 16px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 3px #ccc;
	overflow:hidden;
}
.headerActionBtnWrap .actionBtn .ui-btn-common{
	float: right;
	width: 166px;
	font-size: 16px;
	margin-right: 10px;
}
.headerActionBtnWrap .actionBtn .ui-btn-common .fav{
  background-position: 14px 7px;
}
/* キャンペーンメッセージ */
.headerActionBtnWrap .campaignMsg{
	text-align:center;
	margin-top: 20px;
}
.headerActionBtnWrap .campaignMsg span{
	color: #ff9300;
  font-weight: bold;
}
/* ○○人が検討しています */
.headerActionBtnWrap .dataWrap{
	float: left;
	margin-top: 1px;
}
.headerActionBtnWrap .popularity{
	float: right;
	margin: 6px 0px 0 0;
	padding: 2px 10px 2px 26px;
	background: url(/images/utility/svg/icon_favUsers.svg) no-repeat left center/24px;
	text-align: right;
	font-size:13px;
}
.headerActionBtnWrap .popularity span{
	margin-left:2px;
	font-size:16px;
	font-weight:bold;
	color:#FF4949;
}
.headerActionBtnWrap .period{
	float: left;
	margin: 18px 0 0 0;
	font-size: 12px;
	font-weight: bold;
}
.headerActionBtnWrap .period span{
	margin-right:2px;
	color:#FF4949;
	font-size:16px;
}
.actionBtn .ui-btn-common{
	float:left;
	width: 190px;
	padding: 0;
	font-size:16px;
	box-sizing:border-box;
}
.actionBtn .ui-btn-common .fav{
	display:block;
	padding:6px 0 6px 34px;
	background: url(/images/utility/svg/heart_disabled_plus.png) no-repeat left 24px top 7px/26px;
	background: url(/images/utility/svg/heart_disabled_plus.svg) no-repeat left 24px top 7px/26px;
}
.actionBtn .ui-btn-common:hover .fav{
	background-image:url(/images/utility/svg/heart_hover_plus.png);
	background-image:url(/images/utility/svg/heart_hover_plus.svg);
}
.actionBtn .ui-btn-common .fav.active{
	background-image:url(/images/utility/svg/heart_plus.png);
	background-image:url(/images/utility/svg/heart_plus.svg);
}
.headerActionBtnWrap .actionBtn .ui-btn-inquiry-A{
	position:relative;
	float: right;
	width: 214px;
	padding: 5px 10px 3px 16px;
	font-size: 18px;
	box-sizing:border-box;
}
.headerActionBtnWrap .actionBtn .ui-btn-inquiry-A .mail{
	display:block;
	margin-left: -20px;
	background: url(/images/utility/icon_inquiry_btn.png) no-repeat left 17px top 5px/26px;
}
.headerActionBtnWrap .actionBtn .ui-btn-inquiry-A .mail .subText{
	display:block;
	margin-left: 18px;
	margin-bottom: -2px;
	font-size: 11px;
}
.headerActionBtnWrap .actionBtn .ui-btn-inquiry-A .mail .subText span{
	font-weight:bold;
}
.headerActionBtnWrap .actionBtn .ui-btn-inquiry-A .pop {
  position: absolute;
  top: 7px;
  right: 12px;
  padding: 0px 6px;
  border-radius: 5px;
  background: #ff0;
  color: #5ea107;
  font-size: 14px;
  font-weight: bold;
}
#estateDetail{
	clear:both;
	padding: 8px;
	font-size: 14px;
	background: #f1f1f1;
}
#estateDetail .tableWrap{
	box-shadow: 0 1px 3px #ccc;
}
#estateDetail table{
	width:100%;
	margin-bottom: 0;
	border: none;
	font-size: 13px;
}
#estateDetail table th{
	width: 64px;
	padding: 10px;
	background: #fcf9ee;
	vertical-align:middle;
	font-weight: normal;
}
#estateDetail table td{
	width: 116px;
	padding: 10px;
	background:#fff;
	vertical-align:middle;
}
#estateDetail table td.long{
	width: 134px;
}
#estateDetail table td .price{
	color:#FF4949;
	font-size: 26px;
}
#estateDetail table tr:last-of-type th,
#estateDetail table tr:last-of-type td{
	border-bottom:none;
}
.unit{
	margin-left:2px;
	font-size:14px;
	font-family:  "Meiryo","メイリオ","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Verdana,Helvetica,sans-serif;
}
#estateDetail .address a,
#estateDetail .address span,
#estateDetail .traffic a,
#estateDetail .traffic span{
	margin-right:6px;
}
#estateDetail table td .address{
	margin-right:4px;
}
.mapLink{
	display:inline-block;
	padding:4px 10px 4px 22px;
	background-image: url(/images/utility/svg/location.png);
	background-image: url(/images/utility/svg/location.svg);
	background-repeat: no-repeat;
	background-position: 2px center;
	background-size:20px;
	font-size:12px;
	text-align:left;
	margin-left: 7px;
}
/* //////////////////////////////////////////////////
[物件の特徴]
////////////////////////////////////////////////// */
#characteristic{
	clear:both;
	overflow:hidden;
}#characteristic li{
	float:left;
	width: 86px;
	margin-right: 4px;
	padding: 1px 0;
	background: #eee;
	border:1px solid #ccc;
	color: #999;
	font-size: 12px;
	text-align:center;
}
#characteristic li:first-child{
	width: 94px;
}
#characteristic li:nth-child(10){
	margin-right:0;
}
#characteristic li.active{
	border: 1px solid hsla(35, 100%, 50%, 1);
	background: #fffaf4;
	box-shadow: none;
	color: hsla(35, 90%, 50%, 1);
}
/* //////////////////////////////////////////////////
[切り替えタブ]
////////////////////////////////////////////////// */
.infoTab{
	clear:both;
	margin-bottom:20px;
	border-bottom: 4px solid #6c5c49;
	overflow:hidden;
}
.infoTab.bottom{
	margin-bottom:40px;
	border-bottom:none;
	border-top: 4px solid #6c5c49;
	overflow:hidden;
}
.infoTab div{
	float:left;
	width:240px;
	height: 46px;
	margin-top: 4px;
	margin-right:10px;
	background: #fff;
	border: 2px solid #ccc;
	border-bottom: 0;
	border-radius:5px 5px 0 0;
	font-size:18px;
	line-height: 50px;
	text-align:center;
	cursor:pointer;
	box-sizing:border-box;
}
.infoTab div:last-of-type{
	padding-left:10px;
}
.infoTab.bottom div{
	margin-top:0;
	margin-bottom: 4px;
	border-top: 0;
	border-bottom: 2px solid #ccc;
	border-radius:0 0 5px 5px ;
	line-height:46px
}
.infoTab div:hover{
	background: #6c5c49;
	color:#fff;
	border:2px solid #6c5c49;
}
.infoTab div.active{
	height: 50px;
	margin-top: 0;
	background: #6c5c49;
	border:none;
	color:#fff;
	line-height:58px;
	cursor:default;
}
.infoTab.bottom div.active{
	line-height:50px
}
.infoTab.bottom div:hover{
	line-height:42px;
}
.infoTab.bottom div.active:hover{
	line-height:50px;
	cursor:default;
}
#infoViewArea{
	margin-bottom:20px;
}
#infoViewArea > div{
	box-sizing:border-box;
	overflow:hidden;
}

/* //////////////////////////////////////////////////
[画像]
////////////////////////////////////////////////// */
#photoViewArea{
	margin-bottom:40px;
	overflow:hidden;
}
#estateInfoView{
	position:relative;
}
#mainPhoto{
  position: relative;
  float:left;
  width: 670px;
  margin-right: 20px;
  margin-bottom: 10px;
  background:#fff;
  overflow:hidden;
}
#mainPhoto #slickSlider{
	width:670px;
	height: 420px;
	padding:0;
	overflow: hidden;
}
#mainPhoto #slickSlider .slick-track{
	transition:translate 0.1s ease;
	padding:0;
}
#mainPhoto li{
	float:left;
	height: 420px;
	margin-right:0;
}
#mainPhoto li:focus{
	border:none;
	outline:none;
}
#mainPhoto li .imgWrap{
	display:table-cell;
	width:670px;
	height: 420px;
	text-align:center;
	vertical-align:middle;
}
#mainPhoto .imgWrap img{
	display:inline;
	max-width:650px;
	max-height: 420px;
}
#mainPhoto li .caption{
	display:none;
}
#mainPhoto .slick-arrow{
	width: 53px;
	height: 53px;
	z-index:600;
    opacity: 0.2;
    transition:opacity 0.2s ease;
}
#mainPhoto.hover .slick-arrow,
#mainPhoto:hover .slick-arrow{
    opacity: 1;
    transition:opacity 0.2s ease;
}
#mainPhoto .slick-prev{
	left:10px;
	background-position:left 17px center;
	background-size:12px;
}
#mainPhoto .slick-next{
	right:10px;
	background-position:right 17px center;
	background-size:12px;
}
/* サムネイル */
#estateInfoView #thumbnail{
	position:relative;
	float:right;
	width: 234px;
	background: #f1f1f1;
	padding: 10px 0 0 10px;
}
#estateInfoView #thumbnail ul{
	width: 234px;
	height: 450px;
	overflow-y: scroll;
	overflow-x: hidden;
}
#estateInfoView #thumbnail li{
	float:left;
	width:100px;
	height:70px;
	margin-bottom:10px;
	background:#fff;
	border: 3px solid #ffffff;
	box-sizing:border-box;
	overflow:hidden;
	cursor:pointer;
	text-align: center;
}
#estateInfoView #thumbnail li:first-child,
#estateInfoView #thumbnail li:nth-child(2){
	height:91px;
}
#estateInfoView #thumbnail li span{
	display:block;
	background:#faf5e4;;
	font-size:12px;
	text-align:center;
}
#estateInfoView #thumbnail li:nth-child(odd){
	margin-right:9px;
}
#estateInfoView #thumbnail li.active{
	border:3px solid #ff9300;
}
#estateInfoView #thumbnail li img{
	width: auto;
	height: auto;
	max-width: 100px;
	max-height: 70px;
}
#estateInfoView #thumbnail li img:hover{
	opacity:0.6;
}
/* キャプション */
.captionWrap{
	width: 510px;
	margin-left: 80px;
	float: left;
}
.captionWrap .captionText{
	display: inline-block;
	width: 400px;
	padding: 0 0 0 20px;
	font-weight: normal;
	vertical-align: middle;
}
/* 画像件数 */
.captionWrap #photoNumber{
	display: inline-block;
	width: 56px;
	padding: 2px 0;
	border: 1px solid #ccc;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}
.captionWrap #photoNumber .childNum{
	font-size: 16px;
}
/* //////////////////////////////////////////////////
[問い合わせボタン]
////////////////////////////////////////////////// */
.actionBtnWrap{
	clear:both;
	margin:0 auto 30px;
	border-radius: 8px;
	background: #f1f1f1;
	overflow:hidden;
}
.actionBtnWrap .headerMsg{
	margin-bottom: 22px;
	padding: 30px 0 0;
	text-align:center;
	font-size: 16px;
	font-weight: bold;
}
.actionBtnWrap .headerMsg p{
	margin:0 0 10px;
	font-weight:bold;
}
.actionBtnWrap .actionBtn{
	position:relative;
	padding: 0px 36px 36px 36px;
	overflow:hidden;
}
.actionBtnWrap .actionBtn .cvBtnWrap{
	float:left;
	margin-bottom: 20px;
	padding: 14px;
	background: #ffffff;
	box-shadow: 0 3px 0 #ddd;
	border-radius: 5px;
}
.actionBtnWrap .actionBtn .favBtnWrap{
	float:left;
	margin: 0 20px 20px 0;
	padding:13px 14px;
	background:#fff;
	border-radius:5px;
}
.actionBtn .favBtnWrap .popularity{
	display:block;
	padding-left: 24px;
	background: url(/images/utility/svg/icon_favUsers.svg) no-repeat left 26px center/24px;
	margin-bottom: 6px;
	text-align:center;
	font-size:13px;
}
.actionBtn .favBtnWrap .popularity span{
	margin-left:2px;
	font-size:16px;
	font-weight:bold;
	color:#FF4949;
}
.actionBtn .favBtnWrap.noFav .popularity{
	display:none;
}
.actionBtnWrap .actionBtn .ui-btn-common{
	padding: 0;
	font-size: 16px;
}
.actionBtnWrap .actionBtn .noFav .ui-btn-common .fav{
  padding: 22px 0 19px 30px;
  background-position: 24px 23px;
}
.actionBtnWrap .actionBtn .ui-btn-inquiry-A{
	position:relative;
	float:left;
	width: 400px;
	padding: 18px 0 7px;
	height: 38px;
	margin-right: 14px;
	background-image: url(/images/utility/icon_inquiry_btn.png);
	background-position: left 32px top 18px;
	background-repeat:no-repeat;
	background-size: 40px;
	text-align: left;
}
.actionBtnWrap .actionBtn .ui-btn-inquiry-A .mail{
  font-size: 20px;
  padding-left: 82px;
}
.actionBtnWrap .actionBtn .ui-btn-inquiry-A .pop{
	position:absolute;
	width: 38px;
	right: 34px;
	top: 19px;
	border-radius: 5px;
	padding: 2px 6px;
	background: #ff0;
	color: #5ea107;
	font-size: 14px;
	text-align:center;
}
.actionBtnWrap .actionBtn .ui-btn-inquiry-A .popularity{
	position:absolute;
	left: 144px;
	top: 30px;
	width: 112px;
	border-radius:5px;
	font-size: 14px;
	text-align:center;
}
.actionBtnWrap .actionBtn .tel{
	position:relative;
	float: left;
	width: 206px;
	padding: 22px 14px 20px 40px;
	background: #fff;
	border: 1px solid #ccc;
	text-align:left;
	border-radius: 5px;
	font-size: 16px;
	color: #1f7aee;
	text-decoration:none;
	box-sizing: border-box;
}
.actionBtnWrap .actionBtn .tel:after{
	position:absolute;
	content:"";
	width:0;
	height:0;
	top: 29px;
	left: 22px;
	border: 6px solid transparent;
	border-top: 8px solid #1f7aee;
}
.actionBtnWrap .actionBtn .tel:hover{
	background:#f2f2f2;
}
.actionBtnWrap .actionBtn .ui-btn-common.tel span{
	padding-left: 44px;
	background: url(/images/detail/icon_tel.svg) no-repeat left 18px center/22px;
}
.actionBtnWrap .campaignMsg{
	position:relative;
	clear: both;
	height: 176px;
	padding: 22px 0 0px;
	background: url(/images/detail/campaignView.png) #ffffff no-repeat center 60px/832px;
	border-radius: 5px;
	box-sizing: border-box;
	font-size: 12px;
}
.actionBtnWrap .campaignMsg p{
	margin-bottom: 0;
	text-align:center;
	font-size: 16px;
}
.actionBtnWrap .campaignMsg span{
	color: #ff9300;
	font-weight:bold;
}
.actionBtnWrap .campaignMsg:after{
	content:"";
	position:absolute;
	width:0;
	height:0;
	top: -30px;
	left: 430px;
	border: 14px solid transparent;
	border-bottom: 20px solid #ffffff;
}
.actionBtnWrap .campaignMsg a{
	margin-left:10px;
}
/* //////////////////////////////////////////////////
[物件の詳細情報]
////////////////////////////////////////////////// */
#estateDetailData{
	clear:both;
	margin-bottom:30px;
}
#estateDetailData h2 #update{
	float:right;
	padding-top:10px;
	font-size:12px;
	font-weight:normal;
}
#estateDetailData .tableWrap{
	padding:8px;
	background:#f1f1f1;
}
#estateDetailData table{
	table-layout: fixed;
	width:100%;
	margin-bottom:8px;
	border:none;
	font-size: 13px;
	box-shadow: 0 0 3px #ccc;
}
#estateDetailData table:last-of-type{
	margin-bottom:0;
}
#estateDetailData table.remark th{
	padding-top:13px;
	vertical-align:top;
}
#estateDetailData .detailNote{
	font-size: 71%;
	color: #999;
	margin: 3px 0 0;
}
#estateDetailData .detailNote li{
	margin-bottom: 2px;
	line-height: 1.4;
}
#estateDetailData table tr:last-child th,
#estateDetailData table tr:last-child td{
	border-bottom:none;
}
#estateDetailData th{
	width:90px;
	padding:10px;
	background: #fcf9ee;
	vertical-align:middle;
}
#estateDetailData td{
	padding:10px;
	background:#fff;
	vertical-align:middle;
}
#estateDetailData table.address td .address{
	margin-right:10px;
}
#estateDetailData td .traffic span,
#estateDetailData td .traffic a{
	margin-right:6px;
}
#estateDetailData td .address{
	margin-right:10px;
	line-height: 34px;
}
#estateDetailData td .address span,
#estateDetailData td .address a{
	margin-right:6px;
}
#estateDetailData td .mapLink{
	display:inline-block;
	font-size:12px;
}
#estateDetailData td .rent{
	margin-right:10px;
	line-height: 34px;
}
#estateDetailData td .marketPriceLink{
	display:none;
	padding:4px 10px 4px 26px;
	font-size:12px;
	text-align:left;
	background-image: url(/images/utility/svg/icon_marketprice.svg);
	background-repeat: no-repeat;
	background-position: 6px center;
	background-size: 14px;
}
#estateDetailData .detailComment{
	display:block;
	margin-bottom: 4px;
	padding-bottom:4px;
	line-height:24px;
}
#estateDetailData .companyName{
	display:block;
	margin-bottom: 20px;
	text-align: right;
	border-bottom: 1px solid #e5e5e5;
	font-weight: bold;
	font-size: 13px;
	color: #666;
}
#estateDetailData .openBtn{
	padding-right:16px;
	background: url(/images/search/toggleClose.png) no-repeat right 1px/16px;
	font-size: 13px;
}
/* //////////////////////////////////////////////////
	コールセンター
//////////////////////////////////////////////////*/
.callCenterInner,
.callCenterInnerAdv {
	margin-bottom:30px;
	border: 1px #538e0e solid;
	font-size:85%;
	overflow:hidden;
	zoom:1;
	padding: 10px 20px 20px;
	background: #F5FBF3;
}
.callCenterTitle {
	font-size:20px;
	font-weight:bold;
	color: #538e0e;
	background: url(/images/detail/cc/icon_phone2.png);
	background-repeat:no-repeat;
	background-position: left bottom 2px;
	padding: 4px 0 0px 36px;
	text-align:left;
	border-bottom: 1px solid #538e0e;
	margin-bottom:20px;
	margin-top: -60px;
	padding-top: 60px;
	position:relative;
}
.callBox{
	width: 914px;
	height:198px;
	overflow:hidden;
	padding:2px;
	background:#e9e9e9;
}
.callLeft {
	width: 534px;
	height:198px;
	float:left;
	background:url(/images/detail/cc/detail_cc_bg.png);
	padding:0;
	position:relative;
}
.callLeft .callIllust {
	float:left;
	margin: 50px 0 0 10px;
}
.callLeft .callTxt,
.callLeft .callTxtOver {
	font-size:114%;
}
.callLeft .callTxt .leftBaloon,
.callLeft .callTxtOver .leftBaloon {
	background-color: #e6f4ff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position:relative;
	padding:15px;
	margin: 20px 50px 10px 135px;
	font-weight:bold;
	font-size:107%;
}
.callLeft .callTxtOver .leftBaloon {
	font-weight:normal;
	font-size:100%;
	line-height:1.7;
}
.callLeft .callTxt .leftBaloon span.fukidasi,
.callLeft .callTxtOver .leftBaloon span.fukidasi {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: -28px;
	width: 0;
	height: 0;
	margin-top: -12px;
	border: 14px solid transparent;    /*top right bottom を透明化 */
	border-right: 20px solid #e6f4ff;
	border-width: 15px 29px 15px 7px;
}
.callLeft .callTxtOver .leftBaloon span.fukidasi {
	margin-top: -29px;
}
.callLeft .callTxtOver .leftBaloon span.overCcHours{
    display: block;
    margin: 10px auto 0;
    text-align: center;
}
span.txtPink {
	color:#ff1150;
}
.callLeft .callTxt .caution {
	font-weight:bold;
	margin: 0 40px 0 150px
}
.callLeft .callTitle {
	font-size:18px;
	font-weight:bold;
	color:#538e0e;
	text-align:center;
	margin-bottom: 10px;
	display: none;
}
.callLeft .process1 {
	float:left;
	width: 100%;
	height: 170px;
	margin-bottom:8px;
	background: url(/images/detail/cc/callPoint.png) no-repeat 80px 58px;
}
.callLeft .process1 p, .callLeft .process2 p {
	font-size:16px;
	font-weight:bold;
	color:#000;
	height:32px;
	line-height:16px;
	text-align: center;
	margin: 8px auto 20px;
}
.callLeft .process1 ul {
	margin-left: 170px;
}
.callLeft .process1 ul li {
	background:url(/images/detail/cc/listCheckMark.png) no-repeat left center;
	font-size: 16px;
	font-weight:bold;
	color:#538e0e;
	padding-top:2px;
	padding-left:30px;
	margin-bottom:6px;
}
.callLeft .processArrow {
	float:left;
}
.callLeft .process2 {
	float:left;
	height: 132px;
	background:url(/images/detail/cc/callWait.png) no-repeat 56px 42px;
	display: none;
}
.callLeft .process2 p {
	background:url(/images/detail/cc/process2.png) no-repeat left center;
}
.callLeft .cation {
	clear:both;
	font-weight:bold;
	padding: 0 20px;
}
.callLeft .privacyLink {
	background: url("/images/utility/contents/arrow01.png") no-repeat 150px center;
	padding: 5px 0 0 160px;
	font-size:85%;
}
.callRight {
	float:right;
	padding:10px;
}
.callRight dl.cc_title {
	background:#fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position:relative;
	overflow:hidden;
	box-shadow:0px 0px 5px #999;
	height:178px;
	width:360px;
}
.callRight .ccNumber {
}
.callRight .ccNumber dt{
	background: url(/images/detail/cc/calldial_logo_free.png) 10px 17px no-repeat;
	margin:0;
	color:#269f35;
	font-size: 234%;
	font-weight:bold;
	text-align: left;
	line-height:1.3;
	height:38px;
	float:left;
	padding: 12px 0 0 105px;
	overflow: hidden;
}
.callRight dt span {
	margin:0 auto;
	padding: 5px 0 0 0;
	font-weight:bold;
	font-size:121%;
	color:#FFF;
	display:block;
	line-height: 1.3;
	vertical-align:middle;
}
.callRight dd {
	text-align:center;
}
/* 通常番号表示時　注意文言*/
.callRight .ccNumber .cc_note {
	margin:0 auto;
	width:340px;
	font-weight:bold;
	overflow:hidden;
}
.callRight .ccNumber .cc_note dt {
	background:none;
	padding:0;
	text-align:left;
	width:15px;
	float:left;
	clear:both;
	color:#000;
	font-size:100%;
}
.callRight .ccNumber .cc_note dd {
	width:325px;
	float:left;
  text-align: left;
}
.numberBox {
  margin: 35px auto 0;
  padding-bottom: 10px;
  overflow: hidden;
  width: 352px;
}
.ccNumber .numberBox {
  margin: 10px auto 0;
}
.numberBox p{
	margin-bottom:8px;
	font-size:115%;
}
.cc_numberbox{
	padding: 0 6px 6px;
	font-size:20px;
	text-align:left;
}
.cc_numberbox.ui-btn-submit{
	position:relative;
	width: 306px;
	padding: 6px 0px 4px 66px;
	color:#fff;
	box-sizing:border-box;
}
.cc_numberbox .ccBtn{
	line-height: 24px;
}
.cc_numberbox .ccBtn:before{
	content:"";
	position:absolute;
	top: 7px;
	left: 16px;
	width:44px;
	height:44px;
	background: url(/images/detail/cc/icon_phone_orange.png) #fff no-repeat 7px center/28px;
	border-radius:50%;
}
.numberBox .ccBtn span{
	color:#ffff80;
}
.cc_numberbox .ccBtn .pop{
	width: 40px;
	margin-left: 10px;
	padding: 0 10px;
	background: #ff0;
	border-radius: 5px;
	color: #000;
	font-size: 14px;
	text-align:center;
	vertical-align: top;
}
.numberDetail.busy .numberBox {
	padding-top:0px;
	padding-bottom: 10px;
	width: 340px;
	margin: 10px auto 0;
}
.numberDetail.busy #cc_numberbox{
	width:100%;
	padding-left:10px;
}
.numberDetail.push .numberBox {
	width: 350px;
	margin: 10px auto 0;
	padding:0;
}
.numberBox .logo {
	margin:0;
	padding:2px 4px 0 5px;
	float:left;
}
.arrowTel {
	margin:6px 0;
	padding:0;
}
/* //////////////////////////////////////////////////
	電話上位表示OP
///////////////////////////////////////////////// */
.callCenterInnerAdv{
	position:relative;
}
.callCenterTitle .callCenterTitleTxt {
	color:#333;
	font-size:18px;
	margin-left:3px;
}
.callAdvantage {
	width: 918px;
	height:100%;
	overflow:hidden;
	float:Left;
	padding:10px;
	background:#fff;
	border:1px solid #d5d5d5;
	box-sizing:border-box;
	position:relative;
}
div > .callCenterTitle + div.callAdvantage {
	margin-top:0;
}
.callCenter .is-hide{
	display:none;
}
.callAdvantage .callLeft {
	background:none;
	width: 498px;
	height:100%;
	overflow:hidden;
	float:Left;
	padding:0;
	border:none;
}
.callAdvantage .callLeft .callTitle {
	font-size:18px;
	font-weight:bold;
	color:#538e0e;
	text-align:center;
	margin-bottom: 10px;
	display: none;
}
.callAdvantage .callLeft .advantageTit {
	margin:0 0 10px 0;
	color:#319c32;
	font-size:16px;
	font-weight:bold;
	line-height:1.3;
}
.callAdvantage .callLeft dl.advantageDetail {
	font-size: 107%;
	line-height:1.7;
}
.callAdvantage .callLeft dl.advantageDetail a.mapIcon {
	display:inline-block;
	background:url(/images/detail/map_icon.png) no-repeat;
	background-position:2px 3px;
	background-size:18px;
	border:solid 1px #3d3d3d;
	border-radius: 3px;
	padding:2px 5px 2px 20px;
	box-shadow:0px 2px rgba(61, 61, 61, 1);
	font-size:93%;
	margin:0 0 5px 5px;
	text-decoration:none;
}
.callAdvantage .callLeft dl.advantageDetail dt {
	font-weight:bold;
	width:66px;
	float:left;
}
.callAdvantage .callLeft dl.advantageDetail dd {
    margin:0 0 0 66px;
}
.callAdvantage .callLeft dl.advantageDetail dd#advantageHoliday,
.callAdvantage .callLeft dl.advantageDetail dd#advantageHours{
	font-weight:bold;
	font-size:110%;
	color:#cf5440;
}
.callAdvantage .callLeft dl.advantageDetail dd#advantageAddress {
	margin:0 0 10px 80px;
}
.callAdvantage .callRight {
	width:398px;
	margin:0;
	float:left;
	padding:0;
	box-sizing:border-box;
	border:none;
	height:100%;
}
.callAdvantage .callRight .numberAdvantage {
	width:360px;
	margin:0 auto;
	border:solid 5px #ccc;
	border-radius: 7px;
	padding:25px 12px;
	float:right;
}
.callAdvantage .callRight .numberAdvantage p{
	text-align:center;
}
.callAdvantage .callRight .number {
	font-weight:bold;
	font-size:234%;
	color:#538e0e;
	letter-spacing:-0.6px;
	text-align:left;
}
.callAdvantage .callRight .number span{
	font-size:13px;
	vertical-align:middle;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari only override */
    ::i-block-chrome,.callAdvantage .callRight .number {
    font-size:238%;
    }
}
.callAdvantage .callRight .number:before{
	content: url(/images/detail/cc/calldial_logo_free2.png);
	position:relative;
	bottom:-4px;
	float:left;
	margin-right:4px;
	color:#319c32;
}
.callAdvantage .callRight .estateId{
	background-color:#ffeae1;
	border-radius: 5px;
	font-weight:bold;
	height:40px;
}
.callAdvantage .callRight .estateId .estateTxt{
	background-color:#f7ddd2;
	color:#6d4d3f;
	border-radius: 5px 0 0 5px;
	width:100px;
	height:40px;
	float:left;
}
.callAdvantage .callRight .estateId .estateTxt span{
	text-align:center;
	display:inline-block;
	padding:12px 0 0 12px;
}
.callAdvantage .callRight .estateId .estateNo{
	margin:0 0 0 45px;
	color:#333;
	font-size:150%;
	height:40px;
	float:left;
}
.callAdvantage .callRight .estateId .estateNo span{
	text-align:center;
	display:inline-block;
	padding: 8px 0 0 5px;
}
.agentAll {
	clear:both;
	text-align:center;
	padding-top:15px;
}
.agentAll a {
	text-decoration:underline;
	color: #1f7aee;
}
.openAdvantage {
	cursor:pointer;
}
.inquiryNote {
	margin: 0;
	font-weight:bold;
	text-align:center;
	color:#FF6A30;
}
.numberDetail {
	display:table;
}
.numberDetail .number {
	margin: 0 0 0 3px;
	font-size:30px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	color: #538e0e;
	line-height:1.1;
	display:table-cell;
	text-align:left;
}
.numberDetail .freeDial{
	font-size:14px;
	font-weight:bold;
	color: #538e0e;
	display:table-cell;
	vertical-align:middle;
	margin-left:5px;
}
.callText {
	clear:both;
	margin-top:10px;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	text-align:left;
	padding:0 26px;
}
.callText span {
	color:#da0000;
	font-size:14px;
}
.numberDetail.busy .callText {
	margin-top:10px;
}
.details {
	border-top:solid 1px #d5d5d5;
	border-bottom:solid 1px #d5d5d5;
	margin:12px 10px 0;
	clear:both;
}
.ccNumber .details {
	margin:5px 10px 0;
}
.details02 {
	width:60px;
}
.holiday {
	margin:0;
	width:110px;
	height:20px;
	font-size: 100%;
	text-align:center;
	line-height:1.2;
	color:#538e0e;
}
.time {
	text-align:center;
	margin:5px auto;
	line-height:1.5;
	color:#000;
	font-size:107%;
}
.inquiryNoBox {
	margin:0 auto;
	padding:2px 2px 12px;
	background: url(/images/detail/cc/inquiry_number_bg3.png) no-repeat 7px 0;
	overflow:hidden;
	zoom:1;
}
.inquiryNoBox p.inquiryTit {
	margin:0;
	width:133px;
	height:52px;
	font-size:85%;
	float:left;
}
.inquiryNoBox p.inquiryTit span {
	margin:0;
	line-height:4.7;
	font-size:103%;
	color:#fff;
}
.inquiryNoBox p.inquiryNoTitle {
	float:left;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	width:120px;
	height:27px;
	line-height:36px;
	text-align:center;
	margin-left: -1px;
}
.inquiryNoBox p.inquiryNo {
	font-size:26px;
	font-weight:bold;
	color:#FF6A30;
	text-align:left;
	margin:0;
}
p.numberNote {
	margin:0;
	padding:0;
	text-align:left;
	font-size:85%;
}
p.numberNote span {
	display:block;
	line-height:1.4;
}
/* 時間外表示時 */
.ccOvertime {
	margin-top:25px;
}
.ccOvertime a{
	position:relative;
	width: 300px;
	margin: 0 auto;
	padding: 6px 10px 2px 16px;
	box-sizing:border-box;
}
.ccOvertime a .mail{
	display:block;
	margin-left: -20px;
	background: url(/images/utility/icon_inquiry_btn.png) no-repeat left 48px top 18px/30px;
	font-size:20px;
}
.ccOvertime a .subText{
	display:block;
	margin-left: 18px;
	margin-bottom: -2px;
	font-size: 11px;
}
.ccOvertime a .subText span{
	font-weight:bold;
}
.ccOvertime a .pop {
  position: absolute;
  top: 23px;
  right: 47px;
  padding: 0px 6px;
  border-radius: 5px;
  background: #ff0;
  color: #5ea107;
  font-size: 14px;
  font-weight: bold;
}
.cc_inform .loader {
 padding: 40px 0 0 0;
 display: none;
}
.cc_inform .success, .cc_inform .error {
  display: none;
}
.cc_inform .error{
	color: #000;
  background: none;
  padding-left: 0;
  font-weight: normal;
}
.callCenter .is-hide {
  display: none;
}
/*///////////////////////////////////////
[問い合わせフォーム]
///////////////////////////////////////*/
/* ステップ */
#flowStep{
  margin: 20px 0 0;
  overflow: hidden;
}
#flowStep .stepBlock{
  float:left;
  position: relative;
  width: 33.3%;
  padding: 4px 0;
  background: #eee;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-align: center;
  box-sizing: border-box;
}
#flowStep .stepBlock.active{
  background: #ece9d1;
}
#flowStep .step1{
  padding-left: 20px;
}
#flowStep .step1::before,
#flowStep .step2::before{
  position: absolute;
  top: 3px;
  right: -21px;
  content: "";
  width: 32px;
  height: 32px;
  background: #fff;
  transform: rotate(45deg);
}
#flowStep .step1::after,
#flowStep .step2::after{
  position: absolute;
  top: 5px;
  right: -14px;
  content: "";
  width: 28px;
  height: 28px;
  background: #eee;
  transform: rotate(45deg);
}
#flowStep .stepBlock::before{
  z-index:110;
}
#flowStep .stepBlock::after{
  z-index:120;
}
#flowStep .stepBlock.active::after{
  background: #ece9d1;
}
#flowStep .number{
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background: #fff;
  border-radius: 50%;
  vertical-align: middle;
}
#flowStep .number::after{
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  font-size: 14px;
}
#flowStep .step1 .number::after{
  content: "1";
}
#flowStep .step2 .number::after{
  content: "2";
}
#flowStep .step3 .number::after{
  content: "3";
}
#flowStep .active .number::after{
	font-size: 13px;
	color:#6c5c49;
}
#flowStep .stepTitle{
  display: inline-block;
  vertical-align: middle;
  padding-top: 2px;
}
#flowStep .active .stepTitle{
  color: #6c5c49;
}
/* フォーム部分 */
#customerForm dd input[type="text"],
#customerForm dd input[type="tel"],
#customerForm dd input[type="email"],
#customerForm dd select,
#customerForm dd textarea{
  width: 100%;
  padding: 5px 6px;
  font-size: 18px;
  box-sizing: border-box;
	color:#000;
}
/* Chrome, Safari */
#customerForm dd input[type="text"]::-webkit-input-placeholder{color: #999;}
#customerForm dd input[type="tel"]::-webkit-input-placeholder{color: #999;}
#customerForm dd input[type="email"]::-webkit-input-placeholder{color: #999;}
#customerForm dd textarea::-webkit-input-placeholder{color: #999;}
/* Firefox */
#customerForm dd input[type="text"]::-moz-placeholder{color: #999;}
#customerForm dd input[type="tel"]::-moz-placeholder{color: #999;}
#customerForm dd input[type="email"]::-moz-placeholder{color: #999;}
#customerForm dd textarea::-moz-placeholder{color: #999;}
/* IE */
#customerForm dd input[type="text"]:-ms-input-placeholder{color: #999;}
#customerForm dd input[type="tel"]:-ms-input-placeholder{color: #999;}
#customerForm dd input[type="email"]:-ms-input-placeholder{color: #999;}
#customerForm dd textarea:-ms-input-placeholder{color: #999;}

#customerForm dd input[type="text"]{
	width: 450px;
}
#customerForm{
  background: none;
  border:none;
  background: #f8f8f8;
  overflow: hidden;
  margin-bottom: 20px;
  box-sizing: border-box;
}
#customerForm dl {
	clear: both;
	padding: 15px 30px 0;
	overflow: hidden;
}
#customerForm dt{
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
	display: block;
	font-weight: bold;
  padding-bottom: 4px;
}
#customerForm dt .req{
  padding: 0 8px;
  font-size: 13px;
  vertical-align: middle;
	margin-left: 10px;
  background: #e65151;
  border-radius: 3px;
  color: #fff;
}

#customerForm dd input{
	padding: 8px 10px;
	font-size: 20px;
	box-sizing: border-box;
	color: #999;
	width: 450px;
}
#customerForm dd .mail,
#customerForm dd .tel{
  float: left;
  width: 398px;
  margin-bottom: 5px;
}
#customerForm dd .tel{
  position: relative;
  padding-left: 100px;
}
#customerForm dd .tel:before {
  position: absolute;
  top: 34px;
  left: 20px;
  content: "または";
  font-size: 20px;
}
#customerForm dd .mail input,
#customerForm dd .tel input{
  width: 100%;
}
#customerForm dd .subTitle{
	margin-bottom: 2px;
	font-size: 14px;
}
#customerForm dd .inquirySelect{
	margin-bottom: 10px;
  overflow: hidden;
  width: 450px;
  padding: 4px;
  font-size: 18px;
	color:#000;
}
.tb-ui-checkbox {
  padding: 14px 20px 14px 12px;
}
#customerForm dd .inquirySelect li label{
	float: left;
	width: 254px;
	margin: 0 15px 10px 0;
	font-size: 16px;
	position: relative;
}
#customerForm dd .inquirySelect li:nth-child(3n) label{
  margin: 0 0 10px 0;
}
#customerForm dd .inquirySelect li label span{
  margin-left: 25px;
}
#customerForm dd textarea{
  padding: 8px 10px;
  font-size: 18px;
	color:#000;
}
#customerForm dd .countBox .countTit{
	margin-left: 20px;
}
/* アラート */
#minqitem01.is-ng, #minqitem02.is-ng,.countBox.is-ng + textarea{
	background-color: #FFEBEB;
	border: 1px solid #999999;
}
#minqitem01.is-ok, #minqitem02.is-ok {
  background: #fff url(/images/svg/iconI_ckeck.svg)right center / 28px no-repeat;
  padding: 6px 30px 6px 6px;
}
#customerForm .minqitemAlert{
	height: 24px;
}
#customerForm .minqitemAlert p{
	font-weight: bold;
	color: #ff4800;
	margin-bottom: 0;
}
.submitBtn{
  width: 320px;
  height: auto;
  margin:0 auto;
  background-position: right 5% center;
}
.submitBtn .subText{
  width: 200px;
  height: auto;
  margin: 0 auto;
  font-size: 14px;
}
.submitBtn .mainText{
  font-size: 28px;
}
#customerWrap .policy{
  display: none;
}
.policy{
	margin: 14px 0;
	text-align: center;
	font-size: 12px;
}
.submitBtn{
	display: block;
	font-weight: bold;
	background-color: #ff9300;
	border: 1px solid #da7e00;
	border-bottom: 4px solid #da7e00;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	outline: none;
	padding: 10px 0 0;
	cursor: pointer;
	margin: 0 auto 15px;
}
.submitBtn:hover{
	display: block;
	font-weight: bold;
	background-color: #ff9300;
	border: 1px solid #da7e00;
	border-bottom: 4px solid #da7e00;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	outline: none;
	padding: 10px 0 0;
	cursor: pointer;
	margin: 0 auto 15px;
}
.submitBtn > span{
  display: block;
  background: url(/images/utility/svg/arrow-right-orange-gradation.svg) no-repeat 251px 11px;
}
.submitBtn .subText{
  display: block;
  margin-bottom: 2px;
  background: #fff;
  border-radius: 3px;
  color:#fc6f11;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  margin-right: 78px;
}
.submitBtn .mainText{
  display: block;
  padding-right: 35px;
  color:#fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  text-shadow:0 0 8px #fc540d;
  line-height: 1.5;
}
/*///////////////////////////////////////
[問い合わせ物件]
///////////////////////////////////////*/
#inquiryEstateWrap {
  padding: 20px 30px 0;
}
#inquiryEstateWrap h2{
  margin-bottom: 10px;
  font-size:18px;
  font-weight: bold;
}
#inquiryEstate.recommendListBox{
  padding-top: 0;
}
/* 項目タイトル */
.estateInfoTitle{
  padding: 4px 10px;
  background: #ece9d1;
  overflow: hidden;
}
.estateInfoTitle span{
	font-weight: bold;
	color:#6c5c49;
}
.estateInfoTitle li{
  float:left;
  font-size: 12px;
  font-weight: bold;
  color:#473827;
  text-align: center;
}
/*///////////////////////////////////////
[物件ブロック共通]
///////////////////////////////////////*/
.recommendListBox{
  margin-bottom: 20px;
}
.recommendListBox .estateInfoTitle li.mainPrice{
  width: 90px;
  padding-left: 20px;
}
.recommendListBox .estateInfoTitle li.subPrice{
  width: 80px;
}
.recommendListBox .estateInfoTitle li.deposit{
  width: 170px;
}
.recommendListBox .estateInfoTitle li.plan{
  width: 70px;
}
.recommendListBox .estateInfoTitle li.area{
  width: 80px;
}
.recommendListBox .estateInfoTitle li.age{
  width: 60px;
}
.recommendListBox .estateInfoTitle li.aspect{
  width: 68px;
}
.recommendListBox{
  padding: 10px 0 0 0;
  background: #fff;
  box-shadow:0 0 8px #ddd;
}
.recommendEstateBox .recommendListBox:last-of-type{
  margin-bottom: 0;
}
.recommendListBox .block{
  border-top: 1px solid #ddd;
  overflow: hidden;
  cursor: pointer;
}
.recommendListBox .block:hover{
  background: #fffea4;
}
.recommendListBox .estateSummary{
  float:left;
  width: 500px;
  margin: 10px 0px;
  overflow:hidden;
}
.recommendListBox li{
  float:left;
  font-size: 12px;
  text-align: center;
}
.recommendListBox .estateImage{
  float:left;
  width:64px;
  min-height: 70px;
  margin: 10px;
  text-align: center;
  overflow: hidden;
}
.recommendListBox h3{
  margin-bottom: 6px;
  font-size: 16px;
}
.recommendListBox li.level{
  width: 10%;
}
.recommendListBox li.mainPrice{
  width: 15%;
  text-align: left;
  /* border-bottom: solid 1px #ccc; */
}
.recommendListBox li.mainPrice .price{
  margin-right: 2px;
  font-size: 16px;
}
.recommendListBox li.subPrice{
  width: 13%;
}
.recommendListBox li.deposit{
  width: 23.6%;
}
.recommendListBox li.plan{
  width: 10.4%;
}
.recommendListBox li.area{
  width: 14%;
}
.recommendListBox li.age{
  width: 12%;
}
.recommendListBox li.aspect{
  width: 9%;
}
.recommendListBox li.traffic{
  clear:both;
  width: 48%;
  margin-right: 2%;
  padding-top: 4px;
  text-align: left;
}
.recommendListBox li.address{
  width: 48%;
  padding-top: 4px;
  text-align: left;
}
.recommendListBox li.shopName{
  width: 100%;
  margin-top: 6px;
  color: #999;
  font-size: 11px;
  text-align: right;
}
#itemBuilding.recommendListBox li.traffic{
  clear:none;
  padding-top: 0;
  height: 20px;
}
.recommendListBox .estateImage img{
  max-width: 64px;
  max-height: 46px;
}
.recommendListBox input[type$="checkbox"] {
	margin: 0 4px 0 0;
  vertical-align: baseline;
  position: relative;
  top: 2px;
  z-index: 1;
  left: 3px;
  cursor: pointer;
}
/* レコメンドチェック */
.recommendListBox .inquiryCheck{
  float:right;
  width: 38px;
  min-height: 82px;
  background-color: #f0eee2;
}
.recommendListBox .inquiryCheck span{
  display: block;
  min-height: 82px;
  background-position: center;
}
.recommendListBox .inquiryCheck input{
  position: static;
  width: 38px;
  min-height: 82px;
  margin:0;
}
/* 隠れている物件を表示 */
.recommendListBox .viewAll {
  border-top: 1px solid #ddd;
  cursor: pointer;
  text-align: center;
}
.recommendListBox .viewAll p {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 26px;
  background: url(/images/search/toggleClose.png) no-repeat right 8px center/16px;
  background: url(/images/search/toggleClose.png) no-repeat 268px center\9;
  font-size:12px;
}
.recommendListBox .viewAll p span{
  color: #ff9300;
  font-weight: bold;
  font-size: 18px;
}
.recommendListBox .viewAllEstate{
  display: none;
}
/*///////////////////////////////////////
[問い合わせ物件]
///////////////////////////////////////*/
#inquiryEstate.recommendListBox .block{
  padding: 10px;
  cursor: default;
}
#inquiryEstateWrap .recommendListBox .block:hover{
  background: #fff;
}
#inquiryEstate.recommendListBox .estateImage{
  margin: 0;
  padding-right: 10px;
}
#inquiryEstateWrap .recommendListBox ul{
	width: 802px;
	margin: 0 0 10px 0;
	overflow: hidden;
}
#inquiryEstateWrap .recommendListBox ul.estateSummaryTit{
	background: #ece9d1;
}
#inquiryEstateWrap .recommendListBox ul.estateSummaryTit li{
	display: inline-block;
	color: #6c5c49;
  margin: 2px 0;
	font-weight: bold;
}
#inquiryEstateWrap .recommendListBox ul.estateSummaryTit li.mainPrice{
  margin: 2px 0 2px 2px;
}
/* 問い合わせ不動産 */
.inquiryCompany{
  position: relative;
  padding-left: 74px;
  clear: left;
}
.inquiryCompany .moreShop{
  position: absolute;
  top:4px;
  right:4px;
  width: 100px;
  margin-bottom: 0;
  padding: 2px 0;
  background: #fff;
  border-radius: 3px;
  color:#1f7aee;
  font-size: 11px;
  text-align: center;
  cursor: pointer;
}
.inquiryCompany .moreShop:hover{
  background: #1f7aee;
  color:#fff;
}
.inquiryCompany .moreShop::before{
  content: "＋";
}
.inquiryCompany.open .moreShop::before{
  content: "－";
}
.inquiryCompany .confTitle {
  margin-bottom: 4px;
  padding: 5px 6px;
  background: #f0f0ee;
  font-weight: bold;
  font-size: 12px;
}
.inquiryCompany .confTitle span{
  margin-left: 10px;
  font-size: 10px;
  color:#999;
}
.inquiryCompany ul{
  padding: 0 4px;
}
.inquiryCompany li{
	float: left;
  font-size: 12px;
  text-align: left;
  clear: left;
}
.inquiryCompany li.more{
  display: none;
}
.inquiryCompany li .access{
  margin-left: 20px;
  color:#999;
}
.inquiryCompany ul.single li{
  text-align: right;
  color:#999;
}
/* 不動産会社詳細ツールチップ */
.cpInfo {
	display:none;
	margin:-4px 0;
}
.cpInfo table, table.bubbletip, table.bubbletip th, table.bubbletip td {
	border:none;
	background:none;
	padding:0;
}
table.bubbletip {
	max-width:400px;
}
.cpInfo .shopName {
	position:relative;
	top:-2px;
	margin-bottom:4px;
	padding-bottom: 2px;
	font-size:121%;
	font-weight:bold;
	border-bottom:1px #000 solid;
	line-height:1.6;
}
.cpInfo table th span {
	display: block;
	padding: 3px 5px 4px;
	background: none repeat scroll 0 0 #ECE9D1;
	color: #473827;
	font-size: 83%;
	font-weight: normal;
	text-align: center;
}
.cpInfo table th, .cpInfo table td {
	padding:3px 5px;
}
.cpInfo table th {
	padding-left:0;
}
.cpInfo table td {
	font-size: 107%;
	line-height:1.2;
}
.cpInfo table td.tel {
	font-weight:bold;
	font-size:121%;
}
.cpInfo table tr:nth-child(5){
	display:none;
}
.cpInfo .otherInfo {
	position:relative;
	bottom:-12px;
	background: none repeat scroll 0 0 #EEEEEE;
	color: #979797;
	font-size: 83%;
	margin: -5px -12px 0;
	padding: 5px 10px;
	text-align: right;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	z-index:100;
}
/* //////////////////////////////////////////////////
[同じ建物の物件]
////////////////////////////////////////////////// */
#sameBuildingEstate{
	margin-bottom:30px;
}
/*まとめて問い合わせ*/
#allInqTop {
	clear:both;
	zoom:1;
	height:52px;
	border:1px solid #e1e1e1;
	border-radius:8px;
	margin-bottom:18px;
	background:#f1f1f1;
}
#allInqBottom {
	zoom:1;
	height: 52px;
	border:1px solid #e1e1e1;
	border-radius:8px;
	margin-top:18px;
	background:#f1f1f1;
}
#allInqTop input,
#allInqBottom input {
	opacity: 0; /* FireFox, Webkit, Opera */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";/* IE8 */
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); /* IE6,7 */
}
#allInqTop.nonCheckEstate,#allInqBottom.nonCheckEstate {
	background: none #F3F3F3;
}
#allInqTop label.allCheckEstate {
	background: url("/images/result/allCheckTop.png") no-repeat scroll 0 0;
	cursor: pointer;
	display: block;
	float: left;
	width: 51px;
	height:66px;
	margin-top:-1px;
}
#allInqBottom label.allCheckEstate {
	background: url("/images/result/allCheckBottom.png") no-repeat scroll 0 0;
	cursor: pointer;
	display: block;
	float: left;
	width: 51px;
	height:66px;
	margin-top:-10px;
}
#allInqTop label.allCheckEstate.checked {
	background: url("/images/result/allCheckTop_checked.png") no-repeat scroll 0 0;
}
#allInqBottom label.allCheckEstate.checked {
	background: url("/images/result/allCheckBottom_checked.png") no-repeat scroll 0 0;
}
#allInqTop span.txt,
#allInqBottom span.txt {
	display:block;
	float:left;
	width: 148px;
	white-space:nowrap;
	font-size: 14px;
	line-height:20px;
	text-align:left;
	margin-top:7px;
}
#allInqTop .point3,
#allInqBottom .point3 {
	float:left;
	width:31px;
	margin-right: 14px;
	margin-top:20px;
}
#allInqTop span.txt strong,
#allInqBottom span.txt strong {
	vertical-align:middle;
	font-size:150%;
	padding-left:3px;
	padding-right:3px;
	color:#ff9300;
}
.allCheckEstate span.notice_color {
	color:#990000;
}
/* まとめてお気に入りボタン */
#allInqTop ul li,
#allInqBottom ul li {
	float:left;
	padding-top: 3px;
}
#allInqTop ul li .favBtn .ui-btn-common,
#allInqBottom ul li .favBtn .ui-btn-common{
	width: 140px;
	margin-right: 10px;
	padding:4px 0 1px 40px;
	background: url(/images/utility/svg/heart_hover_plus.png) #fff no-repeat 12px 11px/24px;
	background: url(/images/utility/svg/heart_hover_plus.svg) #fff no-repeat 12px 11px/24px;
	text-align: left;
	font-size:15px;
}
#allInqTop ul li .favBtn .subText,
#allInqBottom ul li .favBtn .subText{
	display: block;
	margin-bottom:-2px;
	font-size:11px;
}
#allInqTop ul li .ui-btn-inquiry-A,
#allInqBottom ul li .ui-btn-inquiry-A{
	position: relative;
	width: 206px;
	margin-right: 10px;
	padding: 4px 0 1px 44px;
	background: url(/images/utility/icon_inquiry_btn.png) no-repeat 7px center #6fbf08;
	text-align: left;
	font-size:15px;
}
#allInqTop ul li .ui-btn-inquiry-A .subText,
#allInqBottom ul li .ui-btn-inquiry-A .subText{
	display: block;
	margin-bottom:-2px;
	font-size:11px;
}
#allInqTop ul li .ui-btn-inquiry-A .pop,
#allInqBottom ul li .ui-btn-inquiry-A .pop{
	position: absolute;
	top:7px;
	right: 6px;
	padding:2px 6px;
	border-radius:5px;
	background: #ff0;
	color:#5ea107;
	font-size:14px;
	font-weight: bold;
}
#allInqTop .txt,
#allInqBottom .txt {
	margin: 10px 10px;
}
/* まとめて電話ボタン */
#allInqTop ul li .ui-btn-submit,
#allInqBottom ul li .ui-btn-submit{
	position: relative;
	width: 188px;
	padding: 4px 2px 1px 44px;
	text-align: left;
	font-size: 15px;
}
#allInqBottom ul li .ui-btn-submit:before{
	content:"";
	position:absolute;
	top: 4px;
	left:6px;
	width: 32px;
	height: 32px;
	background: url(/images/detail/cc/icon_phone_orange.png) #fff no-repeat 3px center/24px;
	border-radius:50%;
}
#allInqTop ul li .ui-btn-submit .subText,
#allInqBottom ul li .ui-btn-submit .subText{
	display: block;
  margin-bottom: -2px;
  font-size: 11px;
}
#allInqBottom ul li .ui-btn-submit .pop{
	position: absolute;
	top: 7px;
	right: 6px;
	padding: 2px 6px;
	border-radius: 5px;
	background: #ff0;
	color: #ff9300;
	font-size: 14px;
	font-weight: bold;
}
#sameBuildingEstate th{
	background:#f1f1f1;
	font-size:13px;
	text-align:center;
}
#sameBuildingEstate td{
	vertical-align:middle;
	text-align: center;
}
#sameBuildingEstate .col-check{
	width: 48px;
	padding: 0;
	background: #fcf9ee;
	vertical-align:middle;
}
#sameBuildingEstate .col-check label{
	display: block;
	width: 48px;
	height: 110px;
	background: url(/images/common/selectCheck.png) no-repeat center center;
}
#sameBuildingEstate .col-check label.checked{
	background: url(/images/common/selectChecked.png) #ff9300 no-repeat center center;
}
#sameBuildingEstate .col-check input{
	opacity:0;
}
#sameBuildingEstate .roomNumber{
	width:40px;
}
#sameBuildingEstate .col-floor{
	width:100px;
}
#sameBuildingEstate .col-floor a{
	display:block;
	width:100px;
	text-align:center;
}
#sameBuildingEstate .roomPrice{
	width: 100px;
}
#sameBuildingEstate .col-floor img{
	max-width:100px;
	max-height:100px;
}
#sameBuildingEstate .roomPrice p {
  margin-bottom: 4px;
}
#sameBuildingEstate .roomPrice .price {
  font-size: 150%;
  margin-right: 2px;
  color: #FF4949;
}
#sameBuildingEstate .roomSiki {
  width: 100px;
  padding-left: 4px;
  text-align: left;
}
#sameBuildingEstate .roomSiki span {
  display: block;
  text-align: center;
}
#sameBuildingEstate .roomSiki>span {
  height: 16px;
  margin-top: -4px;
  padding-top: 4px;
}
#sameBuildingEstate .roomSiki>span:first-child {
  margin-bottom: 10px;
}
#sameBuildingEstate .roomSiki span span {
  float: left;
  margin: -2px 2px 0 0;
  background: #eee;
  border-radius: 3px;
  padding: 2px;
}
#sameBuildingEstate .roomSiki span span {
  background: #f1f1f1;
}
#sameBuildingEstate .type p {
  margin-bottom: 4px;
}
#sameBuildingEstate .type p:first-of-type {
  font-size: 14px;
}
#sameBuildingEstate .special {
  width: 50px;
}
#sameBuildingEstate .special .specialLabel{
	display: block;
  width: 38px;
  margin: 0px auto;
  background: #fff;
  border: 1px solid #7cb629;
  border-top: none;
  color: #7cb629;
  font-size: 9px;
}
#sameBuildingEstate .special .specialLabel:first-child {
  border-top: 1px solid #7cb629;
}
#sameBuildingEstate td .ui-btn-common{
	width: 144px;
	margin: 0 auto;
	padding:6px 0;
}
#sameBuildingEstate td .ui-btn-common .fav{
	display:block;
	padding-left: 30px;
	background: url(/images/utility/svg/heart_disabled_plus.png) no-repeat left 18px center/22px;
	background: url(/images/utility/svg/heart_disabled_plus.svg) no-repeat left 18px center/22px;
	background: url(/images/utility/svg/heart_disabled_plus_mini.png) no-repeat left 18px center\9;
	font-size:12px;
}
#sameBuildingEstate td .ui-btn-common .fav:hover{
	background-image:url(/images/utility/svg/heart_hover_plus.png);
	background-image:url(/images/utility/svg/heart_hover_plus.svg);
	background-image:url(/images/utility/svg/heart_hover_plus_mini.png)\9;
}
#sameBuildingEstate td .ui-btn-common .fav.active{
	background-image:url(/images/utility/svg/heart.png);
	background-image:url(/images/utility/svg/heart.svg);
	background-image: url(/images/utility/svg/heart_mini.png)\9;
	background-position: left 19px top 0px;
	background-size: 17px;
}
#sameBuildingEstate td a{
	font-size:14px;
}
#sameBuildingEstate td.estateLink{
	text-align:left;
	padding-left:10px;
}
#sameBuildingEstate td.estateLink a{
	display:block;
}
#sameBuildingEstate .more{
	display:none;
}
.sameBuildingOpen{
	text-align:center;
	cursor:pointer;
}
.sameBuildingOpen .sameBuildingBtn{
	display:inline;
	padding-right: 17px;
	background: url(/images/search/toggleClose.png);
	background-repeat: no-repeat;
	background-position: right top 1px;
	background-size: 16px;
}
.sameBuildingOpen span{
	margin-right:2px;
	color:#ff9300;
	font-size:16px;
	font-weight:bold;
}
/* //////////////////////////////////////////////////
[家賃相場・周辺情報]
////////////////////////////////////////////////// */
#marketPrice{
	margin-bottom:30px;
}
#marketPrice .marketPriceTable{
	padding:8px;
	background:#f1f1f1;
}
#marketPrice table {
	width:100%;
	margin:0 0 8px 0;
	background:#fff;
	border:none;
	box-shadow:0 0 3px #ccc;
	font-size:93%;
}
#marketPrice table:last-of-type{
	margin-bottom:0;
}
#marketPrice table th, #marketPrice table td {
	border:none;
	text-align:center;
}
#marketPrice table td {
	font-weight:bold;
	border: 1px solid #d6d3c8;
	border-bottom: none;
	padding:5px 0;
	width:113px;
	line-height:1.3;
	height:40px;
}
#marketPrice th:first-child,
#marketPrice td:first-child{
	border-left:none;
}
#marketPrice th:last-child,
#marketPrice td:last-child{
	border-right:none;
}
#marketPrice .soubaMadori th:first-child{
	background: #f3ebce;
}
#marketPrice table tbody.soubaPrice td.soubaPriceArea {
	vertical-align:top;
}
#marketPrice table tbody.soubaPrice td.soubaPriceArea span {
	padding:10px 0 0;
}
#marketPrice table tr {
	border-top:solid 1px #efefef;
}
#marketPrice table tr:first-child {
	border-top:none;
}
#marketPrice table thead th {
	background: #fcf9ee;
	border: 1px solid #d6d3c8;
	border-top: none;
	vertical-align: middle;
	text-align:center;
	font-weight:normal;
	padding:0;
}
#marketPrice table thead th span {
	box-sizing: border-box;
	display: block;
	height: 30px;
	margin: 5px 0;
	padding-top: 6px;
	text-align: center;
}
#marketPrice table tbody.soubaPrice td span {
	box-sizing: border-box;
	display: block;
	margin: 6px 0;
	text-align: center;
	overflow:hidden;
	height:40px;
}
#marketPrice .soubaBottom {
	background:#eee;
	height:30px;
	text-align: right;
	margin-top:20px;
	box-shadow:rgba(211, 211, 211, 0.65)-3px 2px 2px 1px inset;
	-webkit-box-shadow:rgba(211, 211, 211, 0.65) -3px 2px 2px 1px inset;
	-moz-box-shadow:rgba(211, 211, 211, 0.65) -3px 2px 2px 1px inset;
}
#marketPrice .soubaBottom a {
	background: url(/images/utility/contents/arrow01.png) no-repeat left center;
	padding-left: 12px;
	margin-right: 10px;
	line-height: 2.7;
}
/* //////////////////////////////////////////////////
[物件周辺地図]
////////////////////////////////////////////////// */
.tabArea {
  display: none;
}
.is-hide{
	display: none!important;
}
.is-show{
	display: block!important;
}

/*マップヘッダー*/
#mapHeader{
	position: relative;
	float: right;
	width: 180px;
	height: 610px;
	z-index: 3;
	padding: 0;
	background: #f1f1f1;
	box-shadow: 0px 0 4px #ccc;
	box-sizing: border-box;
}
/*施設ジャンルスライダ*/
ul.mapMenu {
	display: block;
	width: 100%;
	height: 610px;
	padding: 0 10px;
	box-sizing: border-box;
}
ul.mapMenu li {
	position: relative;
	display: block;
	width: 100%;
	height: 54px;
	margin: 0 0 6px 0;
	padding: 18px 10px 0px 34px;
	background:#fff;
	border:1px solid #ccc;
	border-bottom: 4px solid #ccc;
	border-radius: 5px;
	vertical-align: top;
	font-size: 0.75rem;
	line-height: 1.2;
	text-align:left;
	box-sizing: border-box;
	cursor:pointer;
}
ul.mapMenu li br{
	display: none;
}
ul.mapMenu li.drugStore{
	width: 100%;
	padding-top: 11px;
}
ul.mapMenu li.drugStore br{
	display: block;
}
ul.mapMenu li:hover{
	background-color:#f1f1f1!important;
}
ul.mapMenu li span {
	display: block;
	height:auto;
	vertical-align: middle;
	white-space: nowrap;
}
ul.mapMenu li.gourmetRs {
	background:url(/images/town/common/catIcon01.png) #fff 4px 12px / 25px no-repeat;
}
ul.mapMenu li.sport {
	background:url(/images/town/common/catIcon02.png) #fff 4px 12px / 25px no-repeat;
}
ul.mapMenu li.policeFi {
	background:url(/images/town/common/catIcon03.png) #fff 4px 12px / 25px no-repeat;
}
ul.mapMenu li.gasstation {
	background:url(/images/town/common/catIcon04.png) #fff 4px 12px / 25px no-repeat;
}
ul.mapMenu li.schoolEd {
	background:url(/images/town/common/catIcon05.png) #fff 4px 12px / 25px no-repeat;
}
ul.mapMenu li.kinder {
	background:url(/images/town/common/catIcon06.png) #fff 4px 12px / 25px no-repeat;
}
ul.mapMenu li.bankPost {
	background:url(/images/town/common/catIcon07.png) #fff 4px 12px / 25px no-repeat;
}
ul.mapMenu li.drugStore {
	background:url(/images/town/common/catIcon08.png) #fff 4px 12px / 25px no-repeat;
}
ul.mapMenu li.hospital {
	background:url(/images/town/common/catIcon09.png) #fff 4px 12px / 25px no-repeat;
}
ul.mapMenu li.conveni {
	background:url(/images/town/common/catIcon10.png) #fff 4px 12px / 25px no-repeat;
}
ul.mapMenu li.storeDp {
	background:url(/images/town/common/catIcon11.png) #fff 4px 12px / 25px no-repeat;
}
ul.mapMenu li.administ {
	background:url(/images/town/common/catIcon12.png) #fff 4px 12px / 25px no-repeat;
}
ul.mapMenu li.library {
	background:url(/images/town/common/catIcon13.png) #fff 4px 12px / 25px no-repeat;
}
ul.mapMenu li.cleaning {
	background:url(/images/town/common/catIcon15.png) #fff 4px 12px / 25px no-repeat;
}
ul.mapMenu li.hotelSpa {
	background:url(/images/town/common/catIcon16.png) #fff 4px 12px / 25px no-repeat;
}
ul.mapMenu li.is-selected{
	border-color:#ff9300;
}
ul.mapMenu li.is-selected:hover{
	border-color:#ff9300;
	background-color: #fff;
}
ul.mapMenu li.is-selected
/* //////////////////////////////////////////////////
[ツールチップ]
////////////////////////////////////////////////// */
.ui-tooltip-common{
	position: absolute;
	z-index: 2;
	background-color: #FFF;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);*/
	-webkit-filter:drop-shadow(0px 0px 2px rgba(0,0,0,0.3));
}
.ui-tooltip-common .inner{
	display: table;
	width: 100%;
	position: relative;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
/*フキダシinit*/
.ui-tooltip-common.top .inner::before,
.ui-tooltip-common.bottom .inner::before,
.ui-tooltip-common.left .inner::before,
.ui-tooltip-common.right .inner::before{
	content: " ";
	position: absolute;
	width: 0;
	height: 0;
}
/*フキダシ↑*/
.ui-tooltip-common.top .inner::before{
	top: -12px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	border-style: solid;
	border-width: 0 7.5px 12px 7.5px;
	border-color: transparent transparent #fff transparent;
}
/*フキダシ↓*/
.ui-tooltip-common.bottom .inner::before{
	bottom: -12px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	border-style: solid;
	border-width: 12px 7.5px 0 7.5px;
	border-color: #ffffff transparent transparent transparent;
}
/*フキダシ←*/
.ui-tooltip-common.left .inner::before{
	top: 50%;
	left: -12px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	border-style: solid;
	border-width: 7.5px 12px 7.5px 0;
	border-color: transparent #ffffff transparent transparent;
}
/*フキダシ→*/
.ui-tooltip-common.right .inner::before{
	top: 50%;
	right: -12px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	border-style: solid;
	border-width: 7.5px 0 7.5px 12px;
	border-color: transparent transparent transparent #ffffff;
}
/* //////////////////////////////////////////////////
[ページ一意のツールチップの記述]
////////////////////////////////////////////////// */
#mapHeader + .ui-tooltip-common{
	width: 80%;
	top: 70px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	        transform: translateX(-50%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#mapHeader + .ui-tooltip-common .inner{
	padding: 0;
}
#mapHeader + .ui-tooltip-common .message{
	margin-bottom: 0;
	border-bottom: 1px solid #d5d5d5;
	vertical-align: middle;
	text-align: center;
	padding: 20px 0;
}
#mapHeader + .ui-tooltip-common .message::before{
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: sub;
	background-image: url(/images/utility/svg/info-circle.png);
	background-image: url(/images/utility/svg/info-circle.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px;
}
#mapHeader + .ui-tooltip-common .clsBtn{
	width: 56px;
	margin: 0 auto;
	padding: 8px 0;
	color: #3679CC;
	font-size: 0.9rem;
	text-align: center;
	cursor:pointer;
}
/* //////////////////////////////////////////////////
[マップページのトースト-latlngのエラー時などに表示]
////////////////////////////////////////////////// */
.ui-tooltip-common.toast{
	display:none;
	position: absolute;
	text-align: center;
	padding: 10px;
	background-color: rgba(0,0,0,0.6);
	font-size: 0.8rem;
	color: #fff;
	top: calc(50% - 39px);
	left: calc(50% - 170px);
	-webkit-animation: toast 0.4s ease;
	-moz-animation: toast 0.4s ease;
	animation: toast 0.4s ease;
	z-index: 2;
	-webkit-filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.3));
	box-sizing: border-box;
}
.ui-tooltip-common.toast.inquiryLink{
	top:auto;
	bottom:24px;
	left:180px;
	padding: 0px;
	background: #fff;
	border-radius: 5px;
	animation:none;
}
.ui-tooltip-common.toast.inquiryLink .inner{
	padding:8px 14px;
}
.ui-tooltip-common.toast.inquiryLink .inner p{
	margin:  0;}

.ui-tooltip-common.toast .inquiryLinkMessage{
	display: none;
}
.ui-tooltip-common.toast.inquiryLink .inquiryLinkMessage{
	display: block;
	color:#000;
}
.ui-tooltip-common.toast.inquiryLink .inquiryLinkMessage a.ui-btn-inquiry-A{
	display: inline;
    font-weight: normal;
    background: none;
    border: none;
    border-bottom: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #1f7aee;;
    text-align: center;
    text-decoration: underline;
    padding: 0;
}
.ui-tooltip-common.toast.inquiryLink .inquiryLinkMessage a.ui-btn-inquiry-A:hover{
	text-decoration:none;
}
.ui-tooltip-common.toast .message{
	color: #fff;
	margin-bottom: 0;
}
.ui-tooltip-common.toast.inquiryLink .message{
	display: none;
}
@-webkit-keyframes toast {
	0% {
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	transform: translateY(15px);
	opacity: 0;
	}
	80%{
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	transform: translateY(-5px);
	}
	100% {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	}
}
@-moz-keyframes toast {
	0% {
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	transform: translateY(15px);
	opacity: 0;
	}
	80%{
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	transform: translateY(-5px);
	}
	100% {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	}
}
@keyframes toast {
	0% {
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	transform: translateY(15px);
	opacity: 0;
	}
	80%{
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	transform: translateY(-5px);
	}
	100% {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	}
}
/* //////////////////////////////////////////////////
[地図高さの初期化]
////////////////////////////////////////////////// */
#map{
	width: 780px;
	height:610px;
	float:left;
}
/* //////////////////////////////////////////////////
[物件自身/施設情報]
////////////////////////////////////////////////// */
#facilityDetailWrap{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
/*物件詳細*/
.estateDetail{
	position: relative;
	border-top: 2px solid #ff6a30;
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.estateDetailTable{
	display: table;
	width: 100%;
	}
.estateDetail .ui-btn-inquiry-A{
		    padding: 10px;
	}
.estateDetail .photo{
	display: table-cell;
	vertical-align: top;
	width: 60px;
	padding: 5px 0px 5px 10px;
	box-sizing: border-box;
}
#facilityDetailWrap .cvrBtn{
	padding:0 10px 5px;
}

.estateDetail .specs{
	display: table-cell;
	max-width: 1px;/*table-cell内でtext-overflow: ellipsis;を有効にする*/
	vertical-align: top;
	padding: 5px 10px;
	font-size: 0.7rem;
	text-align: left;
	line-height:1.4;
}
.estateDetail .specs .name{
	border-bottom: 1px dotted #d5d5d5;
	padding-bottom: 2px;
	margin-bottom: 4px;
	font-size: 0.9rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 90%;
	line-height: initial;
}
.estateDetail .specs .address{
	color: #a0a0a0;
	padding-left: 15px;
	background-image: url(/images/common/svg/location_lightbrown.png);
	background-image: url(/images/common/svg/location_lightbrown.svg);
	-webkit-background-size: 15px;
	-o-background-size: 15px;
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: left 1px;
}
.estateDetail .specs .traffic{
	color: #a0a0a0;
	padding-left: 15px;
	background-image: url(/images/common/svg/directions-subway_lightbrown.png);
	background-image: url(/images/common/svg/directions-subway_lightbrown.svg);
	-webkit-background-size: 15px;
	     -o-background-size: 15px;
	        background-size: 15px;
	background-repeat: no-repeat;
	background-position: left 1px;
}
.estateDetail .specs .price{
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	color: #000;
	font-weight: normal;
	font-size: 0.7rem;
}
.estateDetail .specs .price span{
	color: #ff4800;
	font-weight: bold;
	font-size: 0.9rem;
}
.estateDetail .specs .layout{
	display: inline-block;
	vertical-align: middle;
	font-size: 0.9rem;
}
.estateDetail .specs .price::before,
.estateDetail .specs .layout::before{
	font-size: 0.7rem;
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	text-align: center;
	margin-right: 4px;
	line-height: 19px;
}
.estateDetail .specs .price::before{
	content: "賃料";
}
.estateDetail .specs .layout::before{
	content: "間取り";
}
.estateDetail .clsBtn{
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 36px;
	-webkit-border-radius: 0 0 0 5px;
	        border-radius: 0 0 0 5px;
	background-color: #d5d5d5;
	background-image: url(/images/common/svg/close_white.png);
	background-image: url(/images/common/svg/close_white.svg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 20px;
	    -o-background-size: 20px;
	        background-size: 20px;
}
/*施設情報-住みやすい街より*/
.popUpBack{
	left: -8px;
	bottom: 2px;
}
.popUpBack .clsBtn{
	position: absolute;
	top: 2px;
	right: 0;
	width: 36px;
	height: 36px;
	-webkit-border-radius: 0 0 0 5px;
	        border-radius: 0 0 0 5px;
	background-color: #d5d5d5;
	background-image: url(/images/common/svg/close_white.png);
	background-image: url(/images/common/svg/close_white.svg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 20px;
	    -o-background-size: 20px;
	        background-size: 20px;
}
.mapInner {
	width:100%;
	background:#fff;
	border-left:0;
	border-right:0;
	text-align:left;
	padding:10px;
	box-sizing:border-box;
}
.shoptitleWrap {
	width:100%;
	display:table;
	margin-bottom:4px;
}
.shoptitleWrap a {
	display:block;
	text-decoration:none;
	background: url(/images/common/svg/target-link2.png), #fff;
	background-size: 12px 12px;
	background-position: right 6px top 6px;
	background-repeat: no-repeat;
}
.mapPhoto {
	display:table-cell;
	width:40px;
}
.mapPhoto img {
	width:36px;
}
.mapShopName {
	display:table-cell;
	vertical-align:middle;
	line-height:1.1em;
	font-size:0.9rem;
}
.mapShopName p{
	width: 90%;
	font-size: 1rem;
	line-height: 1.2;
}
.mapShopName span {
	font-size: 0.9rem;
	width: 90%;
	display:block;
	color:#999;
	margin-top:2px;
}
.mapShopAddress {
}
.mapShopTel {
	background:url(/images/town/common/calldial.png) no-repeat left center;
	background-size:16px;
	padding-left:20px;
}
.mapShopPrice {
	background:url(/images/town/common/noon.png) no-repeat left center;
	background-size:16px;
	padding-left:20px;
	margin-right: 10px;
	display: inline-block;
}
.mapShopPrice2 {
	background:url(/images/town/common/night.png) no-repeat left center;
	background-size:16px;
	padding-left:20px;
	display: inline-block;
}
.mapInner .close {
	position:absolute;
	right:7px;
	bottom:10px;
}
.mapInner .close img {
	width:26px;
}
/*食べログ用 4T用*/
.mapInner.col01 .mapPhoto, .mapInner.col02 .mapPhoto {
	display:table-cell;
	padding-right:10px;
}
.mapInner.col01 .mapPhoto img, .mapInner.col02 .mapPhoto img {
	width:60px;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}
.mapInner.col01 .mapShopName, .mapInner.col02 .mapShopName {
	display:table-cell;
	vertical-align:middle;
	height:50px;
	line-height:1.2;
	font-size:0.8rem;
}
.mapInner.col01 .mapShopName p, .mapInner.col02 .mapShopName p {
	width:90%;
	font-size: 1rem;
}
.mapInner.col01 .mapShopName .starTypeB, .mapInner.col02 .mapShopName .starTypeB {
	display:inline-block;
	margin-right:4px;
}
.mapInner.col01 .mapShopName .point, .mapInner.col02 .mapShopName .point {
	width: auto;
	display:inline-block;
	vertical-align: bottom;
	color:#ff4800;
	font-size:1rem;
	line-height: 1.5;
}
/*カテゴリ別枠色*/
.mapInner.col01 {
	border-top:2px solid #F9A12C;
	/*border-bottom:2px solid #F9A12C;*/
}
.mapInner.col02 {
	border-top:2px solid #E70D45;
	/*border-bottom:2px solid #E70D45;*/
}
.mapInner.col03 {
	border-top:2px solid #3A3B3B;
	/*border-bottom:2px solid #3A3B3B;*/
}
.mapInner.col04 {
	border-top:2px solid #B2C10C;
	/*border-bottom:2px solid #B2C10C;*/
}
.mapInner.col05 {
	border-top:2px solid #720FAD;
	/*border-bottom:2px solid #720FAD;*/
}
.mapInner.col06 {
	border-top:2px solid #EDBF01;
	/*border-bottom:2px solid #EDBF01;*/
}
.mapInner.col07 {
	border-top:2px solid #22A7BC;
	/*border-bottom:2px solid #22A7BC;*/
}
.mapInner.col08 {
	border-top:2px solid #58A018;
	/*border-bottom:2px solid #58A018;*/
}
.mapInner.col09 {
	border-top:2px solid #D91E1E;
	/*border-bottom:2px solid #D91E1E;*/
}
.mapInner.col10 {
	border-top:2px solid #2483D0;
	/*border-bottom:2px solid #2483D0;*/
}
.mapInner.col11 {
	border-top:2px solid #0A8B5D;
	/*border-bottom:2px solid #0A8B5D;*/
}
.mapInner.col12 {
	border-top:2px solid #6C82B5;
	/*border-bottom:2px solid #6C82B5;*/
}
.mapInner.col13 {
	border-top:2px solid #FB419C;
	/*border-bottom:2px solid #FB419C;*/
}
.mapInner.col15 {
	border-top:2px solid #B550E9;
	/*border-bottom:2px solid #B550E9;*/
}
.mapInner.col16 {
	border-top:2px solid #BB8D21;
	/*border-bottom:2px solid #BB8D21;*/
}
.mapInner.col17 {
	border-top:2px solid #219b39;
	/*border-bottom:2px solid #219b39;*/
}
/*評価☆-住みやすい街より*/
div.starTypeB {
	background: url(/images/town/common/star_type_b.png) no-repeat 0 0;
	background-size:105px 220px;
	-webkit-background-size:105px 220px;
	-moz-background-size:105px 220px;
	width: 105px;
	height: 20px;
}
div.starB00 {
	background-position: 0 0;
}
div.starB05 {
	background-position: 0 -20px;
}
div.starB10 {
	background-position: 0 -40px;
}
div.starB15 {
	background-position: 0 -60px;
}
div.starB20 {
	background-position: 0 -80px;
}
div.starB25 {
	background-position: 0 -100px;
}
div.starB30 {
	background-position: 0 -120px;
}
div.starB35 {
	background-position: 0 -140px;
}
div.starB40 {
	background-position: 0 -160px;
}
div.starB45 {
	background-position: 0 -180px;
}
div.starB50 {
	background-position: 0 -200px;
}

/* //////////////////////////////////////////////////
[元の座標にもどる/ルート表示/アプリで開くボタン]
////////////////////////////////////////////////// */

.AppBtn a.backToMyLocation{
	display: block;
	width: 160px;
	height: 40px;
	margin: 10px 10px 6px;
	padding: 10px 0 0 32px;
	background-image: url(/images/utility/svg/home_white.png);
	background-image: url(/images/utility/svg/home_white.svg);
	background-repeat: no-repeat;
	background-position: 8px center;
	background-size: 18px;
	background-color: #ff6a30;
	border:1px solid #f65719;
	border-bottom: 3px solid #f65719;
	color:#fff;
	line-height: 18px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	box-sizing: border-box;
}
.AppBtn a.backToMyLocation:hover{
	background-color: #ff8d05;
}
.AppBtn .rootBtnWrap{
	margin-top: 12px;
	position: relative;
}

.AppBtn .row{
	display: block;
	line-height: 37px;
}

.AppBtn .joint{
	display: inline;
	float: right;
}

.AppBtn a.appBtn{
	color: #3679CC;
	display: table;
	margin-top: 12px;
	padding:4px 0;
	background-color: #ffffff;
	width: 44px;
	line-height: 1.1;
	font-weight: bold;
	font-size: 0.6rem;
	box-shadow:none;
}

.AppBtn a.appBtn span{
	display: table-cell;
	vertical-align: middle;
}

#rootTooltip .row > label{
	display: none;
}

.AppBtn a.rootBtn{
	color: #3679CC;
	display: table;
	padding-top: 25px;
	background-color: #ffffff;
	background-image: url(/images/common/svg/split_blue.png);
	background-image: url(/images/common/svg/split_blue.svg);
	background-repeat: no-repeat;
	background-position: center 6px;
	-webkit-background-size: 19px;
	     -o-background-size: 19px;
	        background-size: 19px;
	-webkit-box-shadow: inset 0px -3px 0px 0px #e8e8e8;
	        box-shadow: inset 0px -3px 0px 0px #e8e8e8;
	border: 1px solid #d5d5d5;
	width: 44px;
	height: 44px;
	line-height: 1.1;
	font-weight: normal;
	font-size: 0.6rem;
}
.AppBtn a.rootBtn.is-selected{
	background-image: url(/images/common/svg/close_blue.png);
	background-image: url(/images/common/svg/close_blue.svg);
	background-position: center 1px;
	-webkit-background-size: 27px;
	     -o-background-size: 27px;
	        background-size: 27px;
}
span.icn-position{
	padding-left: 20px;
	font-weight: normal;
}
#rootTooltip{
	display: none;
	top: 50%;
	right: 60px;
	width: 240px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.AppBtn a.rootBtn.is-selected + #rootTooltip{
	display: block;
}
#rootTooltip select#rootStaSelect{
	width: 80%;
	margin-right: 6px;
}
#rootTooltip .btnWrap{
	margin-top: 10px;
}
#rootTooltip .btnWrap .rootShowBtn{
	cursor: default;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	background-color: #fbfbfb;
	border: 1px solid #d5d5d5;
	text-align: center;
	line-height: 36px;
}
/* //////////////////////////////////////////////////
[インジケーター]
////////////////////////////////////////////////// */
.mapWrap {
    position: relative;
    height: 610px;
    margin-bottom: 30px;
		overflow: hidden;
}
/*マップローダー*/
.spinner-box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 300;
    width: 780px;
    height: 600px;
    background:rgba(255,255,255,0.7);
    text-align: center;
}
.spinner-box .spinner-loader{
	position: relative;
	top: -webkit-calc(50% - 50px);
	top: calc(50% - 50px);
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	        transform: translateY(-50%);
}

/* 住みやすさ */
.pickUpAreaVer2 {
	clear: both;
	position:relative;
	margin-bottom: 30px;
	width: 960px;
	border: none;
	box-sizing:border-box;
}
.pickUpAreaVer2 h2 a{
	text-decoration:none;
}
.pickUpAreaVer2 .measure {
	width: 510px;
	height: auto;
	margin: 0;
	border: 0;
	overflow: hidden;
}
.pickUpAreaVer2 h3{display: none;}
.pickUpAreaVer2 .pickUpCnt {
	width: 100%;
	box-shadow:none;
	margin-bottom:0;
	padding: 0;
}
.pickUpAreaVer2 .pickUpCnt li {
	height:43px;
	display:table;
}
.pickUpAreaVer2 .pickUpCnt li span {
	display:table-cell;
	vertical-align:middle;
}
.pickUpAreaVer2 .pickUpCnt .pickUpCntL {
	width:510px;
}
.pickUpAreaVer2 .pickUpCntR {
	width: 450px;
	margin-top: -28px;
}
.pickUpAreaVer2 .caution_comment04 {
	width: 100%;
	margin-top: 10px;
	text-align:right;
	font-size:11px;
	color:#666;
}
.staStatus {
	position:absolute;
	top: 6px;
	right:0;
}
.staStatus .staName {
	background: none;
	border: none 0;
	padding: 0;
	font-size: 160%;
	font-weight: bold;
	color: #504333;
	float: left;
}
.staStatus a:visited {
	color:#1f7aee;
}
.staStatus .townLink {
	color: #FFFFFF;
	font-weight:bold;
	background: url(/images/svg/iconAP_arrow_txtlink_dkblue.svg) left center / 12px no-repeat;
	display: block;
	line-height: 1.2;
	padding: 0 0 0 15px;
}
#estate_map #mapBox #subFunc {
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	box-shadow:none;
}
.mapBlk02 .mapArea {
	height: 566px;
	width: 960px;
}
.mapBlk02 .mapAreaSmall {
	height: 566px;
	width: 590px;
}
.mapBlk02 #mapTab {
	position:absolute;
	top: 9px;
	left: 16px;
	width:481px;
	height:34px;
	background:url(/images/detail/mapTab.png);
}
.mapBlk02 #mapTab li {
	float:left;
	min-height:34px;
}
.mapBlk02 #mapTab li#mapTab01 {
	width:97px;
}
.mapBlk02 #mapTab li#mapTab02 {
	width:96px;
}
.mapBlk02 #mapTab li#mapTab03 {
	width:95px;
}
.mapBlk02 #mapTab li#mapTab04 {
	width:96px;
}
.mapBlk02 #mapTab li#mapTab05 {
	width:97px;
}
.mapBlk02 #mapTab li .inner {
	display:none;
	margin-top:34px;
}
.mapBlk02 #mapTab li#mapTab01 a {
	width:97px;
	height:34px;
	display:block;
}
.mapBlk02 #mapTab li#mapTab01:hover {
	background:url(/images/detail/mapTab01_on.png) no-repeat;
}
.mapBlk02 #mapTab li#mapTab02:hover {
	background:url(/images/detail/mapTab02_on.png) no-repeat;
}
.mapBlk02 #mapTab li#mapTab03:hover {
	background:url(/images/detail/mapTab03_on.png) no-repeat;
}
.mapBlk02 #mapTab li#mapTab04:hover {
	background:url(/images/detail/mapTab04_on.png) no-repeat;
}
.mapBlk02 #mapTab li#mapTab05:hover {
	background:url(/images/detail/mapTab05_on.png) no-repeat;
}
.mapBlk02 #mapTab li#mapTab02 .inner {
	width:140px;
}
.mapBlk02 #mapTab li#mapTab03 .inner {
	width:76px;
}
.mapBlk02 #mapTab li#mapTab04 .inner {
	width:104px;
}
.mapBlk02 #mapTab li#mapTab05 .inner {
	width:92px;
}
.mapBlk02 #mapTab li:hover .inner {
	display:block;
	background: rgba(0,0,0,0.7);
 filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#88000000, EndColorStr=#88000000);/*IE8以下用*/
	padding:10px;
}
.mapBlk02 #mapTab li .inner ul li {
	float:none;
	min-height:16px;
	margin-bottom:4px;
}
.mapBlk02 #mapTab li .inner ul li a {
	color:#fff;
	font-size:12px;
	background:url(/images/detail/pointW.png) no-repeat 0 2px;
	padding-left:14px;
}
.mapBlk02 #mapTab li .inner ul li a:hover {
	color:#DDD;
	text-decoration:none;
}
#parent_pano {
	position:absolute;
	top:0;
	right:0;
}
#pano.large {
	height:572px;
}
.mapLoader {
	width: 590px;
	height: 370px;
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#baffffff, EndColorStr=#baffffff);
	background: rgba(255,255,255,0.8);
	left: 0px;
	top: 0px;
	zoom: 1;
	-ms-zoom: 1;
	z-index: 9999;
}
.ekiReview li {
	padding:10px 0 6px 50px;
	border-bottom:1px solid #E6E6E6;
	background-image:url(/images/detail/reviewIcon.png);
	background-position:left;
	background-repeat:no-repeat;
	font-size:83%;
	line-height:14px;
}
.moreReview {
	width: 100%;
	text-align:right;
}
.moreReview a {
	background: url(/images/svg/iconAP_arrow_txtlink_dkblue.svg) left center / 12px no-repeat;
	display: block;
	line-height: 1.2;
	padding: 0 0 0 15px;
	display:inline-block;
	margin-top: 4px;
}
#veryGood {
	left:12px;
}
#good {
	left:12px;
}
#mediocre {
	left:12px;
}
#bad {
	left:12px;
}
#veryBad {
	left:12px;
}
/* //////////////////////////////////////////////////
[周辺の家賃相場]
////////////////////////////////////////////////// */
#marketPrice{
	margin-bottom:30px;
}
#marketGraph{
	width:100%;
	border:none;
	margin-bottom:20px;
	font-family: "Meiryo","メイリオ","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Verdana,Helvetica,sans-serif;
}
#marketGraph th{
	background:none;
	border:none;
	font-size:13px;
	padding:0;
	height:46px;
	font-weight:normal;
	border-top:1px solid #c5bdb1;
	border-bottom: 1px solid #c5bdb1;
	vertical-align:middle;
	background-color:#fafafa;
}
#marketGraph th.price{
	color:#000;
	font-family:"Meiryo","メイリオ","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Verdana,Helvetica,sans-serif;
	letter-spacing: 0.02em;
	line-height:1.5;
}
#marketGraph th.average{
	line-height:15px;
	padding-top:5px;
	padding-left:50px;
}
#marketGraph th span{
	display:block;
	height:30px;
	margin:6px 0 6px;
	padding-top:6px;
	box-sizing:border-box;
	text-align:center;
	border-right:1px solid #c5bdb1;
}
#marketGraph th span#townName,
#marketGraph th span#prefName{
	display: inline-block;
	height:16px;
	margin-top: 0px;
	margin-bottom: 0;
	padding-top:0px;
	box-sizing:border-box;
	text-align:left;
	border-right:none;
}
#marketGraph th.graph #orangeGraph{
	width:340px;
	height:16px;
	margin-left: 20px;
}
#marketGraph th.graph #brownGraph{
	width:340px;
	height:16px;
	margin-left: 20px;
	margin-top: 6px;
}
#marketGraph th.graph #orangeGraph div{
	float:left;
	width:20px;
	height: 16px;
	margin-right:6px;
	margin-top: 1px;
	background: #FFA96F;

}
#marketGraph th.graph #brownGraph div{
	float:left;
	width:20px;
	height:16px;
	margin-right:6px;
	margin-top: 0px;
	background: #DFD2BD;
}
#marketGraph td{
	vertical-align:middle;
	height:60px;
	border:none;
	border-bottom:1px solid #c5bdb1;
	padding:0;
}
#marketGraph td.room{
	width:134px;
	text-align:center;
}
#marketGraph td.price{
	width:134px;
	background-image:url(/images/town/pickup/priceBack.png);
	background-position:0 center;
	background-repeat:no-repeat;
	color:#000;
	font-size:14px;
	font-weight:normal;
	font-family: "Meiryo","メイリオ","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Verdana,Helvetica,sans-serif;
	padding-top:4px;
	box-sizing:border-box;
}
#marketGraph td.price span{
	display: inline-block;
	width: 80px;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	color: #ff8000;
	padding-right: 2px;
	letter-spacing: 0.02em;
	line-height: 1.5;
}
#marketGraph td.average{
	width:117px;
	padding-top:4px;
	box-sizing:border-box;
}
#marketGraph td.average span{
	display:inline-block;
	width:70px;
	text-align:right;
	font-size: 20px;
	color:#FF3149;
}
#marketGraph td.average span.minus{
	color:#00c0ff;
}
#marketGraph td.average span.minus .minusMargin{
	display:inline;
	letter-spacing:0.2em;
	color:#00c0ff;
}
#marketGraph td.graph{
	width:365px;
	padding-top:6px;
	box-sizing:border-box;
	background-image:url(/images/town/pickup/averageBack.png);
	background-position:0 center;
	background-repeat:no-repeat;
}
#marketGraph td.graph .orangeMeterWrap{
	margin-bottom:6px;
}
#marketGraph td.graph .orangeMeter,
#marketGraph td.graph .brownMeter{
	width: 260px;
	float: left;
	margin-right: 20px;
	margin-left: 1px;
}
#marketGraph td.graph .orangeMeter span.meter{
	display:block;
	background: #FFA96F;
	height:20px;
}
#marketGraph td.graph .brownMeter span.meter{
	display:block;
	background: #DFD2BD;
	height:14px;
}
#marketGraph td.graph span.price{
	display: block;
	text-align: left;
	font-size: 14px;
	padding-top: 2px;
	font-weight:normal;
	height:20px;

}
#marketGraph td.graph .orangeMeterWrap span.price{
	padding-top:3px;
	height:16px;
	color: #ff8000;
	font-family:"Meiryo","メイリオ","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Verdana,Helvetica,sans-serif;
	letter-spacing: 0.02em;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
}
#marketGraph td.graph .brownMeterWrap span.price{
	padding-top:0px;
	color:#9c8f7a;
	font-family:"Meiryo","メイリオ","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Verdana,Helvetica,sans-serif;
	letter-spacing: 0.02em;
	text-align:right;
	padding-right:10px;
}
#marketGraph td.listBtn{
	width:152px;
}
#marketGraph td.listBtn a{
	display:block;
	height: 48px;
  padding-top: 8px;
	margin:0 auto;
	text-align:center;
	box-sizing:border-box;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	line-height:1.2;
}
#marketGraph td.listBtn span.quantity{
	display:block;
}
/* //////////////////////////////////////////////////
[取り扱い不動産会社]
////////////////////////////////////////////////// */
#companyInfoView .companyWrap{
	margin-bottom:30px;
	padding:8px;
	background:#f1f1f1;
}
#companyInfoView .companyBlock{
	box-shadow:0 0 3px #ccc;
	margin-bottom: 8px;
}
#companyInfoView .companyBlock dt{
	padding: 10px;
	background: #fff;
	border-bottom: 1px #e1dace solid;
	overflow:hidden;
}
#companyInfoView .companyBlock:last-child{
	margin-bottom:0;
}
#companyInfoView .companyName{
	float: left;
	background-size: 22px;
	background-position: 2px center;
	background-repeat: no-repeat;
	font-size:16px;
	font-weight:bold;
}
#companyInfoView .companyName a{
	margin-left:10px;
	font-size:14px;
	font-weight:normal;
}
#companyInfoView dt span{
	float: right;
	padding-top: 1px;
	font-size:12px;
	line-height:23px;
	color:#666;
}
#companyInfoView .hours span{
	margin:0 0 0 30px;
}
#companyInfoView .hours span:after{
	content:"：";
}
#companyInfoView .company_profile{
	border: none;
	margin-bottom: 0;
}
#companyInfoView .company_profile th{
	width:58px;
	background: #fcf9ee;
	vertical-align: middle;
}
#companyInfoView .company_profile th:first-child{
	width:80px;
}
#companyInfoView .company_profile td{
	background: #fff;
	vertical-align: middle;
}
#companyInfoView .company_profile td:first-of-type{
	width:400px;
}
#companyInfoView .company_profile td:nth-of-type(2){
	width: 103px;
}
#companyInfoView .company_profile td:last-of-type{
	width:60px;
}
#companyInfoView .companyLocation .block{
	display:inline-block;
	line-height: 34px;
}
#companyInfoView .companyTel{
	color:#66a318;
	font-size:20px;
	font-weight:bold;
}
#companyInfoView .companyTel span{
	margin-left:4px;
	font-size:14px;
}
/* //////////////////////////////////////////////////
[他の物件も見てみる　-再検索-]
////////////////////////////////////////////////// */
#previousCondition {
	padding: 0 60px 0;
	margin: 20px 0;
}
#previousCondition a{
	text-decoration: none;
	color: #000;
	display: block;
}
#previousCondition a:hover{
	opacity: 0.6;
}
.prevCondWrap{
	background-color: #ffffff;
	overflow: hidden;
	margin: 10px auto;
	padding: 16px;
	display: table;
	border-bottom: 4px solid #d4d4d4;
	width: 806px;
	border-top: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	border-radius: 8px;
}
.prevCond{
	display: table-cell;
  width: 770px;
  vertical-align: middle;
  padding: 0 14px 0 0;
}
.prevCond .prevTit{
	font-weight: bold;
  color: #000;
  font-size: 16px;
	height: 24px;
	background: url(/images/svg/iconI_search_orange.svg)left center / 20px no-repeat;
	position: relative;
	padding-left: 25px;
}
#prevSave .prevCond{
	height: 50px;
}
#prevSave .prevCond .prevTit{
	background: url(/images/svg/iconF_save_orange.svg)left -1px / 20px no-repeat;
}
#prevSave .prevCondWrap{
	margin: 10px auto 0;
}
.prevLink{
	display: table-cell;
	width: 43px;
	vertical-align: middle;
}
.prevLink span{
	background: url(/images/svg/iconAP_arrow_right_orange.svg)left center / 30px no-repeat;
	float: right;
  width: 30px;
	height: 30px;
}
.conditionDetail{
  float: left;
  background: #eceff5;
  border-radius: 3px;
  padding: 5px 10px;
	margin: 3px 0;	white-space: nowrap;
  white-space: nowrap;
	border: solid 1px #dfe1e6;
	width: 730px;
	overflow: hidden;
	font-size: 85%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
dl.areaList,
dl.lineList,
dl.commuteList,
dl.mapList{
  display: inline;
}
dl.areaList dt,dl.areaList dd,
dl.lineList dt,dl.lineList dd,
dl.commuteList dt,dl.commuteList dd,
dl.mapList dt,dl.mapList dd{
  display: inline;
	text-align: left;
}
.prevCondWrap dl dt:first-child::before{
	content: none;
}
.prevCondWrap dl dt::before{
	content: "-";
	margin:0 4px;
  color: #a3aab7;
}
.prevCondWrap dl dt:nth-child(n+3)::before{
	content: "|";
	margin:0 4px;
  color: #a3aab7;
	font-weight: lighter;
}
.prevCondWrap dl dd::before{
	content: "|";
	margin: 0 6px;
	color: #a3aab7;
	font-weight: lighter;
}
.prevCondWrap dl dd:nth-of-type(1)::before{
	content: "-";
	margin: 0 4px;
	color: #a3aab7;
}
ul.conditionsList{
	display: inline;
}
ul.conditionsList li{
	display: inline;
	text-align: left;
}
ul.conditionsList li:first-child::before{
	content: "-";
	margin: 0 4px 0 2px;
	color: #a3aab7;
	font-weight: bold;
	font-size: 16px;
}
ul.conditionsList li::after{
	content: "|";
	margin: 0 4px;
	color: #a3aab7;
	font-weight: lighter;
}
ul.conditionsList li:last-child::after{
	content: none;
}
/*------------------
	recommend 　
-------------------*/
#otherRecommend, #recentRecommend, #favoriteRecommend{
	margin-bottom: 0;
}
#contents .recommendBtm{
	clear:both;
	margin: 20px 0 0;
}
#contents .recommendBtm h3,
#contents #previousCondition h3{
	margin: 0 60px 4px;
	border:none;
	vertical-align:top;
	font-size: 20px;
  font-weight: normal;
}
#contents #previousCondition h3{
	margin: 0 60px 4px 0;
}
.recommendBtm h3 > span{
	display:inline-block;
	margin-right:20px;
}
.recommendBtm h3 > span > span{
	font-size: 16px;
  vertical-align: middle;
  margin: 0 3px;
}
#recommendSlickWrap{
	clear:both;
	padding: 0 0 6px;
}
#otherRecommend{
	margin-bottom: 0;
}
#otherRecommend .slick-slider {
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}
/* 一覧遷移　*/
.recommendBtm .recommendList{
	width: 840px;
	margin: 10px 60px 0 60px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	text-align: right;
}
.recommendBtm .recommendList li{
	float: none;
  display: inline-block;
  margin: 0;
}
.recommendBtm .recommendList li a{
	display: block;
  text-align: right;
	font-size:15px;
	box-sizing: border-box;
}
.estatePhoto{
	width: 142px;
  height: 142px;
	position:absolute;
	transition: z-index 0.2s ease;
}
.sliderRecommend .estatePhoto a{
	width: 142px;
	height: 142px;
}
.sliderRecommend img{
	margin: 10px auto;
}
.sliderEstate{
	height: 70px;
	margin-top: 160px;
}
.slick-slide{
	overflow-x:hidden;
	height:240px;
}
.slick-slide > a{
	display: block;
	width: 142px;
	height: auto;
	position: absolute;
}
.slick-slide a:hover{
  opacity: 0.6;
}
.slick-slide > a.estateBuilLink{
	padding: 0;
	margin-top: 240px;
}
.slick-slide > a.estateBuilLink:hover{
	opacity: 0.6;
}
.slick-slide .photoWrap.exteriorView {
	transform: rotateY(180deg);
	transition: all 0.1s ease;
}
.slick-slide .photoWrap.midView {
	transform: rotateY(90deg);
	transition: all 0.1s ease;
}
.slick-slide .photoWrap.layoutView {
	transform: rotateY(0deg);
	transition: all 0.1s ease;
}
.slick-slide .photoWrap .exteriorImg{
	display: none;
	transform: rotateY(180deg);
}
.estateBuilLink{
	background-color: rgb(244, 242, 233);
	color: #000;
	z-index: 1;
	position: relative;
	padding: 2px 0 2px 1px;
	font-size: 10px;
}
.estateBuilLink span{
	padding: 3px 0 3px 18px;
	margin: 0;
  background: url(/images/svg/iconI_building_office.svg) no-repeat 2px center;
	background-size: 13px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 142px;
	display: block;
	line-height: 2;
}
/* 条件が似た物件　建物トップ */
.linkBuildTop{
	background-color: rgba(255,0,0,0.5);
	display: block;
}
/*画像切り替えボタン*/
.photoBtn {
	display:inline-block;
	display: none\9;/*画像切り替えが効かないため*/
	margin-top: 2px;
	font-size: 0;
	text-align:center;
	text-shadow: none;
	vertical-align: top;
	z-index:1;
	float: right;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.photoBtn {
	display:inline-block;
}
}
.photoBtn li {
	display: inline-block;
	font-size: 12px;
	padding: 3px 5px;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	border-radius: 8px;
	box-sizing: border-box;
	color: #333;
	text-align: center;
	cursor: pointer;
}
.photoBtn li.is-active {
	background: linear-gradient(#333, #999);
	box-shadow:0 0px 12px #333 inset;
	color: #fff;
	cursor: default;
}
.photoBtn li + li {
	border-left: none
}
.photoBtn li > span {
	display: inline-block;
	width: 50px;
}
.photoBtn li.photoBtnExterior {
	border-radius: 5px 0 0 5px;
}
.photoBtn li.photoBtnLayout {
	border-radius: 0 5px 5px 0;
}
/* //////////////////////////////////////////////////
[関連リンク]
////////////////////////////////////////////////// */
.relation_box{
	margin-bottom:30px;
	border:1px solid #ccc;
}
.relation_box h3{
	padding: 10px 20px;
	background:#f1f1f1;
	font-size:16px;
	font-weight: normal;
}
.relation_box .relWrap {
	padding: 20px;
}
.relation_box .relWrap div:first-child {
	border-top: none;
	margin-top: 0px;
}
.relation_box ul {
	padding:10px 20px 0px 20px;
	overflow:hidden;
}
.relation_box ul li {
	float: left;
	margin:0 10px 5px 0;
	width: 200px;
	font-size:13px;
}
.relation_box .relRow h4 {
	margin-top: 10px;
	padding-left: 26px;
	background-position: -1px -4px;
	background-repeat: no-repeat;
	text-align:left;
	color:#000;
	height:18px;
}
.relation_box .relRow h4.rent {
	background: url(/images/svg/iconC_chintai.svg) left center / 20px no-repeat;
	height: 20px;
}
.relation_box .relRow h4.mn {
	background: url(/images/svg/iconC_mansionNew.svg) left center / 20px no-repeat;
	height: 20px;
}
.relation_box .relRow h4.mu {
	background: url(/images/svg/iconC_mansionUsed.svg) left center / 18px no-repeat;
	height: 20px;
}
.relation_box .relRow h4.hn {
	background: url(/images/svg/iconC_houseNew.svg) left center / 20px no-repeat;
	height: 20px;
}
.relation_box .relRow h4.hu {
	background: url(/images/svg/iconC_houseUsed.svg) left center / 20px no-repeat;
	height: 20px;
}
.relation_box .relRow h4.livable {
	background: url(/images/svg/iconC_town.svg) left center / 20px no-repeat;
	height: 20px;
}
.relation_box .relWrap div:first-child h4 {
	margin-top: 0px;
}
.relation_box .relRow {
	border-top: 1px dotted #e6e6e6;
	margin-top: 10px;
}
.relation_box .relWrap {
	padding: 20px;
}
.relation_box .relWrap div:first-child {
	border-top: none;
	margin-top: 0px;
}
/* //////////////////////////////////////////////////
[物件売り切れ]
////////////////////////////////////////////////// */
div#maincontent {
	float: none;
	width: 100%;
	position: initial;
}
#errorBox {
	width:954px;
	border:3px #382e1e solid;
	margin:10px 0 60px;
}
#errorBox .errorMessage {
	width:470px;
	margin:64px 242px 50px;
}
#errorBox .errorMessage h1, #errorBox .errorMessage h2 {
	margin-bottom:10px;
	padding-left:60px;
	padding-bottom:4px;
	font-size:171%;
	line-height:48px;
	border-bottom:1px #eaeaea solid;
}
#errorBox .errorMessage p {
	color:#565656;
	font-size:85%;
}
#errorBox.error404sold {
	background-color: #ffc;
	border-color: #706154;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin-bottom: 30px;
}
#errorBox.error404sold .errorMessage h1 {
	background:url(/images/utility/contents/ico_info.png) no-repeat left center;
	line-height: 34px;
}
#errorBox.error404sold .errorMessage {
	width: 500px;
	margin: 40px auto;
}
#errorBox.error404sold p {
	margin-bottom: initial;
}
/* //////////////////////////////////////////////////
[フロートナビ]
////////////////////////////////////////////////// */
#scrollInquiryWrap {
	display:none;
	position: fixed;
	bottom: 67px;
	width:72px;
	margin-left: 970px;
	padding: 7px;
	background: #e5e2da;
	border-radius:5px;
	color: #fff;
	line-height:12px;
	z-index: 600;
}
#scrollInquiryWrap p {
	font-size:9px;
	margin-bottom:8px;
}
#scrollInquiryWrap #scrollFavBtn {
	background:#fff;
	border-radius:5px;
	margin-bottom:10px;
}
#scrollInquiryWrap #scrollInqBtn {
	background:#fff;
	border-radius:5px;
}
#scrollInquiryWrap a{
	display: block;
	width:72px;
	height: 56px;
	border-radius:5px;
	text-align: center;
	text-decoration: none;
	color:#333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    font-size: 12px;
}
#scrollInquiryWrap #scrollFavBtn a{
	padding-top:0;
}
#scrollInquiryWrap #scrollFavBtn .fav{
  display:block;
  padding-top:34px;
  background:url(/images/utility/svg/heart_disabled_plus.png) no-repeat 24px 6px/24px;
  background:url(/images/utility/svg/heart_disabled_plus.svg) no-repeat 24px 6px/24px;
}

#scrollInquiryWrap #scrollFavBtn a:hover{
	background:#f2f2f2;
}
#scrollInquiryWrap #scrollFavBtn .fav:hover{
  background:url(/images/utility/svg/heart_hover_plus.png) no-repeat 24px 6px/24px;
  background:url(/images/utility/svg/heart_hover_plus.svg) no-repeat 24px 6px/24px;
}
#scrollInquiryWrap #scrollFavBtn .fav.active{
  background:url(/images/utility/svg/heart_plus.png) no-repeat 24px 6px/24px;
  background:url(/images/utility/svg/heart_plus.svg) no-repeat 24px 6px/24px;
}
#scrollInquiryWrap #scrollInqBtn a{
	padding-top: 37px;
    background-color: #6fbf08;
    background-image: url(/images/utility/icon_inquiry_btn.png);
    background-position: center 7px;
    background-repeat: no-repeat;
    border: 1px solid #66a318;
    border-bottom: 4px solid #66a318;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 0px #639f18;
}
#scrollInquiryWrap #scrollInqBtn a:hover{
	background-color: #7dd60b;
    border: 1px solid #73bf12;
    border-bottom: 4px solid #73bf12;
}
/* //////////////////////////////////////////////////
[ページトップへスクロールボタン]
////////////////////////////////////////////////// */
#scrollTop {
	margin-left:970px;
}
/* //////////////////////////////////////////////////
[プリント用CSS]
////////////////////////////////////////////////// */
@media print{
#holidayClsNtc,
#header,
.breadcrumbs,
h1,
#estateDetail table,
.headerActionBtnWrap,
.print,
.userMail,
.infoTab,
#thumbnail,
.captionWrap,
#sameBuildingEstate,
.remark,
.actionBtnWrap,
.callLeft #callTxt .leftBaloon span.fukidasi,
#allInqBottom,
#recommendSlickWrap,
.relation_box,
#scrollTop,
#footerWrap #footerContent #contentsWrap .column01,
#footerWrap #footerContent #contentsWrap .column02,
#footerNavi,
.breadcrumbs,
.subSection,
.callCenter,
#sameBuildingEstate,
#recommendSlickWrap,
.relation_box,
#footerWrap,
.actionBtnWrap,
.ui-btn-common,
#estateDetailData td .marketPriceLink,
#estateDetailData td .mapLink,
#mainPhoto .slick-next,
#mainPhoto .slick-prev,
.slick-arrow,
#fixNavi{
	display:none!important;
}
#contents{
	margin-top:0;
}
#estateDetail{
	margin-top:-24px;
}
#estateHeader .period{
	position:absolute;
	top:0;
	right:0;
}
.inquiryNumbers{
	float:none;
	display:block;
	width:100%;
	margin:0 0 10px;
	padding-left:10px;
	font-size:22px;
	text-align:left;
	color:#FF4949;
}
#estateDetailData{
	border:none;
}
#estateDetailData .tableWrap{
	padding:0;
	border:none;
}
#estateDetailData table
#estateDetailData table tr{
	border:none;
	margin-bottom:0;
}
#estateDetailData td .rent{
	font-size:20px;
	color:#FF4949;
	font-weight:bold;
}
#estateDetailData td .traffic a,
#estateDetailData td .address a{
	color:#000;
	text-decoration:none;
}
#mainPhoto,
#mainPhoto #slickSlider{
	width:100%;
	height:360px!important;
}
#mainPhoto #slickSlider .slick-track{
	transform: translate3d(0px, 0px, 0px)!important;
}
#mainPhoto li{
	display:none;
}
#mainPhoto li:first-child,
#mainPhoto li:nth-child(2){
	display:block;
}
#mainPhoto li{
	width:460px!important;
	height:360px!important;
}
#photoViewArea{
	margin:0;
}
#mainPhoto li .imgWrap{
	display: block;
	float:left;
	width:100%;
	height:360px;
}
#mainPhoto li .imgWrap img{
	width: auto;
  height: auto;
  max-width: 460px;
  max-height: 360px;
}
}
