@charset "shift_jis";

/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    ■rentadd.css
    適用範囲：賃貸
    概　　要：モジュール改修
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/

/*
--------------------------------------------------------------------
    スプライト読み込み
--------------------------------------------------------------------
*/

.favoriteSprite {
	background-image:url(/smp/images/sprite_favorite.png);
	background-repeat:no-repeat;
	background-size:230px auto;
	display:inline-block;
	overflow:hidden;
	vertical-align:middle;
}

.favoriteSprite.favoriteBtn {
	display:block;
	text-indent:-9999px;
	background-position:0 -92px;
	width:136px;
	height:27px;
}

.favoriteSprite.iconRecommend {
	background-position:0 -17px;
	width:16px;
	height:19px;
	margin-right:5px;
}

.favoriteSprite.iconShare {
	background-position:0 -40px;
	width:15px;
	height:18px;
	margin-right:7px;
}

.favoriteSprite.lineBtn {
	display:block;
	text-indent:-9999px;
	background-position:0 -123px;
	width:230px;
	height:60px;
}

.favoriteSprite.mailBtn {
	display:block;
	text-indent:-9999px;
	background-position:0 -187px;
	width:230px;
	height:60px;
}

.favoriteSprite.iconClose {
	display:block;
	text-indent:-9999px;
	background-position:0 -62px;
	width:26px;
	height:26px;
}

.favoriteSprite.tlAtt {
	text-indent:-9999px;
	background-position:0 -315px;
	width:16px;
	height:16px;
}

.favoriteSprite.estIcon.open {
	text-indent:-9999px;
	background-position: 5px -349px;
	width: 22px;
	height: 22px;
}
.favoriteSprite.estIcon.close {
	text-indent:-9999px;
  background-position: 5px -330px;
  width: 22px;
  height: 22px;
}
.favoriteSprite.rcmdLoupe {
	text-indent:-9999px;
	background-position: 4px -271px;
	width: 21px;
	height: 21px;
}

.favoriteSprite.rcmdArrow{
	text-indent:-9999px;
	background-position: 6px -254px;
	width: 16px;
	height: 20px;
}

.favoriteSprite.iconFavStar{
	text-indent:-9999px;
  background-position: 0px -394px;
  width: 12px;
  height: 12px;
}

.favoriteSprite.condArrow{
	text-indent:-9999px;
	background-position: 0px -292px;
	width: 12px;
	height: 20px;
}

.favoriteSprite.iconBigStar{
	text-indent:-9999px;
	background-position: -2px -409px;
	width: 30px;
	height: 28px;
}

.favoriteSprite.iconClip{
	text-indent:-9999px;
  background-position: 0px -435px;
  width: 28px;
  height: 28px;
}

.favoriteSprite.iconDelCond{
	text-indent:-9999px;
	background-position: 0px -466px;
	width: 18px;
	height: 18px;
}

/*
--------------------------------------------------------------------
    都道府県名表示
--------------------------------------------------------------------
*/
nav.navArea {}

