@charset "utf-8";

/* ----------------------------------------

content

---------------------------------------- */

div#content {
}

#map {
	background: url(../housedo_img/map/fig-map.png) no-repeat 170px 10px;
	position: relative;
	height: 370px;
	/*margin-top: 10px;*/
}

#map-unit {
	z-index: 0;
	position: relative;
}

div.touhoku,
div.kantou,
div.shinetsu,
div.toukai,
div.kinki,
div.chugoku,
div.shikoku,
div.kyusyu {
	position: absolute;
	width: 134px;
	height: 126px;
}

div.touhoku {
	top: 30px;
	right: 25px;
	width: 86px;
	padding: 6px 0 0 21px;
 	background: url(../housedo_img/map/bg-touhoku.png) no-repeat 0 0;
}
div.kantou {
	top: 190px;
	right: 20px;
	width: 129px;
	padding: 6px 0 0 19px;
	background: url(../housedo_img/map/bg-kantou.png) no-repeat 0 0;
}
div.shinetsu {
	top: 5px;
	left: 360px;
	width: 70px;
	height: 172px;
	padding: 6px 0 0 5px;
	background: url(../housedo_img/map/bg-shinetsu.png) no-repeat 0 0;
}
div.toukai {
	top: 230px;
	right: 146px;
	height: 126px;
	width: 86px;
	padding: 6px 0 0 21px;
	background: url(../housedo_img/map/bg-toukai.png) no-repeat 0 0;
}
div.kinki {
	top: 240px;
	left: 320px;
	height: 112px;
	padding: 21px 0 0 5px;
	background: url(../housedo_img/map/bg-kinki.png) no-repeat 0 0;
	}
div.chugoku {
	top: 30px;
	left: 270px;
	width: 70px;
	height: 172px;
	padding: 6px 0 0 5px;
	background: url(../housedo_img/map/bg-chugoku.png) no-repeat 0 0;
	}
div.shikoku {
	top: 250px;
	left: 230px;
	width: 86px;
	height: 126px;
	padding: 6px 17px 0 5px;
	background: url(../housedo_img/map/bg-shikoku.png) no-repeat 0 0;
}
div.kyusyu {
	top: 210px;
	left: 40px;
	width: 148px;
	padding: 6px 17px 0 5px;
	background: url(../housedo_img/map/bg-kyusyu.png) no-repeat 0 0;
}

.map-ttl {
	position: relative;
	width: 259px;
	margin-left: -18px;
	background: url(../housedo_img/map/bg-txt-3click.png) no-repeat 0 0;
}
	.txt-3click {
		text-indent: -999em;
	}
	.map-ttl p {
		line-height: 1.4;
		margin: 35px 0 8px 35px;
		}
			.map-ttl p em {
				font-size: 123.1%;
			}
			.map-ttl p span {
				font-weight: 700;
				font-size: 150%;
				color:#d6144f;
				font-family: Arial, Helvetica, sans-serif;}
			.map-ttl p span.note01 {
				font-size: 100%;
				font-weight: normal;
				color: #333;
				}
		
.btn-sell {
	background: url(../housedo_img/map/bg-btn-sell.png) no-repeat 0 100%;
	display: block;
	text-align: center;
	height: 51px;
}

.btn-sell img {
	margin-top: 10px;
}

#map .open,
#map span.nonepref {
	text-indent: -9999em;
	display: block;
	height: 28px;
	width: 60px;
	float: left;
	padding: 1px 4px 0 0;
}

#map span.nonepref {
	display: none !important;
}

/* event-unit 
------------------------------- */
.event-unit {
	position: relative;
	width: 800px;
	margin: 10px -15px 0 0;
}

.event-unit-01,
.event-unit-02,
.event-unit-03 {
	width: 224px;
	float: left;
	margin-right: 15px;
	border: 1px solid #bec1c3;
	border-top: none;
	border-radius: 0 0 3px 3px;
	background-color: #fff;
	box-shadow: 0 0 3px 2px #e3e5e6;
}

.event-unit-01 h3,
.event-unit-02 h3,
.event-unit-03 h3 {
	position: relative;
	height: 32px;
	margin: 0 -1px;
	}

/* blog-list-unit 
------------------------------- */
.blog-list-unit img{
	width: 100%;
}
.blog-list-unit .post_list li{
	margin-bottom: .5rem;
}

