@charset "UTF-8";

/* global.css上書き */
#header #globalNavi{
	height: 30px;
}
#header .subSection{
	clear: none;
	float: right;
	margin-top:0;
	padding: 10px 0 5px;
}
#header .subSection ul#headerNavi li.favorite a > span {
  padding-left: 32px;
  background-position: 8px 4px;
	transition:padding 0.4s ease,background-position 0.4s ease;
}
#header .subSection ul#headerNavi li.favorite.active a > span{
	padding-left: 38px;
	background-position: 0 4px;
	transition:padding 0.4s ease,background-position 0.4s ease;
}
#header .subSection ul#headerNavi li.favorite .count{
	display: none;
	left: 28px;
}
#header .subSection ul#headerNavi li.favorite.active .count {
	display: block;
	left: 22px;
}
#header .subSection ul#headerNavi li.searchRecently{
	width: 124px;
}
#header .subSection ul#headerNavi li.searchRecently a {
  width: 112px;
}
#header .subSection ul#headerNavi li.searchRecently a > span {
  padding-left: 32px;
	transition:padding 0.1s ease,background-position 0.1s ease;
}
#header .subSection ul#headerNavi li.searchRecently.active a > span{
	padding-left: 38px;
	background-position: 0 3px;
	transition:padding 0.1s ease,background-position 0.1s ease;
}
#header .subSection ul#headerNavi li.searchRecently .count{
	display: none;
}
#header .subSection ul#headerNavi li.searchRecently.active .count {
	display: block;
	left: 21px;
}
#header .subSection ul#headerNavi li.history{
	width: 108px;
}
#header .subSection ul#headerNavi li.history a{
	width: 96px;
}
/* 閲覧履歴 */
#historyWrap{
	display: none;
	position: absolute;;
	top: 90px;
	width:960px;
	padding: 15px 30px 10px 30px;
	background: #fff;
	border:1px solid #4e4435;
	border-top:12px solid #4e4435;
	text-align: left;
	box-sizing: border-box;
	z-index:630;
}
#historyWrap::before{
	position: absolute;
	right: 29px;
	top: -20px;
	content: "";
	width:0px;
	height:0px;
	border: 8px solid transparent;
	border-bottom: 12px solid #fff;
	transition:right 0.2s ease;
}
#historyWrap.typeFix{
	position: fixed;
	top: 90px;
}
/* お知らせが出ている時 */
#holidayClsNtc + #globalHeader + #container > #historyWrap.typeFix{
	top:120px;
	transition:top 0.2s ease;
}
#holidayClsNtc + #globalHeader + #container > #historyWrap.typeFix.fixed{
	top:90px;
	transition:top 0.2s ease;
}
#historyWrap.typeFix::before{
	right: 28px;
	transition:right 0.2s ease;
}
#historyWrap h3{
	font-size:18px;
	border-bottom:2px solid #333;
}
#historyWrap .estateHistoryWrap{
	float:left;
	width: 330px;
	font-size:12px;
}
#historyWrap .estateHistoryWrap > p{
	margin-top:10px;
}
#historyWrap .estateHistoryWrap li{
	padding:10px 0;
	border-bottom:1px dashed #ccc;
}
#historyWrap .estateHistoryWrap .thumbnail{
	display: inline-block;
	height:auto;
	margin-right:10px;
	border:1px solid #999;;
	vertical-align: top;
}
#historyWrap .estateHistoryWrap .thumbnail a{
	display: block;
	width: 80px;
	height: 80px;
	background:no-repeat 0 0/cover;
}
#historyWrap .estateHistoryWrap .detail{
	display: inline-block;
	width: 232px;
}
#historyWrap .estateHistoryWrap .detail p{
	margin-bottom:2px;
}
#historyWrap .estateHistoryWrap .detail p span.price{
	font-size: 150%;
  margin-right: 2px;
  color: #FF4949;
}
#historyWrap .estateHistoryWrap .allHistoryLink{
	margin-top:4px;
	text-align: right;
}
#historyWrap .searchHistoryWrap{
	float:right;
	width: 530px;
	font-size:12px;
	overflow: hidden;
}
#historyWrap .searchHistoryWrap h3 + p{
	margin-top:10px;
}
#historyWrap .searchHistoryWrap li{
	position:relative;
	padding: 10px 0;
	border-bottom:1px dashed #999;
	overflow: hidden;
}
#historyWrap .searchHistoryWrap form:nth-of-type(3) li{
	border-bottom:none;
}
#historyWrap .searchHistoryWrap .left{
	float:left;
	width: 450px;
}
#historyWrap .searchHistoryWrap .saveMsg{
	display: none;
	position:absolute;
	left: 116px;
	width:240px;
	margin-bottom:0;
	padding: 16px 22px;
	background: rgba(0,0,0,75);
	border-radius: 5px;
	color:#fff;
	text-align: center;
	font-size:16px;
	z-index:630;
}
#historyWrap .searchHistoryWrap dl{
	display: inline-block;
	margin: 0 6px 6px 0;
}
#historyWrap .searchHistoryWrap dt{
	display: inline;
	margin:0 6px 0 0;
	padding: 2px 4px;
	background:#eee;
}
#historyWrap .searchHistoryWrap dd{
	display: inline;
	padding: 2px 0;
	line-height: 20px;
}
#historyWrap .searchHistoryWrap dd .more{
	color: #1f7aee;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}