/* 地域名 */
nav.navArea ul.strAreaName {}
nav.navArea ul.strAreaName li {
    width:50%;
    float:left;
    padding: 14px 7px;
    font-size:128%;
    box-sizing:border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;

    font-weight:bold;
    border-bottom:1px solid #cccccc;
    position:relative;

    background:-moz-linear-gradient(top, #fef3e6 40%,#fee9cf 80%,#ffd8aa 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(40%,#fef3e6), color-stop(80%,#fee9cf), color-stop(100%,#ffd8aa));
    background:-webkit-linear-gradient(top, #fef3e6 40%,#fee9cf 80%,#ffd8aa 100%);
    background:linear-gradient(top, #fef3e6 40%,#fee9cf 80%,#ffd8aa 100%);
}

nav.navArea ul.strAreaName > li:after{
    background: url("/smp/images/ic_ex.png") no-repeat scroll 3px -17px rgba(0, 0, 0, 0);
    background-color: #e7672c;
    border: 2px solid #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    content: "";
    display: block;
    height: 18px;
    margin-top: -11px;
    position: absolute;
    text-indent: -99999px;
    top: 50%;
    width: 18px;
    right:10px;
    z-index:1000;
}

nav.navArea ul.strAreaName > li.inActive:after{
    background-color: #cccccc;
}

nav.navArea ul.strAreaName > li.active:after{
    display:none;
    width: 0;
    height:0;
    border:none;
}

nav.navArea ul.strAreaName li.active li.areaName:after{
    background: url("/smp/images/ic_ex.png") no-repeat scroll 3px -34px rgba(0, 0, 0, 0);
    background-color: #e7672c;
    border: 2px solid #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    content: "";
    display: block;
    height: 18px;
    margin-top: -11px;
    position: absolute;
    text-indent: -99999px;
    top: 25px;
    width: 18px;
    right:10px;
}

nav.navArea ul.strAreaName > li:nth-child(odd) {
    border-right:1px solid #cccccc;
}

nav.navArea ul.strAreaName li:firts-child{
    border:none;
}

nav.navArea ul.strAreaName li.inActive{
    background:#EEEEEE;
}

nav.navArea ul.strAreaName li.inActive a{
    color:#999999;
}

nav.navArea ul.strAreaName li.inActive a.triger{
    pointer-events:none;
}

nav.navArea ul.strAreaName li a.triger {
    display:block;
    z-index:2000;
}
nav.navArea ul.strAreaName li span.name {}

/* 都道府県名 */
nav.navArea ul.strAreaName li div.pref{
    background:#FCC;
    height:300px;
}
nav.navArea ul.strAreaName li ul.prefnameList {
    position:absolute;
    width:200%;
    z-index:9999;
    display:none;
    margin:-41px 0 0 -7px;
    background:#FFFFFF;
    border-bottom:2px solid #999999;
    box-shadow: 0 5px 5px rgba(0,0,0,0.3);
}
nav.navArea ul.strAreaName li:nth-child(3) ul.prefnameList,
nav.navArea ul.strAreaName li:nth-child(4) ul.prefnameList{
    margin-top:-97px;
}
nav.navArea ul.strAreaName li:nth-child(5) ul.prefnameList,
nav.navArea ul.strAreaName li:nth-child(6) ul.prefnameList{
    margin-top:-153px;
}

nav.navArea ul.strAreaName li:nth-child(7) ul.prefnameList,
nav.navArea ul.strAreaName li:nth-child(8) ul.prefnameList{
    margin-top:-209px;
}


nav.navArea ul.strAreaName li:nth-child(even) ul.prefnameList{
}

nav.navArea ul.strAreaName li ul.prefnameList li {
    padding:0;
    font-size:100%;
    position:static;
}

nav.navArea ul.strAreaName li ul.prefnameList > li:nth-child(even) {
    border-right:1px solid #cccccc;
}
nav.navArea ul.strAreaName li ul.prefnameList li.areaName{
    width:100%;
    padding:10px 5px;
}
nav.navArea ul.strAreaName li ul.prefnameList li {}
nav.navArea ul.strAreaName li ul.prefnameList li a {
    font-size:80% !important;
    margin:0 !important;
    padding:18px 5px !important;
}
nav.navArea ul.strAreaName li ul.prefnameList li a span.name {}
nav.navArea ul.strAreaName li ul.prefnameList li a span.number {}
nav.navArea ul.strAreaName li ul.prefnameList li a span.number span {}
nav.navArea ul.strAreaName li ul.prefnameList li.noHit {
    font-size:80% !important;
    margin:0 !important;
    width:50% !important;
    padding:18px 5px !important;
}
nav.navArea ul.strAreaName li ul.prefnameList li.noHit span.name {}
nav.navArea ul.strAreaName li ul.prefnameList li.noHit span.number {}
nav.navArea ul.strAreaName li ul.prefnameList li.noHit span.number span {}
.nav1 a{
    border:none !important;
}

/*
--------------------------------------------------------------------
    フリーワード検索枠
--------------------------------------------------------------------
*/
/*
.searchBox.freeword {
    clear:both;
}

.searchBox .ttl{
    font-size:128%;
    font-weight:bold;
}

.searchBox .serchBoxForm{
    display:block;
}

.searchBox .serchBoxForm .switch label{
    margin-right:1em;
}

.searchBox .serchBoxForm .serchBoxArea{
    display:table;
    width:100%;
}
*/

/*
--------------------------------------------------------------------
    検索条件指定
--------------------------------------------------------------------
*/

.nav2 .box {
    background: -moz-linear-gradient(center top , #fafdf1 40%, #f3fadb 80%, #ecf7c7 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
    display: table;
    font-size: 128%;
    font-weight: bold;
    line-height: 1.1;
    padding: 14px 38px 14px 21px;
    width: 100%;
}
#rent .nav2 .box {
    background: -moz-linear-gradient(center top , #fef3e6 40%, #fee9cf 80%, #ffd8aa 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.nav2 .box .name {
    display: table-cell;
    vertical-align: middle;
}
.icYen .box .name,
.icTime .box .name,
.icSpace .box .name,
.icArea .box .name,
.icYear .box .name,
.icType .box .name,
.icCond .box .name{
    padding-left: 35px;
}

.icMinus:after,
.icPlus:after{
    display:none;
}


.listForm3.selectCheck li{
    float:left;
    margin-bottom: 0;
    white-space: nowrap;
    width:50%;
    border-bottom:1px solid #edcfab;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear:none;
    font-size:.9em;
}
.listForm3.selectCheck li:nth-child(odd) {
    border-right:1px solid #edcfab;
}
.listForm3.selectCheck li:last-child{
    border-bottom:none;
}
.listForm3 label[for*="id_0644"] span{
    font-size:0.8em;
}
.selectIP label{
    padding:10px 10px 10px 37px;
}

.selectIP .disable label:before{
    background-color:#e9e9e9;
}
.accordion .note {
    margin:0 3px;
    padding:5px 10px 0 10px;
    background-color:#FEFAF5;
    border-bottom: 1px solid #edcfab;
}

.selectIP li img{
    margin:0 3px;
    vertical-align:middle;
}


.selection {
    border-bottom: 1px solid #cccccc;
}
.selection .hasTtlNav {
    margin: 0 -10px;
}
.selection .hasTtlNav + .hasTtlNav {
    margin-top: 0;
}

.accordion .sSpace .listForm3.selectCheck,
.accordion .sType .listForm3.selectCheck{
    margin: -15px 0
}
.sCond{
    padding:0 3px;
}

.accordiontgl{
    display:block;
    clear:both;
    background:#ffffff;
    padding:10px 10px 10px 2.3em;
}
.accordiontgl span{
    display:block;
    position:relative;
    font-size:.8em
}
.accordiontgl span:before{
    content:"";
    position:absolute;
    top:50%;
    left:-2.3em;
    width:18px;
    height:18px;
    margin-top:-11px;
    text-indent:-99999px;
    background:url(/smp/images/ic_ex.png) no-repeat 3px -17px;
    border:2px solid #ffffff;
    -webkit-box-shadow:0 0 2px rgba(0,0,0,0.3);
    -moz-box-shadow:0 0 2px rgba(0,0,0,0.3);
    box-shadow:0 0 2px rgba(0,0,0,0.3);
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
#rent .accordiontgl span:before{
    background-color:#e7672c;
}
.accordiontgl .icMinus:before{
    content:"";
    position:absolute;
    top:50%;
    width:18px;
    height:18px;
    margin-top:-11px;
    background:url(/smp/images/ic_ex.png) no-repeat 3px -34px;
    border:2px solid #ffffff;
    -webkit-box-shadow:0 0 2px rgba(0,0,0,0.3);
    -moz-box-shadow:0 0 2px rgba(0,0,0,0.3);
    box-shadow:0 0 2px rgba(0,0,0,0.3);
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
#rent .accordiontgl .icMinus:before{
    background-color:#e7672c;
}




.accordion .listForm3.selectCheck{
    clear:both;
    margin:0;
    background:#fefaf5;
}
#rent .accordion .hasTtlNav dt{
    padding:13px 37px 14px 20px;
    font-size:.9em !important;
}
.selection .hasTtlNav dd {
    padding:0 10px;
}
.accordion .listForm3 li{
    margin:0;
}

#floatBtn {
    display:none;
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    z-index:1000;

}
#floatBtn ul{
    position:relative;
    display:table;
    width:100%;
    background:url(/smp/images/bg_floatbtn.png) 0 0 repeat;
    padding:5px;
}
#floatBtn ul li{
    display:table-cell;
    width:50%;
    text-align:left;
}
#rent #floatBtn ul li.cases{
    border:none;
    font-size:1.7em;
    text-align:center;
    color:#ffffff;
    vertical-align:middle;
    white-space:nowrap;
}
#floatBtn ul li span{
}
#floatBtn ul li .bt3{
    width:90%;
}