.blog-list-unit .post_list li a{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	padding: .5rem;
  	color: #333;
}

.blog-list-unit .post_list li a:hover{
	background: #edf2f9;
}

.blog-list-unit .post_list li .img{
	width: 24%;
}

.blog-list-unit .post_list li .txt{
	width: 72%;
}

.blog-list-unit .post_list li .date {
	margin-bottom: 5px;
	color: #666666;
	font-size: 12px;
}
  
.blog-list-unit .post_list li .title {
	margin-bottom: 5px;
	color: #004680;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
}
  
.blog-list-unit .post_list li .title + p {
	font-size: 13px;
}
.blog-list-unit .post_list li .title + p:after {
	content: '...';
}


/* shop-list-unit 
------------------------------- */
.shop-list-unit {
	position: relative;
	width: 800px;
	margin: 10px -15px 0 0;
}

.shop-list-01,
.shop-list-02,
.shop-list-03 {
	width: 224px;
	float: left;
	margin-right: 15px;
	border: 1px solid #bec1c3;
	border-top: none;
	border-radius: 0 0 3px 3px;
	background-color: #fff;
	box-shadow: 0 0 3px 2px #e3e5e6;
}

.shop-list-01 h3,
.shop-list-02 h3,
.shop-list-03 h3 {
	position: relative;
	height: 32px;
	margin: 0 -1px;
	}

.shop-list-02 #tTipMall,
.shop-list-03 #tTipKaitori {
	position: relative;
	left: 200px;
	top: -28px;
	}