#historyWrap .searchHistoryWrap dd .moreItem {
  display: none;
}
#historyWrap .searchHistoryWrap .right{
	float:right;
	width:60px;
}
#historyWrap .searchHistoryWrap .right .ui-btn-common{
	margin-bottom:6px;
	padding:6px 0;
}
#historyWrap .searchHistoryWrap .right .ui-btn-submit{
	padding:6px 0;
}
#historyWrap .closeBtn{
	position: absolute;
	top: 10px;
	right:30px;
	width: 80px;
  padding: 3px 0;
	background: #eee;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
}
#historyWrap .closeBtn:hover{
	background: #ccc;
}
/* 再訪門時に前回検索した条件を */
#historyWrap .lastTimeMessage{
	display: none;
}
#historyWrap.lastTimeSearch{
	border: 1px solid #ff9300;
  border-top: 12px solid #ff9300;
}
#historyWrap.lastTimeSearch .searchHistoryWrap form:first-of-type{
	display: none;
}
#historyWrap.lastTimeSearch .lastTimeMessage{
	display: block;
	height:64px;
	margin-bottom:10px;
	padding-left:106px;
	background: url(/images/common/lastTimeCaution.png) no-repeat left center;
}
#historyWrap .lastTimeMessage .balloon{
	position: relative;
	display: inline-block;
	padding:12px 20px 8px;
	background: #fff;
	border:2px solid #ff9300;
	border-radius: 10px;
	font-size:24px;
	font-weight: bold;
	color:#ff9300;
}
#historyWrap .lastTimeMessage .balloon:before,
#historyWrap .lastTimeMessage .balloon:after{
	content: '';
	width: 0;
	height: 0;
	position: absolute;
}
#historyWrap .lastTimeMessage .balloon:before{
	top: 18px;
	left: -30px;
	border: 10px solid transparent;
	border-right: 18px solid #ff9300;
}
#historyWrap .lastTimeMessage .balloon:after{
	top: 18px;
	left: -26px;
	border: 10px solid transparent;
	border-right:18px solid #fff;
}
#historyWrap .lastViewCheck{
	position: absolute;
	top: 38px;
	right: 134px;
	height:20px;
	background: url(/images/common/selectCheck.png) no-repeat 0px 0px;
  background-size: 20px;
}
#historyWrap .lastViewCheck.checked{
	background-image: url(/images/common/selectChecked.png)
}
#historyWrap .lastViewCheck input{
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"; /*IE8*/
	width:20px;
	height: 20px;
}
#historyWrap .lastViewCheck span{
	vertical-align: top;
}
#historyWrap.lastTimeSearch .closeBtn{
	top: 34px;
}
#header .subSection ul#headerNavi li a.open {
  background-color: #fffbd8;
}
#saveCondition-fade,
#favorite-fade{
	z-index:620;
	top:-10px;
}
.balloonAlert{
	display: none;
	position: absolute;
	font-size: 14px;
}
#favorite-fade.balloonAlert{
	margin-left: 634px;
	top:0;
	width:280px;
}
#favorite-fade.balloonAlert.fixed{
	margin-left: 634px;
	top:100px;
	position: fixed;
}
#saveCondition-fade.balloonAlert{
	width:280px;
	margin-left: 712px;
	top:0;
}
#saveCondition-fade.balloonAlert.fixed{
	position: fixed;
	margin-left: 712px;
	top:100px;
}
.arrow_box {
	display: block;
	position: relative;
	background: rgba(0, 0, 0, 0.75);
	padding:10px 15px;
	text-align: center;
	border-radius: 5px;
	color:#fff;
	white-space: nowrap;
	font-weight: bold;
	z-index: 1;
}
.arrow_box:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000;
	border-width: 8px;
	margin-left: -8px;
	opacity: 0.75;
}
#favorite-fade.balloonAlert .icon{
	background: url(/images/utility/svg/heart.png) no-repeat left center/18px;
	background: url(/images/utility/svg/heart.svg) no-repeat left center/18px;
	padding-left:25px;
	display:block;
	width:171px;
	margin:0 auto;
}
#saveCondition-fade.balloonAlert .icon{
	background: url(/images/utility/svg/icon_save_white.png) no-repeat left 0/18px;
	background: url(/images/utility/svg/icon_save_white.svg) no-repeat left 0/18px;
	padding-left:25px;
	display:block;
	width:185px;
	margin:0 auto;
}
.balloonAlert .number{
	display: block;
	font-size:12px;
	margin-top:3px;
	color:#fff;
}
h1.contentTitle{
	margin:0 0 10px 0;
	padding:8px 20px 10px 20px;
	background:url(/images/utility/contents/h2_tit.png)  repeat-x bottom;
	line-height:1.3;
	color:#333;
	font-size:150%;
	text-shadow: #ccc 1px 1px 0px;
	border-top:solid 3px #936F0E;
	border-left:solid 1px #DCD7CA;
	border-right:solid 1px #DCD7CA;
	border-bottom:solid 1px #DCD7CA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 2px 0 #d6d6d6;
	-moz-box-shadow: 0 0 2px 0 #d6d6d6;
	box-shadow: 0 0 2px 0 #d6d6d6;
}
h2.box-title {
	clear:both;
	width:100%;
	margin-bottom:8px;
	padding-top:2px;
    border-bottom: 5px solid #9d9177;
    font-size: 20px;
    line-height: 1;
	text-shadow: 1px 1px 0 #C7C7C7;
}
h2.box-title span {
    border-bottom: 5px solid #382c1c;
    display: inline-block;
    margin-bottom: -5px;
	padding:0 30px 5px 0;
}
h2.box-title span.titleNote {
	margin-left: 10px;
	padding: 0;
	border-bottom: medium none;
	font-size: 64%;
	font-weight: normal;
}
.leadBox {
	font-size:13px;
}