/*
--------------------------------------------------------------------
    検索結果一覧
--------------------------------------------------------------------
*/

/* 再検索枠 */

p#rsltRead{
    color:#999999;
    padding:3px 5px 7px;
    font-size:12px;
}

#header h1.catch.rsltTtl1,
#header2 h1.catch.rsltTtl1{
    display: block;
    vertical-align: middle;
    padding:7px 9px;
    margin:0;
    background-color:#f8661f;
    color: #ffffff;
    font-weight:bold;
    line-height:1.1;
}

#header2 .rsltTtlWrap {
	background:#f8661f;
	padding:8px 10px;
	margin-bottom:10px;
}
#header2 h1.catch.rsltTtl1.btnStyle {
	background:none;
	float:left;
	font-size:16px;
	float:left;
	padding:0;
	line-height:27px;
}

#header2 .rsltTtlWrap .favoriteBtn {
	float:right;
}

#rent .sectionFoot2.pageTop:before {
    display:none;
}
#rent .sectionFoot2.pageTop{
    background:none;
    padding:0;
    border:none;
}
#rent .sectionFoot2.pageTop ul{
    display:table;
    width:100%;
    border:none;
    border-bottom:1px solid #cccccc;
    margin:0 0 5px;
    border-radius:0;
    overflow:hidden;

    background:-moz-linear-gradient(top, #ffffff 60%,#efefef 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(60%,#ffffff), color-stop(100%,#efefef));
    background:-webkit-linear-gradient(top, #ffffff 60%, #efefef 100%);
    background:linear-gradient(top, #ffffff 60%, #efefef 100%);

}
#rent .sectionFoot2.pageTop li{
    display:table-cell;
    border-radius: 0;
}
#rent .sectionFoot2.pageTop li.btn{
    width:23%
}
#rent .sectionFoot2.pageTop li.sort{
    width:54%
}
#rent .sectionFoot2.pageTop li{
    border-right:1px solid #cccccc;
    text-align:center;
    vertical-align:middle;
}
#rent .sectionFoot2.pageTop li.btn{
}
#rent .sectionFoot2.pageTop li a{
    border:none;
    font-size:65%;
    padding:5px 0 3px;
    background:none;
    white-space:nowrap;
}
#rent .sectionFoot2.pageTop li.btn span{}
#rent .sectionFoot2.pageTop li.btn:before{display:none;}
#rent .sectionFoot2.pageTop li.btn span.img{
    margin:0 0 1px;
    width:25px;
    height:25px;
    display:inline-block;
}
#rent .sectionFoot2.pageTop li.icDetail span.img{
    background:url(/smp/images/icon_detail.png) 0 0 no-repeat;
}
#rent .sectionFoot2.pageTop li.icCity span.img{
    background:url(/smp/images/icon_city.png) 0 0 no-repeat;
}
#rent .sectionFoot2.pageTop li.icStation span.img{
    background:url(/smp/images/icon_line.png) 0 0 no-repeat;
}
#rent .sectionFoot2.pageTop li.btn span.txt{
    display:block;
}
#rent .sectionFoot2.pageTop li.sort{
    border:none;
}
#rent .sectionFoot2.pageTop .sortBox .txt{
    padding-right:0;
}
#rent .sectionFoot2.pageTop .sortBox .txt .selectBox{
    vertical-align:middle;
}

/*
--------------------------------------------------------------------
    市区町村複数指定
--------------------------------------------------------------------
*/


#rent .accordion .hasTtlNav dt.cityname{
    padding:13px 37px 14px 22px;
    font-size:128% !important;
}