.shop-count {
	padding: 5px;
	background-color: #f3f3f3;
	text-align: center;
	line-height: 1.2;
}
.shop-list-01 .shop-count { border-bottom: 2px solid #004680;}
.shop-list-02 .shop-count { border-bottom: 2px solid #92c146;}
.shop-list-03 .shop-count { border-bottom: 2px solid #2f9be5;}

.shop-count p {
	width: 180px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #d0d0d0;
	font-weight: 900;
}

.shop-count p span {
		color: #d6144f;
		font-size: 123.1%;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: 900;
}

.shop-list-01 ul,
.shop-list-02 ul,
.shop-list-03 ul {
	width: 204px;
	margin: 0.5em auto;
}

.shop-list-01 ul li,
.shop-list-02 ul li,
.shop-list-03 ul li {
	padding: 3px;
	border-bottom: 1px dotted #bec1c3;
	line-height: 1.4em;
}
.shop-list-01 ul li a,
.shop-list-02 ul li a,
.shop-list-03 ul li a {
	display: block;
	background: url(../housedo_img/common/icon-arw02.png) no-repeat 0 0.4em;
	padding-left: 1em;
}

.shop-list-01 .detail-link,
.shop-list-02 .detail-link,
.shop-list-03 .detail-link {
	margin: 0 12px 7px 0;
}

/* .tooltip
------------------------------- */
div.tooltip-mall,
div.tooltip-kaitori{
	z-index: 300;
	width:171px;
	position:absolute;
	background:url(../housedo_img/common/bg-tooltip02.png) no-repeat 100% 100%;
}
div.tooltip-mall p,
div.tooltip-kaitori p{
	margin: 0;
	line-height: 1.4;
	font-size: 92.4%;
	background:url(../housedo_img/common/bg-tooltip01.png) no-repeat 100% 0;
	padding: 10px 10px 10px 25px;
}


/* mypage-unit
------------------------------- */
.mypage-unit {
	margin-top: 30px;
	background-color: #edf2f7;
	border-radius: 3px;
	padding-bottom: 7px;
}
.mypage-unit h2 {
	position: relative;
	margin: -2px 0 0 -2px;
}
.mypage-unit ol {
	width: 698px;
	position: relative;
	margin: 0 -10px 0 10px;
}
.mypage-unit ol li {
	width: 257px;
	float: left;
	margin: 0 10px 10px 0;
	background-color: #fff;
	border-radius: 3px;
	padding-left: 82px;
}

.mypage-unit li.mypage01 {background: url(../housedo_img/top/icon-mypage01.png) no-repeat 10px 12px #fff;}
.mypage-unit li.mypage02 {background: url(../housedo_img/top/icon-mypage02.png) no-repeat 10px 12px #fff;}
.mypage-unit li.mypage03 {background: url(../housedo_img/top/icon-mypage03.png) no-repeat 10px 12px #fff;}
.mypage-unit li.mypage04 {background: url(../housedo_img/top/icon-mypage04.png) no-repeat 10px 12px #fff;}
.mypage-unit li.mypage05 {background: url(../housedo_img/top/icon-mypage05.png) no-repeat 10px 12px #fff;}
.mypage-unit li.mypage06 {background: url(../housedo_img/top/icon-mypage06.png) no-repeat 10px 12px #fff;}

.mypage-unit li h3 {
	margin-top: 10px;
}
.mypage-unit li p {
	margin: 8px 0;
	line-height: 1.4;
	font-size: 92.4%;
}

.mypage-unit .btn-unit {
	width: 650px;
	margin: 8px auto 10px;
}

.mypage-unit .btn-unit li {
	display: inline;
	margin: 0 4px;
}



div#side.topOftop {
	margin-top: 550px;
}

/*table.tbl03 td {
	line-height: 1.2;
}*/

table.tbl03 th {
	text-align: center;
}
	.tbl03 tr:nth-child(even) {
		background:#fff7e3;
	}



/* ----------------------------------------
clearfix
---------------------------------------- */
#map-unit {
	clear: both;
}

/* Modern Browsers
------------------------------- */
#map-unit:after,
.event-unit:after,
.shop-list-unit:after,
.mypage-unit ol:after,
.tdrops-list:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */

.event-unit,
.shop-list-unit,
.mypage-unit ol,
.tdrops-list {
	*zoom: 1;
}




/* ----------------------------------------

add20141010

---------------------------------------- */

.opacity:hover img {
	opacity: 0.85;
	filter: alpha(opacity=85);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=85)";  /* ie 8 */
}
.opacity:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=85)";  /* ie 8 */
}

.header-count-unit #header-info{
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	color: #004680;
	font-size: 15px;
	letter-spacing: 0.05em;
}

.header-count-unit #header-info .open{
	padding: 0 0.1em;
	background: linear-gradient(transparent 60%,#f3e600 60%);
	font-family: Arial,Helvetica,sans-serif;
	font-size: 140%;
}
.header-count-unit #header-info .note{
	font-size: 80%;
}

/* .information-unit  */


.information-unit {
	margin: 40px 0 13px 0;
	padding:10px 10px 13px 15px;
	background-color:#FFF8F8;
	border-radius:3px;
	color:#252525;
	clear: both;
}
.information-unit a:-webkit-any-link{
	color:#252525;
}

.information-unit .title strong{
	font-weight:bold;
}

.information-unit .title .label{
	font-size:12px;
	margin: 0 8px 0 0;
	padding: 3px 11px 4px 11px;
}

.information-unit.info-important .title .label{
	background-color:#E33737;
	font-weight:bold;
	color:#ffffff;
	border-radius:3px;
}
.information-unit.info-important{
	background-color: #edf2f7;
}
.information-unit.info-normal .title .label{
	background-color:#004680;
	font-weight:bold;
	color:#ffffff;
	border-radius:3px;
}

.information-unit.info-normal{
	background-color:#F2F6FF;	
}

.information-unit.info-black .title .label{
	background-color:#666666;
	font-weight:bold;
	color:#ffffff;
	border-radius:3px;
}
.information-unit.info-black{
	background-color:#F2F2F2;	
}
.information-unit .text{
	margin:5px 0 0 0;
	font-size:13px;
}

/* map-unit-japan */
#map-unit-japan {
    border-left: 1px solid #dce4ef;
    border-right: 1px solid #dce4ef;
    border-top: 1px solid #dce4ef;
    height: 467px;
    padding-left: 20px;
	/*
    background: url(../housedo_img/map/map_japan.png) no-repeat center center;
	*/
    position: relative;
}
#map-unit-japan-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#map-unit-japan h2 {
	display: block;
	margin-top: 15px;
	padding-top: 4px;
	padding-left: 35px;
	line-height: 1.3;
	background: url(../housedo_img/map/tit_mark2.gif) no-repeat left top;
	font-size: 190%;
	font-weight: bold;
	color: #004680;
}
#map-unit-japan>ul {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}
#map-unit-japan li {
    padding-bottom: 0px;
    padding-right: 2px;
}
#map-unit-japan li a {
    display: block;
    height: 28px;
    text-indent: -9999em;
    width: 60px;
}
#map-unit-japan li .nonepref {
	width:60px;
	height:28px;
}
.map-unit-japan-theme {
    border-bottom:1px solid #cccccc;
}