/* socialButton(記事ページのみ) */
#article #socialButton {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}
#article #socialButton .shareButton {
	float:left;
	margin-left:5px;
}

/* 人気ランキング見出し */
.rankingBox h2,
.rankingBox h3 {
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 1.2;
	background: url(/images/common/ico_ranking.png) no-repeat left -10px;
	padding: 2px 0 2px 40px;
}
/* 人気ランキング（テーブル形式）用 */
.ranking_table {
	width:100%;
	font-size:85%;
	border-color:#ffd800;
}
.ranking_table tr.rank th, .ranking_table tr.rank td {
	border-bottom:1px #f3de4d dotted;
}
.ranking_table tr.quote th, .ranking_table tr.quote td {
	background:url(/images/pref/bg_ranking_price.png) repeat-x;
}
.ranking_table tr th, .ranking_table tr td {
	border:none;
	text-align:center;
	padding:8px 5px 5px;
}
.ranking_table tr th {
	width:55px;
	background:#fffdd9;
}
.ranking_table tr.rank th, .ranking_table tr.rank td {
	padding:2px 5px 0;
	font-weight:bold;
}
.ranking_table tr.rank td {
	min-width:46px;
	background-color:#fffee6;
}
.ranking_table tr.rank td.rank01 {
	font-size:108%;
	color:#d3a900;
}
.ranking_table tr.rank td.rank02 {
	font-size:108%;
	color:#7b7b7b;
}
.ranking_table tr.rank td.rank03 {
	font-size:108%;
	color:#c45300;
}
.ranking_table tr.station td.rank01, .ranking_table tr.station td.rank02, .ranking_table tr.station td.rank03 {
	font-weight:bold;
}
.ranking_table tr.quote th {
	padding:5px;
	background:url(/images/pref/bg_ranking_price_th.png) repeat-x top;
}
.ranking_table tr.quote th, .ranking_table tr.quote td {
	font-size:83%;
	vertical-align:middle;
}