.nav1.listForm2 li label{
    padding:14px 10px 14px 47px;
}
.nav1.listForm2 label:before {
    left:6px;
}

dd .nav1.listForm2 li label{
    padding:14px 10px 14px 66px;
}
dd .nav1.listForm2 label:before {
    left:23px;
}


.nav1.listForm2 label:before {
    left:6px;
}

.hasTtlNav dd .nav1 .noHit {
    padding-left: 67px !important;
}
.nav1.listForm2 .noHit{
    padding-left: 49px !important;
    padding:0 !important;
    border-bottom:none !important;
    font-size:100% !important;
}
.hasTtlNav dd .nav1 .noHit {
    padding:0 !important;
}

#floatBtn {
    display:none;
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    z-index:1000;
}
#floatBtn ul{
    position:relative;
    display:table;
    width:100%;
    background:url(/smp/images/bg_floatbtn.png) 0 0 repeat;
    padding:5px;
}
#floatBtn ul li{
    display:table-cell;
    width:50%;
    text-align:left;
}
#rent #floatBtn ul li.cases{
    border:none;
    font-size:1.7em;
    text-align:center;
    color:#ffffff;
    vertical-align:middle;
    white-space:nowrap;
}
#floatBtn ul li span{
}
#floatBtn ul li .bt3{
    width:90%;
}
.nav1.listForm2{
    border-top:none !important;
}

#floatBtn.btn1 {
    display:none;
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    z-index:1000;
}

#floatBtn.btn1 ul{
    position:relative;
    display:block;
    width:auto;
    background:url(/smp/images/bg_floatbtn.png) 0 0 repeat;
    padding:10px;
    margin:0;
}

#floatBtn.btn1 ul li {
    display:block;
    text-align: center;
    width: auto;
}

#floatBtn.btn1 ul li .bt3 {
    width:100%;
}

.btForm.mt10{
    margin-bottom:10px;
}

#footer{
    padding:0 0 80px;
}

/*
--------------------------------------------------------------------
    パンくずリスト改修
--------------------------------------------------------------------
*/

.topicPath:after,
.topicPath #slide:after,
.topicPath #slide ul:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.topicPath {
    border-bottom: 1px solid #E9E9E9;
    width: 100%;
    position:relative;
}
.topicPath #slide {
    position: relative;
    width: 100%;
    background:#E9E9E9;
    height:31px;
    overflow:hidden;
}
.topicPath #slide ul:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.topicPath #slide ul {
    position: absolute;
    padding:9px;
}
.topicPath ul {
    line-height:1.1;
}

.topicPath ul li {
    display: block;
    float: left;
    padding: 3px;
}
.topicPath ul li,
.topicPath ul li a{
    color:#333333;
}

.topicPath ul li a{
    text-decoration:underline;
}

/*
--------------------------------------------------------------------
    header （お気に入り付き）
--------------------------------------------------------------------
*/
h1.catch.rsltTtl1.clippagettl{
    font-size:15px;
}

/*
--------------------------------------------------------------------
    一覧ページ
--------------------------------------------------------------------
*/

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    width: 100%;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* #okiniiriFloatBtn */

#okiniiriFloatBtn{
    position: fixed;
    bottom:-10px;
    right:0;
    left:50%;
    margin-left:-30px;
    z-index: 100;
    width:74px;
}

#okiniiriFloatBtn a{
    display:block;
    width:74px;
    position:relative;
    top:0;
}

#okiniiriFloatBtn #iconTrue{
    background:url(/smp/images/img_okiniiri_btn.png) 0 0 no-repeat;
    background-size:74px auto;
    width: 74px;
    height: 83px;
    position:relative;
    z-index:-2;
}
#okiniiriFloatBtn #iconFalse{
    background:url(/smp/images/img_okiniiri_btn.png) 0 -74px no-repeat;
    background-size:74px auto;
    width: 74px;
    height: 83px;
    z-index:-2;
}
#okiniiriFloatBtn .num{
    font-size:10px;
    position:absolute;
    top:10px;
    left:43px;
    color:#ffffff;
    line-height:1.1;
    width:25px;
    height:25px;
    text-align:center;
}

#okiniiriFloatBtn .num::after{
    position:absolute;
    content:"";
    background-color:#ff3b30;
    width:25px;
    height:25px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    z-index:-1;
    top:-6px;
    left:0;
}


#rent .status .cases{
    text-align: left;
    border-bottom: none;
    float: left;
}

.status {
    border-bottom:1px solid #CBCBCB;
}
.status .cases {
    display: table-cell;
    vertical-align: middle;
}
.status .cases p{
    padding:10px 0 0 ;
}