#map-unit-japan .touhoku {
    height: 130px;
    padding-left: 20px;
    padding-top: 3px;
    position: absolute;
    right: 36px;
    top: 77px;
    width: 150px;
    background: url(../housedo_img/map/bg_touhoku-02.png) no-repeat  0 0;
}

#map-unit-japan .kantou {
    height: 101px;
    padding: 3px 0 0 24px;
    position: absolute;
    right: 114px;
    top: 204px;
    width: 197px;
    background: url(../housedo_img/map/bg_kantou-02.png) no-repeat  0 0;
}
#map-unit-japan .shinetsu {
    height: 116px;
    padding: 3px 0 0 3px;
    position: absolute;
    right: 384px;
    top: 129px;
    width: 132px;
    background: url(../housedo_img/map/bg_shinetsu-02.png) no-repeat  0 0;
}

#map-unit-japan .toukai {
   height: 116px;
   padding: 3px 0 0 64px;
   position: absolute;
   right: 245px;
   top: 303px;
   width: 66px;
   background: url(../housedo_img/map/bg_tokai-02.png) no-repeat  0 0;
}
#map-unit-japan .toukai li {
	float: none;
}
#map-unit-japan .kinki {
   height: 100px;
   left: 273px;
   padding: 43px 0 0 3px;
   position: absolute;
   top: 318px;
   width: 191px;
   background: url(../housedo_img/map/bg_kinki-02.png) no-repeat  0 0;
}

#map-unit-japan .chugoku {
    height: 175px;
    left: 193px;
    position: absolute;
    top: 74px;
    width: 68px;
    padding: 3px 0 0 3px;
    background: url(../housedo_img/map/bg_chugoku-02.png) no-repeat  0 0;
}
#map-unit-japan .shikoku {
    height: 85px;
    left: 125px;
    padding: 28px 0 0 3px;
    position: absolute;
    top: 333px;
    width: 128px;
    background: url(../housedo_img/map/bg_sikoku-02.png) no-repeat  0 0;
}
#map-unit-japan .kyusyu {
    height: 157px;
    left: 45px;
    position: absolute;
    top: 130px;
    width: 139px;
    padding: 3px 0 0 3px;
    background: url(../housedo_img/map/bg_kyusyu-02.png) no-repeat  0 0;
}

/* map-unit-japan */
#map-unit-japan02 {
    height: 560px;
    position: absolute;
    width: 1060px;
    top: -544px;
    left: -10px;
    z-index: -1;
}
#map-unit-japan02-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#map-unit-japan02:before {
    /* content: ''; */
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: calc(-50vw + 521px);
    z-index: 0;
    background: url(../housedo_img/map/map_japan-02.png) no-repeat center center;
    mix-blend-mode: multiply;
}

#map-unit-japan02:after {
    /* content: ''; */
    display: block;
    position: absolute;
    width: calc(100vw + 10px);
    height: 100%;
    top: 0;
    left: calc(-50vw + 521px);
    z-index: -1;
    background: linear-gradient(to top, #cad7e6, #edf2f7);
    min-width: 1060px;
}

@media screen and (max-width: 1060px) { 
#map-unit-japan02:after {
    width: 1080px;
    left: 0;
}
}

#map-unit-japan02 h2 {
	display: block;
	position: absolute;
	margin-top: 30px;
	padding-left: 34px;
	line-height: 1.3;
	background: url(../housedo_img/map/tit_mark2.gif) no-repeat left top;
	font-size: 190%;
	font-weight: bold;
	color: #004680;
}

#map-unit-japan02 .count-property{
	position: absolute;
	left: 0;
	top: 80px;
    padding: 10px 15px;
	background: #f6f8fb;
	color: #004680;
	font-size: 15px;
}

#map-unit-japan02 .count-property ul li span{
	font-family: Arial, Helvetica, sans-serif;
}

#map-unit-japan02 .count-property ul .num-all{
	font-weight: bold;
}

#map-unit-japan02 .count-property ul .num-all .mark{
	padding: 0 0.1em;
	background:linear-gradient(transparent 60%, #f3e600 60%);
	font-size: 140%;
	
}