/* //////////////////////////////////////////////////
[右サイド]
////////////////////////////////////////////////// */
/* 最近見た物件 */
#historyEstate.sideEstateBox .box h4 {
	background:url(/images/common/ico_history_estate.png) no-repeat left center;
	margin-top:-2px;
	padding:5px 0 8px 42px;
}

/* 新着お知らせ枠 */
#updateInfo h4 {
    background: url("/images/utility/contents/ico_new.png") no-repeat;
    margin-top: -2px;
    padding: 5px 0 8px 38px;
}
#updateInfo .box ul li {
    border-bottom:1px #cccccc dotted;
}
#updateInfo li a {
    display:block;
    height:28px;
    background:url('/images/utility/contents/arrow01.png') no-repeat;
    padding:0 0 0 15px;
    line-height:1.2;
}
#updateInfo li a img {
    float:left;
    height:35px;
    margin:0 5px 0 0;
}
#updateInfo {
	overflow:hidden;
}
#updateInfo li {
    border-bottom: 1px dotted #cccccc;
    clear: both;
    margin-bottom: 5px;
    overflow: hidden;
    padding-bottom: 5px;
}
#updateInfo p {
	float:right;
	padding:0px 0 0 0;
	margin:0;
}
#updateInfo p a {
    display:block;
	margin:0;
    background:url('/images/utility/contents/arrow01.png') no-repeat;
    padding:0 0 0 15px;
}

/* お役立ち情報(関連サービスと同じコード) */
#infoBox h3 {
	background: url(/images/utility/contents/tit_service_right.png) no-repeat right top;
	height:36px;
	position:relative;
}

#infoBox.sideBox h3 img {
	margin:0;
	padding:0;
	position:absolute;
}

#infoBox ul li {
	clear:both;
	width:282px;
	border-bottom:1px #bababa dotted;
	margin-bottom:5px;
	padding-bottom:5px;
	font-size:85%;
	overflow:hidden;
}
#infoBox ul li.last {
	border-bottom:none;
	margin-bottom:0;
}
#infoBox ul li .image {
	display:block;
	float:left;
	margin-right:15px;
}
#infoBox ul li .image img {
	border: solid 1px #ccc;
	-webkit-box-shadow: 0 0 3px 0 #e0e0e0;
	-moz-box-shadow: 0 0 3px 0 #e0e0e0;
	box-shadow: 0 0 3px 0 #e0e0e0;
}
#infoBox ul li p {
	margin-bottom:0.2em;
	overflow:hidden;
}
/*検索条件履歴*/
#lastSearch  h2 {
    background: url("/images/utility/contents/icon_lastsearch.png") no-repeat scroll 0 0;
    margin-top: -2px;
    padding:7px 0 7px 35px;
}

#lastSearch p.modest_color {
	margin:0;

}