.status .detailSave{
    display: table-cell;
    text-align: right;
    float: right;
    cursor: pointer;
}
.status .detailSave p{
    border:1px solid #cccccc;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    padding: 2px 5px;
    margin: 0 5px 5px 5px;
    background:-moz-linear-gradient(top, #ffffff 60%,#efefef 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(60%,#ffffff), color-stop(100%,#efefef));
    background:-webkit-linear-gradient(top, #ffffff 60%, #efefef 100%);
    background:linear-gradient(top, #ffffff 60%, #efefef 100%);
    padding:0 10px;
}
.status .detailSave p .icon{
    background:url(/smp/images/img_okiniiri.png) -21px 0 no-repeat;
    display: inline-block;
    width:12px;
    height:21px;
    vertical-align: middle;
    margin:6px 3px 6px 0;
}

/* clipTtl */
.clipTtl{
	/*background: #FCE79F;*/
	background-color: #736357;
	padding:10px;
}
.clipTtl .typenum{
	float: left;
	font-size: 14px;
	color: #fff;
	padding-top: 2px;
}

/* sortという要素が存在するのかしないのか */
.clipTtl .sort{
	float: right;
}

.clipTtl .typenum .counter{
	margin-left: 4px;
	font-size: 12px;
}
.clipTtl .typenum .counter:before{
	content: "(";
}
.clipTtl .typenum .counter:after{
	content: ")";
}

.clipTtl .sortselWrap{
	float: left;
	margin-left: 14px;
	font-size: 14px;
}

.clipTtl .selectBox {
	vertical-align: middle;
	font-size: 12px;
	display: table;
	/* width: 100%; */
	/*padding: 0 3px;*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.clipTtl .selectBox select {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.clipTtl .selectBox .selectTxt{
	padding: 2px 8px;
}

.clipTtl .selectBox .selectBoxInner:after{
	content:'';
	display:table-cell;
	width:24px;
	height:100%;
	background:url(/smp/images/ic_ex.png) no-repeat 6px -53px,-moz-linear-gradient(top, #d3d3d3 0%, #a5a5a5 100%);
	background:url(/smp/images/ic_ex.png) no-repeat 6px -53px,-webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#a5a5a5));
	background:url(/smp/images/ic_ex.png) no-repeat 6px -53px,-webkit-linear-gradient(top, #d3d3d3 0% ,#a5a5a5 100%);
	background:url(/smp/images/ic_ex.png) no-repeat 6px -53px,linear-gradient(top, #d3d3d3 0%, #a5a5a5 100%);
}


.clipTtl .tglbtn{
	float: right;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #DDD3CC;
}

/* listbox .box */
.listBox .box{
    background: none;
}
.listBox .box:first-child {
    box-shadow:none;
}
div.listBox div.box {
	background:#FFFFFF;
	padding: 5px 0;
	border-top: solid 1px #E2D9C5;
	border-bottom: none;
}

div.listBox div.box a {
    padding:0;
}
div.listBox div.box div.boxTtl {
    position:relative;
}

div.listBox div.box div.boxTtl:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    width: 100%;
    height: 0;
}
* html div.listBox div.box div.boxTtl             { zoom: 1; }
*:first-child+html div.listBox div.box div.boxTtl { zoom: 1; }

div.listBox div.box div.boxTtl div.nearby {
    background-size: 50%;
    font-size:1.2em;
    float: left;
    margin:0 45px 0 10px;
    position:relative;
}
div.listBox div.box div.boxTtl div.nearby span.text{
    display: inline;
    margin-top:5px;
    font-size: 15px;
    font-weight: bold;
}
div.listBox div.box div.boxTtl div.okiniiri ,
div.listBox div.box div.boxTtl div.clipdelete {
    position:absolute;
    right:5px;
    width:40px;
    height:40px;
}

div.listBox div.box div.boxTtl div.okiniiri{
    background:url(/smp/images/img_okiniiri_star.png) -2px -51px no-repeat;
}

div.listBox div.box div.boxTtl div.okiniiri span{
    background:url(/smp/images/img_okiniiri_star.png) 0 0 no-repeat;
    display: block;
    width: 40px;
    height: 40px;
}
div.listBox div.box div.boxTtl div.okiniiri span.true,
div.listBox div.box div.boxTtl div.okiniiri span.starttrue {
    background-position:-2px -51px;
}
div.listBox div.box div.boxTtl div.okiniiri span.false {
    background-position:0 0 ;
}

body.list_rpk div.listBox div.box div.boxTtl div.okiniiri,
body.list_rof div.listBox div.box div.boxTtl div.okiniiri,
body.list_rsh div.listBox div.box div.boxTtl div.okiniiri,
body.list_rot div.listBox div.box div.boxTtl div.okiniiri {
    display: none;
}



body.list_rpk #okiniiriFloatBtn,
body.list_rof #okiniiriFloatBtn,
body.list_rsh #okiniiriFloatBtn,
body.list_rot #okiniiriFloatBtn {
    display: none;
}

/* staranimation */
.listBox .true {
      animation: inout 1s;
      animation-iteration-count: 1;
      -webkit-animation: inout 1s;
      -webkit-animation-iteration-count: 1;
    }

@keyframes inout {
  0% {
    opacity: 1;
    transform-origin: 0 200%;
    transform: scale(1, 1) rotate(0deg);
  }

  100% {
    opacity: 0;
    transform-origin: -200% 500%;
    transform: scale(0, 0) rotate(-180deg);
  }

}
@-webkit-keyframes inout {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0 200%;
    -webkit-transform: scale(1, 1) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform-origin: -200% 500%;
    -webkit-transform: scale(0, 0) rotate(-180deg);
  }
}

div.listBox div.box div.boxTtl div.clipdelete {
    color: #FFFFFF;
    text-align:center;
    vertical-align: middle;
    line-height: 1.1;
    position:absolute;
    top:5px;
    right:0;
}
div.listBox div.box div.boxTtl div.clipdelete span {
    background: #C7B299 url(/smp/images/img_okiniiri.png) -119px -130px no-repeat;
    display: block;
	width: 25px;
	height: 25px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    margin-left:5px;
    margin-top:-5.5px;
	font-weight: bold;
}

div.listBox div.box div.boxAtt{
	margin: 4px 10px;
	margin-bottom: 6px;
	padding: 2px 10px;
	border: 1px solid #F8661F;
	background-color: #FFF59E;
}

div.listBox div.box div.boxAtt p{
	font-size: 10px;
	color: #F8661F;
	text-align: center;
}

div.listBox div.box div.boxAtt p .tlAtt{
	margin-right: 4px;
}


div.listBox div.box div.img {
    float: left;
    width: 100px;
}
div.listBox div.box div.img figure {}
div.listBox div.box div.img figure img {}
#rent div.listBox div.box div.img figure figcaption {
    background: #e9e9e9;
    border: none;
    color: #00a99d;
    margin: 3px 10px;
    font-size: 11px;
    padding:3px 0;
    width: auto;
}