#map-unit-japan02 > ul {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}
#map-unit-japan02 li {
    padding-bottom: 0px;
    padding-right: 2px;
}
#map-unit-japan02 li a {
    display: block;
    height: 28px;
    text-indent: -9999em;
    width: 60px;
}
#map-unit-japan02 li .nonepref {
	width:60px;
	height:28px;
}

#map-unit-japan02 .touhoku {
    height: 117px;
    padding-left: 20px;
    padding-top: 3px;
    position: absolute;
    right: 74px;
    top: 127px;
    width: 145px;
    background: url(../housedo_img/map/bg_touhoku-02.png) no-repeat  0 0;
}

#map-unit-japan02 .kantou {
    height: 88px;
    padding: 3px 0 0 24px;
    position: absolute;
    right: 132px;
    top: 274px;
    width: 211px;
    background: url(../housedo_img/map/bg_kantou-02.png) no-repeat  0 0;
}
#map-unit-japan02 .shinetsu {
    height: 99px;
    padding: 3px 0 0 3px;
    position: absolute;
    right: 431px;
    top: 156px;
    width: 128px;
    background: url(../housedo_img/map/bg_shinetsu-02.png) no-repeat  0 0;
}

#map-unit-japan02 .toukai {
   height: 116px;
   padding: 3px 0 0 64px;
   position: absolute;
   right: 277px;
   top: 392px;
   width: 66px;
   background: url(../housedo_img/map/bg_tokai-02.png) no-repeat  0 0;
}
#map-unit-japan02 .toukai li {
	float: none;
}

#map-unit-japan02 .kinki {
   height: 100px;
   left: 483px;
   padding: 43px 0 0 3px;
   position: absolute;
   top: 408px;
   width: 191px;
   background: url(../housedo_img/map/bg_kinki-02.png) no-repeat  0 0;
}
#map-unit-japan02 .chugoku {
    height: 176px;
    left: 402px;
    position: absolute;
    top: 101px;
    width: 66px;
    padding: 3px 0 0 3px;
    background: url(../housedo_img/map/bg_chugoku-02.png) no-repeat  0 0;
}
#map-unit-japan02 .shikoku {
    height: 85px;
    left: 315px;
    padding: 28px 0 0 3px;
    position: absolute;
    top: 423px;
    width: 128px;
    background: url(../housedo_img/map/bg_sikoku-02.png) no-repeat  0 0;
}
#map-unit-japan02 .kyusyu {
    height: 162px;
    left: 242px;
    position: absolute;
    top: 157px;
    width: 128px;
    padding:3px 0 0 3px;
    background: url(../housedo_img/map/bg_kyusyu-02.png) no-repeat  0 0;
}
#map-unit-japan02 .bangkok {
    height: 63px;
    left: 167px;
    position: absolute;
    top: 444px;
    width: 76px;
    padding:34px 0 0 3px;
    background: url(../housedo_img/map/bg_bangkok-02.png) no-repeat  0 0;
}

#map-unit-japan02 .bangkok li a{
	width: 70px;
}


/* map-unit-inner02 */

#map-unit-inner02 dl#btnlist_sale{
	float:right;
}

#map-unit-inner02 dl#btnlist_sale dd{
	box-shadow: 1px 0 8px rgba(0, 0, 0, 0.1);
	padding: 15px;
	border: 2px solid #dce4ef;
	border-top: none;
}
#map-unit-inner02 dl#btnlist_sale dd p{
	margin-bottom:15px;
}
#map-unit-inner02 dl#btnlist_sale dd p:last-child {
	margin-bottom:0;
}
#map-unit-inner02 dl#btnlist_buy{
	width: 576px;
	float:left;
}

#map-unit-inner02 dl#btnlist_buy li{
	margin-bottom:15px;
}

#map-unit-inner02 dl#btnlist_buy img{
	width:auto !important;
	height:auto !important;
}

#map-unit-inner02 dl#btnlist_buy dd ul {display: flex;flex-wrap: wrap;box-shadow: 1px 0 8px rgba(0, 0, 0, 0.1);padding: 15px 15px 0;justify-content: space-around;border: 2px solid #dce4ef;border-top: none;}
#map-unit-inner02 dl#btnlist_buy dd ul li img,
#btnlist_sale img{
	width: auto;
    height: auto;
}

#map-unit-inner02 dl#btnlist_buy dt,
#map-unit-inner02 dl#btnlist_sale dt{
	background:#004680;
}

#map-unit-inner02 {
	margin-top: 520px !important;
	margin-bottom: 0px;
}