/*スマフォ用*/
#smartphone {
    background-color: #CDCDCD;
    margin: 0;
    padding: 0;
    width: 100%;
}
#smartphone a {
    display: block;
    padding: 15px;
    text-align: center;
}

/*高さが取得できないとき用*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-table; }

/*チェックボックス*/

ul.typeCheckBox li {
	background: url(/images/common/selectCheck.png) no-repeat 0px 6px;
	background-size: 20px;
	padding-top: 1px;
	line-height:25px;
}
ul.typeCheckBox li.checked {
	background: url(/images/common/selectChecked.png) no-repeat 0px 6px;
	background-size: 20px;
}
ul.typeCheckBox li.disabled {
	background: url(/images/common/selectCheck_disabled.png) no-repeat 0px 6px;
	background-size: 20px;
}
ul.typeCheckBox li input {
	opacity:0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	width:20px;
	height:20px;
	margin:0 4px 0 0;
	display: inline-block;
	float: left;
	margin-right: 8px;
}
ul.typeCheckBox li label:hover {
	color:#F97E06;
}
ul.typeCheckBox li.checked {
	color:#F97E06;
}
ul.radioBtn li {
	background: url(/images/common/radioCheck.png) no-repeat 0px 6px;
	background-size: 20px;
}
ul.radioBtn li.checked {
	background: url(/images/common/radioChecked.png) no-repeat 0px 6px;
	background-size: 20px;
}
/*カラーボックスのボーダー打ち消し*/
#cboxPrevious{
	border:none;
	outline:none;
}
#cboxNext{
	border:none;
	outline:none;
}
/* 賃貸のみ仕様 */
#header .subSection ul#headerNavi li.favorite.act a span{
	padding-left: 44px;
}
#header .subSection ul#headerNavi li.history a span{
	padding-left:30px;
	background-position:4px center;
}
#header .subSection ul#headerNavi li.history a span::before{
	content:"";
	position: absolute;
	top: 14px;
  right: 12px;
	border:4px solid transparent;
	border-top:6px solid #333;
}
.fixNavi ul#statusNavi li.favorite{
	border-left: solid 1px #847469;
	border-right:none;
}
.fixNavi ul#statusNavi li.history a span{
	left:12px;
}
.fixNavi ul#statusNavi li.history a span::before{
	content:"";
	position: absolute;
	top: 2px;
  right: -10px;
	border:4px solid transparent;
	border-top:6px solid #fff;
}
/* //////////////////////////////////////////////////
[spinner]
////////////////////////////////////////////////// */
@-moz-keyframes spinner-loader {
  0% {
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner-loader {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
@keyframes spinner-loader {
  0% {
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
.spinner-box{
	display: none;
	text-align: center;
	padding: 16px 0 11px;
	height: 600px;
}
/* :not(:required) hides this rule from IE9 and below */
.spinner-loader:not(:required) {
	-webkit-animation: spinner-loader 1500ms infinite linear;
	animation: spinner-loader 1500ms infinite linear;
	border-radius: 50px;
	box-shadow: rgba(255,106,48,1) 1.5em 0 0 0,rgba(255,106,48,1) 1.1em 1.1em 0 0,rgba(255,106,48,1) 0 1.5em 0 0,rgba(255,106,48,1) -1.1em 1.1em 0 0,rgba(255,106,48,1) -1.5em 0 0 0,rgba(255,106,48,1) -1.1em -1.1em 0 0,rgba(255,106,48,1) 0 -1.5em 0 0,rgba(255,106,48,1) 1.1em -1.1em 0 0;
	display: inline-block;
	font-size: 9px;
	width: 6px;
	height: 6px;
	margin: 1.5em;
	overflow: hidden;
	text-indent: 100%;
}
/* inform Link */
.noticeInformWrap{
    padding: 14px 0;
    margin-bottom: 20px;
    border: solid 3px #f1f1f1;
    text-align: center;
}
.noticeInformWrap span{
	padding-left:15px;
}
.noticeInformWrap a{
	font-weight:bold;
}