#rent div.listBox div.box div.img figure .pcounts{
	color: #808080;
	font-size: 10px;
}

div.listBox div.box div.txt {
    overflow: hidden;
    margin-right:10px;
}

div.listBox div.box div.txt ul.spec {
	position: relative;
}

div.listBox div.box div.txt ul.spec .favComp {
	color: #4D4D4D;
	background-color: #F4EFE4;
	border: solid 1px #EFE8DC;
	font-size: 8px;
	font-weight: normal;
	display: inline;
	padding: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	top: 0;
	right: 0;
}

div.listBox div.box div.txt ul.spec .favComp .iconFavStar{
	margin-top: -1px;
}


div.listBox div.box div.txt ul.spec .favComp .counter {
	font-size: 11px;
	font-weight: bold;
}

div.listBox div.box div.txt ul.spec li.price {
	color: #f8661f;
	padding-right: 100px;
}
#rent div.listBox div.box div.txt ul.spec li.price span.number {
	color: #f8661f;
}
div.listBox div.box div.txt ul.spec li.price span {
	/*display:inline-block;*/
	display:block;
}
#rent div.listBox div.box div.txt ul.spec li.price span.number {
	display:inline-block;
}
div.listBox div.box div.txt ul.spec li.price span.info {
	font-weight: normal;
	font-size: 13px;
}

.resultBuy div.listBox div.box div.txt ul.spec li.price p{
	font-size: 12px;
}
.resultBuy div.listBox div.box div.txt ul.spec li.price span.number {
	font-size: 16px;
}


div.listBox div.box div.txt ul.spec li.detail {
	font-weight: normal;
	font-size: 12px;
}
div.listBox div.box div.txt ul.spec li.detail p.shikirei{
    padding: 5px 0 10px;
    font-size: 11px;
}
div.listBox div.box div.txt ul.spec li.detail p .shiki,
div.listBox div.box div.txt ul.spec li.detail p .rei,
div.listBox div.box div.txt ul.spec li.detail p .ho,
div.listBox div.box div.txt ul.spec li.detail p .ken{
    background:#e9e9e9;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    padding: 1px 5px;
    margin: 0 3px 0 0;
    line-height: 1.1;
}

div.listBox div.box div.txt ul.spec li.detail p span {}
div.listBox div.box div.txt ul.spec li.detail div {
    margin: 0 0 5px;
}
div.listBox div.box div.txt ul.spec li.detail div span {}

div.listBox div.box div.txt ul.spec div.address {
    /*font-size: 1em;*/
    font-size: 12px;
    font-weight:normal;
    margin: 0 0 5px;
}
div.listBox div.box div.txt ul.spec div.address .icon{
    background:url(/smp/images/img_okiniiri.png) -134px -117px no-repeat;
    width: 7px;
    height: 14px;
    margin-right:5px;
    display: inline-block;
    vertical-align: middle;
}

div.listBox div.box p.more {
    background:#fee6d7;
    color:#f8661f;
    text-align: center;
    padding: 10px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    font-size: 12px;
}
div.listBox div.box p.logo {
    text-align: center;
    margin: 0;
    padding:0;
}
div.listBox div.box p.logo img {}

#rent .listBox .box.focus{
    background:#fffaeb;
}
div.listBox div.box .count{
	/*border:1px solid #E6E6E6;*/
	background: #FFFFFF;
	/*padding: 10px;
	margin: 10px;*/
	text-align: right;
	color: #999999;
	padding: 4px 10px 0 0;
	font-size: 10px;
}
div.listBox div.box .count .num{
    /*color:#f8661f;*/
}

div.rentTopBtn{
	padding-top:8px;
}


/*
--------------------------------------------------------------------
    お気に入り機能
--------------------------------------------------------------------
*/

/* timeLimitedAttention */
.timeLimitedAttention{
	margin: 10px;
	margin-top: 0;
	padding: 10px;
	border: 1px solid #F8661F;
	background-color: #FFF59E;
}

.timeLimitedAttention p{
	font-size: 12px;
	color: #F8661F;
	text-indent: -20px;
	padding-left: 20px;
}

.timeLimitedAttention p .tlAtt{
	margin-top: -2px;
	margin-right: 4px;
}

/* clipNote */
.clipNote{
	border: 1px solid #E6E6E6;
	color: #979797;
	margin: 10px;
	padding: 10px;
	text-align: center;
}

.clipNote.favoriteType{
	padding:5px;
	font-size:11px;
}

.favoriteNote{
	border-top:1px solid #f4f2d4;
	padding-bottom: 10px;
}

.favoriteNote a{
	display:block;
	padding:10px;
	background:#fffcc7;
	font-size:12px;
	position:relative;
}

.favoriteNote a:after {
	display:block;
	content:"";
	background:url(../images/sprite_favorite.png) 0 0 no-repeat;
	background-size:230px auto;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-6.5px;
	width:10px;
	height:13px;
}