#map-unit .prefecture-header {
    top: -460px;
    left: 150px;
    backdrop-filter: saturate(180%) blur(6px);
    background-color: rgba(255,255,255,0.5);
    box-shadow: 1px 0 8px rgba(0, 0, 0, 0.2);
}

.closePrefMap {
	position:absolute;
	top: 8px;
	right: 10px;
}

/* wf16 */
.map-japan-panel {
    border-bottom: 1px solid #dce4ef;
    padding-bottom: 10px;
}

/* チェックボックス非活性 */
.checkbox-disable:hover{
    cursor: default;
}

/* ヘッダーへメンテナンスアナウンス */
.header-info-mente {
	background-color: #062d92;
}
	.header-info-mente div {
		width:  960px;
		position: relative;
		margin: 0 auto;
	}
/* ----------------------------------------

物件No.検索　店舗から探す

---------------------------------------- */

.search_number_estate_wrap{
	display:flex;
	position: relative;
	border: 2px solid #dce4ef;
	margin: 20px 0 0 0;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	background: url(/housedo_img/top/fig_flyer.png) no-repeat;
	box-shadow: 1px 0 8px rgba(0, 0, 0, 0.1);
}

.search_number_estate_wrap{}


.search_number_estate_wrap .title_wrap{
	font-size: 1rem;
	color:#004680;
	font-weight:bold;
	margin-left: 112px;
	line-height: 1.3;
}

.search_number_estate_wrap > .img_flyer{
	margin: 0.2rem 0 0 1rem;
	width: 100%;
	height: auto;
	display: none;
}
.search_number_estate_wrap .open_btn{
    margin: 0;
    text-decoration: none;
    padding: 4px 10px;
    letter-spacing: 0.5px;
    color: #004680;
    }
.search_number_estate_wrap .title_wrap span:nth-child(1){
	/* display:block; */
	/* font-size: 0.9rem; */
}

.title_wrap span:nth-child(2){/* font-size: .8rem; */}

.search_shop_wrap{
	margin: 20px 0 0 0;
	border: 2px solid #dce4ef;
	display: flex;
	padding: 15px;
	font-size: 1rem;
	color: #004680;
	box-sizing: border-box;
	align-items: center;
	background: url(/housedo_img/top/fig_shop.png) no-repeat;
	justify-content: space-between;
	box-shadow: 1px 0 8px rgba(0, 0, 0, 0.1);
}

.select_wrap span {
	font-weight:bold;
	color: #a7bcd6;
}

.search_shop_wrap .title_wrap{
	width: 9.5rem;
	font-size: 0.97rem;
	font-weight:bold;
	line-height: 1;
	margin-left: 112px;
}

.search_shop_wrap .title_wrap span{
}

.search_shop_wrap .img_wrap{
	margin: 0.2rem 0 0 0.3rem;
	display: none;
}

.select_wrap{
	margin: 0 0 0 0.8rem;
}

.search_shop_wrap .txt{
	width: 11rem;
	height:2rem;
	color: #004680;
	background-color: #edf2f7;
	cursor: pointer;
	border: 1px solid #dce4ef;
}

.input-number-wrap{
	display:flex;
	width: 266px;
	height: 2rem;
}

.input-number-inner-wrap{
	display:flex;
	border: 1px solid #dce4ef;
}

.input-number-inner-wrap input{
	width: 105px;
	padding: 0 0 0 0.5rem;
	font-size: 1rem;
	background-color: #ffffff;
	box-sizing: border-box;
	border: none;
}

.input-number-inner-wrap input[type="number"]::-webkit-outer-spin-button,
.input-number-inner-wrap input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-number-inner-wrap input[type="number"] {
    -moz-appearance:textfield;
}
.input-number-inner-wrap input::placeholder {
	color:#b9c9de;
}
input:-internal-autofill-selected {
	background-color: #ffffff !important;
}

.estate-number{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	background-color: #edf2f7;
	color: #004680;
	font-size: 0.8rem;
	width: 69px;
}

.estate-number span{line-height: 1;}

.search_btn_wrap{
	width: 5.2rem;
	font-size:1rem;
}

button.submit.estate_search_num {
    background-color: #004680;
    margin: 0 0 0 .38rem;
    border-radius: .2rem;
    border: none;
    height: 2rem;
    cursor: pointer;
}
.search_btn_wrap a{
text-decoration: none;
    color:#ffffff;
}
.search_number_estate_wrap .note{
	position: absolute;
	font-size:.5rem;
	margin: 0 0 0 4.3rem;
	bottom: 0;
	display: none;
}

button.submit.search_shop {
    background-color: #004680;
    margin: 0 0 0 0.2rem;
    border-radius: .2rem;
    border: none;
    height: 2rem;
    cursor: pointer;
}

.banner_area{
	margin:.8rem 0 0 0;
}

.content-head h2{
	width: 800px;
	box-sizing: border-box;
}

.content-head p {
    position: absolute;
    right: 13px;
    top: 13px;
}

#main .event-unit .event_cont .event_cont_r{
    width: 22.2rem;
}

.newopen-tenpo {
    width:800px;
}

.search_number_estate_wrap .popup_content{
	padding:0;
	margin:0;
	width: 480px;
}

.search_number_estate_wrap .popup_content .title_wrap{
	height:unset;
	width: unset;
	margin: 0;
	padding:.7rem;
	font-size: 1.2rem;
	color:#004680;
	font-weight:bold;
	line-height: 1.3;
	background-color:#CFD8EC;
}

.search_number_estate_wrap .popup_content .img_wrap{padding: 1rem 1rem 0rem 1rem;}

.search_number_estate_wrap .popup_content img {
	width:auto;
	height: auto;
	max-width: 100%;
	margin: 0;
}

.search_number_estate_wrap .popup_content .text_wrap{
	padding:1rem;
	text-align: center;
}


/* ----------------------------------------

add_20161201_type02

---------------------------------------- */
.image_shine_wrap {
    background-color: #c20011;
}

.image_shine {
    height: 40px;
    margin: 0 auto;
    position: relative;
    width: 960px;
}
.hover_shine {
    background-image: url("/housedo_img/top/light.png");
    background-position: -1200px 0;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: background-position 0.6s ease-in-out 0s;
    width: 100%;
}
.hover_shine:hover{
    /*Final position*/
    background-position: 10px 0;
}
.image_shine a {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #ffe7e9;
    display: block;
    padding-top: 6px;
}

.header-news {
}

.header-news-button {
    position: relative;
    margin-left: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: .2rem 1rem;
    padding-left:1.4rem;
    font-size: 12px;
    color: #333;
    top: -2px;
}
.header-news-button:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    background: url(/housedo_img/common/arrow_next.png) 0 0 no-repeat;
    background-size: 5px 5px;
    width: 10px;
    height:10px;
}

#map-unit-japan .flg_do {
    padding: 6px 0 0 20px;
    position: absolute;
    right: 90px;
    top: 305px;
    z-index: 100;
}
#map-unit-japan .flg_do li a {
    display: block;
    height: 28px;
    text-indent: 1em !important;
    width: 60px;
}

#map-unit-japan .flg_do,
#map-unit-japan02 .flg_do {
	display: none;
    padding: 6px 0 0 20px;
    position: absolute;
    right: 90px;
    top: 305px;
    z-index: 100;
}
#map-unit-japan .flg_do li a,
#map-unit-japan02 .flg_do li a {
    display: block;
    height: 28px;
    text-indent: 1em !important;
    width: 60px;
}

.search-areatype #areaNameShop,
 .search-areatype #prefNameShop {
     width: 185px;
     margin-top: 10px;
     color: #004680;
     border: 1px solid #cad7e6;
 }

/* ----------------------------------------

スタッフコメント

---------------------------------------- */

.staff-comment{
    background: #fffae1 !important;
}
.staff-comment-contents{
    padding: 10px 20px;
    overflow: hidden;
}
.staff-comment-contents-image{
    float: left;
    padding-right: 15px;
    border-right: 1px dotted #202020;
    margin-right: 15px;
}
.staff-comment-contents-image img{
    width:auto;
    height:auto;
    max-width:80px;
    max-height:80px;
    box-shadow:0px 0px 0px 1px #b9b8b8;
    -moz-box-shadow:0px 0px 0px 1px #b9b8b8;
    -webkit-box-shadow:0px 0px 0px 1px #b9b8b8;;
}
.staff-comment-contents-text{    
    overflow: hidden;
    text-align: left;
}
.staff-comment-contents-text p{
    font-size: 13px;
    line-height: 1.3rem;
    margin: 0;
}
span.staff-comment-by{
    background: #fff;
    color: #d55e00;
    border: 1px solid #d55e00;
    padding: 2px 5px;
    font-size: 10px;
    margin-right: .5rem;
}                    
span.staff-name{
    font-weight: bold;
    margin-top: .5rem;
}