.favoriteNote a em{
	color:#f00;
	font-weight:bold;
	display:inline-block;
	padding-right:1em;
}

.rcmdQuery{
	background-color: #FFF1E9;
	border: 1px solid #F9E4D9;
	margin: 10px;
	margin-top: 0;
}

.rcmdQuery a{
	padding: 8px 10px;
	display: block;
}

.rcmdQuery .inner{
	display: block;
	position: relative;
	padding-right: 10px;
}

.rcmdQuery .inner .rcmdTtl{
	display: block;
	color: #F8661F;
	font-size: 11px;

}

.rcmdQuery .inner .specTtl{
	display: block;
	font-size: 13px;
}

.rcmdQuery .inner .specDtl{
	display: block;
	font-size: 9px;
}

.rcmdQuery .inner .specDtl span{
	float: left;
}

.rcmdQuery .inner .specDtl .counter{
	color: #666;
	float: right;
	padding-right: 10px;
}

.rcmdQuery .inner .rcmdArrow{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
}


.clipDetail{
    border: 1px solid #F8661F;
    background:#FFF49D;
    color: #F8661F;
    margin: 10px;
    padding:10px;
    display: block;
}

.clipDetail span.icon{
    background:url(/smp/images/img_okiniiri.png) -116px -87px no-repeat;
    height: 25px;
    width: 25px;
    display: block;
    vertical-align: middle;
    float:left;
}
.clipDetail span.text{
    display: block;
    vertical-align: middle;
    padding-left:30px;
}

.clip0{
    text-align:center;
    margin:10px auto;
    width: 320px;
}

.adddate{
    padding:5px 10px;
    background: #CCCCCC;
    color: #FFFFFF;
}

.listNext{
    margin: 10px;
    background:#FBB03B;
    text-align: center;
    color: #FFFFFF;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius: 3px;
}
.listNext p{
    padding: 10px;
}

.pageback{
    text-align:center;
    border-top: 1px solid #cccccc;
}

.pageback p{
    padding:16px 31px 15px 7px;
    line-height:1.2;
    background:-moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9));
    background:-webkit-linear-gradient(top, #ffffff 0%,#e9e9e9 100%);
    background:linear-gradient(top, #ffffff 0%,#e9e9e9 100%);
    font-weight:bold;
}

#detailInfo{
    width:100%;
    background:#000000;
    color:#ffffff;
    position: fixed;
    bottom:0;
    right:0;
    z-index:9999;
    padding:10px;
    box-sizing:border-box;
}

#detailInfo .detailNote{
    float:left;
}

#detailInfo .revocation{
    float:right;
    text-decoration:underline;
}

/*
--------------------------------------------------------------------
    エラーメッセージ
--------------------------------------------------------------------
*/
.section .errorMsg{
	text-align:center;
	padding:30px 10px;
	min-height:10vh;
	font-size:16px;
	color:#808080;
	font-weight:bold;
}

/*
--------------------------------------------------------------------
    お気に入りリスト共有：ポップアップ
--------------------------------------------------------------------
*/

.popFavorite {
	z-index:9999;
}
.popFavorite .popContentInner {
	padding:0;
	border-radius:0;
	min-width:270px;
}
.popFavorite .popContentInner p {
	margin:0
}
.popFavorite .popContentInner .popFavoriteTtl {
	background:#999;
	color:#fff;
	padding:5px 20px;
	font-size:16px;
	font-weight:bold;
}

.popFavorite .popContentInner .popFavoriteInner {
	padding:20px;
}
.popFavorite .popContentInner .btnList li {
	margin-bottom:10px;
}
.popFavorite .popContentInner .btnList li:last-child {
	margin-bottom:0;
}
.popFavorite .popContentInner .btnList a {
	margin:0 auto;
}
.popFavorite .popContentInner .popNote {
	padding:8px 0 0;
	font-size:10px;
	color:#666;
	line-height:1.4;
}
.popFavorite .popContentInner .popNote span{
	display: block;
}
.popFavorite .popContentInner .popNote .att{
	color:#ED1C24;
}

.popFavorite .popContentInner .iconClose {
	position:absolute;
	top:-10px;
	right:-10px;
}

/*
--------------------------------------------------------------------
    優先枠
--------------------------------------------------------------------
*/

div.priority {
    border-bottom:1px solid #cbcbcb;
    margin:0 0 5px;
}
div.priority div.history {
    background:#ffcc99;
    padding:8px;
}
.priority .history p{
	position:relative;
	left:25px;
}
.priority .history p::before{
	content:"";
	width:15px;
	height:15px;
	background:url(/smp/images/img_priority.png ) 0 0 no-repeat;
	background-size:15px auto;
	position:absolute;
	left:-20px;
	top:3px;
	font-weight:bold;
}