.staff-comment-detail{
    margin: 20px 0;
    background: #fffae1;
    border: 1px solid #b9b8b8;
}
.staff-comment-detail-contents{
    padding: 20px 30px;
    overflow: hidden;
}
.staff-comment-detail-contents-image{
    float: left;
    margin-right: 15px;
}
.staff-comment-detail-contents-image img{
    width:auto;
    height:auto;
    max-width:80px;
    max-height:80px;
    box-shadow:0px 0px 0px 1px #b9b8b8;
    -moz-box-shadow:0px 0px 0px 1px #b9b8b8;
    -webkit-box-shadow:0px 0px 0px 1px #b9b8b8;
}
.staff-comment-detail-contents-text{    
    overflow: hidden;
}
.staff-comment-detail-contents-text p{
    font-size: 14px;
    line-height: 1.3rem;
    margin: 0;
}
span.staff-name-detail{
    font-weight: bold;
    margin-top: .5rem;
}
p.staff-comment-comment{
    margin-top: 15px;
}
.announce {
    background: none repeat scroll 0 0 #dbe3f6;
    padding: 5px 15px;
    font-size: 12px;
    border: 1px dotted #004680;
}
/* -- add 202206 -- */
#map-unit + div#main {
	margin-top: 0;
}

/* map-unit */
#map-unit-inner02 {
	margin-top: 0 !important;
}

div#side.topOftop {
	margin-top: 0;
}

#map-unit-japan02 {
	position: relative;
	top: 0;
}

#map-unit .prefecture-header {
	top: 85px;
}

#map-unit-japan02 li a {
	height: 24px;
	text-indent: 0;
	width: 58px;
	background-image: none;
	background-color: #fff;
	text-align: center;
	text-decoration: none;
	border: solid 1px #9bc0d8;
	margin-bottom: 2px;
	border-radius: 3px;
	font-size: 110%;
}

#map-unit-japan02 li a:hover,
#map-unit-japan02 li a:active {
	background-image: none;
	background-color: #ecf2f7;
	border-color: #004680;
}

#map-unit-japan02 li .nonepref {
	width: 58px;
	height: 24px;
	color: #cfd9e8;
	background-color: #fff;
	background-image: none;
	text-align: center;
	border: solid 1px #cfd9e8;;
	border-radius: 3px;
	margin-bottom: 3px;
	font-size: 110%;
}

#map-unit-inner02 #btnlist_buy {
	width: 576px;
	float: left;
}
#map-unit-inner02 #btnlist_sale {
	float: right;
	width: 204px;
}
#map-unit-inner02 #btnlist_buy ul,
#map-unit-inner02 #btnlist_sale ul {
	display: flex;
	flex-wrap: wrap;
	box-shadow: 1px 0 8px rgb(0 0 0 / 10%);
	padding: 15px 15px 0;
	justify-content: space-around;
	border: 2px solid #dce4ef;
	border-top: 0;
}
#map-unit-inner02 #btnlist_buy h2,
#map-unit-inner02 #btnlist_sale h2 {
	background-color: #004680;
	color: #fff;
	font-size: 1.3rem;
	display: flex;
	align-items: center;
	padding: 8px 20px 8px 55px;
}
#map-unit-inner02 #btnlist_buy h2 {
	background:#004680 url(/housedo_img/top/icon-btnlist_buy.gif) no-repeat 20px center;
}
#map-unit-inner02 #btnlist_sale h2 {
	background:#004680 url(/housedo_img/top/icon-btnlist_sale.gif) no-repeat 20px center;
}
#map-unit-inner02 #btnlist_buy ul li,
#map-unit-inner02 #btnlist_sale ul li  {
	width: 170px;
	height: 49px;
	margin-bottom: 15px;
}
#map-unit-inner02 #btnlist_buy ul li a,
#map-unit-inner02 #btnlist_sale ul li a {
	display: block;
	height: 100%;
	box-shadow:0px -2px 2px 0px #e8edf4 inset;
	border: solid 1px #dae2ee;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-size: 1rem;
}
#map-unit-japan02 .bangkok li a {
	width: 58px;
	letter-spacing: -0.1em;
}