div.priority div.title {
    background:#fffaf0;
    border-bottom:3px double #ffcc99;
    margin-bottom:1px;
}
div.priority div.title div.clearfix {  }
div.priority div.title div.clearfix .status{
    float:left;
    border:none;
}
div.priority div.title div.clearfix .status p.location {
    display:inline-block;
    padding:13px 15px;
}
div.priority div.title div.clearfix .status p.number {
    display:inline-block;
    padding:13px 15px 13px 0;
    color:#808080;
}
div.priority div.title div.research {
        float:right;
        margin:12px 0 0;
}
div.priority div.title div.research p {
    border:1px solid #cccccc;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
	position:relative;
    padding: 2px 13px 2px 25px;
    margin: 0 5px 5px 5px;
    background:-moz-linear-gradient(top, #ffffff 60%,#efefef 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(60%,#ffffff), color-stop(100%,#efefef));
    background:-webkit-linear-gradient(top, #ffffff 60%, #efefef 100%);
    background:linear-gradient(top, #ffffff 60%, #efefef 100%);
}

div.priority div.title div.research p::before{
	content:"";
	width:15px;
	height:15px;
	background:url(/smp/images/img_priority.png ) 0 -15px no-repeat;
	background-size:15px auto;
	position:absolute;
	left:10px;
	top:2px;
}

div.priority ul.article {
    background:#fffaf0;
	display:table;
    padding:10px 0 ;
	width:100%;
	line-height:1.1;
}
div.priority ul.article li.box {
    color:#333333;
    text-align:center;
	display:table-cell;
	width:33%;
}
div.priority ul.article li.box a{
	display:block;
	padding:0 10px;
}
div.priority ul.article li.box div.img {  }
div.priority ul.article li.box div.img img {
    margin:0 0 5px;
}
div.priority ul.article li.box div.txt {}
div.priority ul.article li.box div.txt p.distance {
    font-weight:bold;
    font-size:16px;
}
div.priority ul.article li.box div.txt p.price {}
div.priority ul.article li.box div.txt p.price span.pricecolor {
    color:#f8661f;
}
div.priority ul.article li.box div.txt p.price span.pricecolor span.mun{
    font-weight:bold;
    font-size:16px;
}
div.priority ul.article li.box div.txt p.price span.s{
    font-size:10px;
}

div.priority ul.article li.box div.txt p.logo {
	margin:4px 0 0;
}

/* for resultBuy */
.resultBuy{
	margin-bottom: 20px;
	border-bottom: solid 1px #E2D9C5;
}

/* saveSrchPtn */
.btnSaveSrchPtn{
	background: #FBB03B;
	width: 260px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	margin: 0 auto;
	margin-bottom: 20px;
}

.btnSaveSrchPtn a{
	display: block;
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 10px 0;
}

.btnSaveSrchPtn a .iconClip{
	margin-top: -6px;
	position: relative;
	text-indent: 0;
}

.btnSaveSrchPtn a .iconClip .counter{
	background-color: #FF3B30;
	font-size: 6px;
	position: absolute;
	padding: 0 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	right: 4px;
	top: 4px;

}

.btnSaveSrchPtn a .condArrow{
	margin-left: 4px;
	margin-top: -2px;
}

.imgSaveSrchPtn{
	text-align: center;
	margin-bottom: 10px;
}

/*
 * savelist
 */

.lastSrchQuery{
	background-color: #FFF1E9;
	border: 1px solid #F9E4D9;
	margin: 10px;
	margin-top: 0;
}

.lastSrchQuery a{
	padding: 8px 10px;
	display: block;
}

.lastSrchQuery .inner{
	display: block;
	position: relative;
	padding-right: 10px;
}

.lastSrchQuery .inner .lastSrchTtl{
	display: block;
	color: #F8661F;
	font-size: 11px;

}

.lastSrchQuery .inner .specTtl{
	display: block;
	font-size: 13px;
}

.lastSrchQuery .inner .specTtl span{
	float: left;
}

.lastSrchQuery .inner .specTtl .counter{
	color: #666;
	float: right;
	padding-right: 10px;
	padding-top: 5px;
	font-size: 9px;
}

.lastSrchQuery .inner .rcmdArrow{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
}

.lastSrchQuery .inner .specDtl {
    display: block;
    font-size: 9px;
}
.lastSrchQuery .inner .specDtl span {
    float: left;
}

.savelistBox .box{

}

.savelistBox .box > a{
	display: block;
	padding: 10px 10px 8px 10px;
	/*padding-bottom: 8px;*/
}

.savelistBox .box .inner{
	display: block;
	position: relative;
	padding-right: 20px;
}

.savelistBox .box .srchTtl{
	display: block;
	font-size: 13px;
}
.savelistBox .box .srchTtl span{
	font-size: 9px;
}

.savelistBox .box .specDtl span{
	float: left;
	font-size: 9px;
}

.savelistBox .box .specDtl .counter{
	float: right;
	color: #F8661F;
}

.savelistBox .box .delCond{
	display: block;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 8px;
}

.savelistBox .box .delCond .delCondBtn{
	background: #F2F2F2;
	color: #666666;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 8px;
	padding: 4px 6px;
  display: inline;
}

.savelistBox .box .delCond .delCondBtn .iconDelCond{
	margin-right: 2px;
	margin-top: -2px;
}
.savelistBox .box .rcmdArrow{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
}


/* saveFvrtPtn */
.btnSaveFvrtPtn{
	background: #FBB03B;
	width: 260px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	margin: 0 auto;
	margin-bottom: 20px;
}

.btnSaveFvrtPtn a{
	display: block;
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 10px 0;
}

.btnSaveFvrtPtn a .iconBigStar{
	margin-top: -6px;
	position: relative;
	text-indent: 0;
}

.btnSaveFvrtPtn a .iconBigStar .counter{
	background-color: #FF3B30;
	font-size: 6px;
	position: absolute;
	padding: 0 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	right: 4px;
	top: 4px;

}

.btnSaveFvrtPtn a .condArrow{
	margin-left: 4px;
	margin-top: -2px;
}

.imgSaveFvrtPtn{
	text-align: center;
	margin-bottom: 10px;
}

