@CHARSET "UTF-8";

/*==================
  検索条件画面
  ==================*/

h2{
	font-size:1.6em;
	color:#ff6c1b;
	margin:34px 0px 13px 0px;
}
h2:before{
	content:"";
	border-left:3px solid #ff6c1b;
	padding-right:5px;
}

.tenant h2{
	color:#337FD0;
}
.tenant h2:before{
	border-left:3px solid #337FD0;
}

/*==================
search title back
====================*/
.title-back{
	width:100%;
	height:300px;
	background-image: url("../images/search/search_top.png");
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: cover;
}
.title-back h2{
	display: inline-block;
	width:100%;
	height:70px;
	line-height:70px;
	margin:115px 0;
	color:white;
	text-align:center;
	background:rgba(0,0,0,0.3);
}
.title-back h2:before{
	border:0;
	padding:0;
}

.top-message{
	margin-top:13px;
}

.conditions {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

.conditions table { /* border: 0; */ /* border-collapse: collapse; */
	margin: 0;
	width: 100%;
	margin: 0;
	margin: 0;
	margin: 0;
	border-collapse: collapse;
}

.conditions table td,.conditions table th {
	border: 1px #bbb solid;
}

.conditions table td,.conditions table th,.conditions table tr {
	margin: 0;
}

.conditions caption {
	display:inline-block;
	padding:8px 8px;
	margin: 13px 0px;
	background:#888888;
	color:#ffffff;
}
.tenant .conditions caption{
	display:table-caption;
	padding:3px 0px;
	margin:5px 0px;
	color:#444444;
	background:transparent;
}
.tenant .conditions caption:before {
    content: "";
    border-left: 3px solid #337FD0;
    padding-right: 5px;
	color:#337FD0;
/*	border-color:#337FD0;*/
}
div.conditions table th {
	text-align: left;
   	font-size:1.1em;
   	color:#333;
	background-image: linear-gradient( -45deg, #fff 25%, rgba(255,0,31,0.1) 25%, rgba(255,0,31,0.1) 50%, #fff 50%, #fff 75%, rgba(255,0,31,0.1) 75%, rgba(255,0,31,0.1) );
	background-size: 5px 5px;
   	padding:13px 8px;
   	border: none;
   	border:1px solid #ff6c1b;
  }
.tenant div.conditions table th {
	border-color:#337FD0;
	background-image: linear-gradient( -45deg, #fff 25%, rgba(0,31,255,0.1) 25%, rgba(0,31,255,0.1) 50%, #fff 50%, #fff 75%, rgba(0,31,255,0.1) 75%, rgba(0,31,255,0.1) );
}

div.conditions table td{
   	overflow:hidden;
   	border: none;
   	border:1px solid #ff6c1b;
   	border-left:none;
   	color: #555;
   	padding:0.75em;
}
.tenant div.conditions table td{
	border-color:#337FD0;
}
.conditions .header-short {
	margin: 0px 2px;
}

div.conditions div.group-header {
	padding: 4px;
	background-image: url("/clicksearch/images/search/background_title4.png");
	border-bottom: #900 1px solid;
	/*background-color: red;*/
	color: #222;
}

.conditions .group-content div {
}

.conditions table th {
	padding: 0 20px;
	font-weight: bold;
}
.conditions table td div {
	padding: 2px;
}
div.children-container div {
	padding: 2px;
}
div.group-content div {
	padding: 3px;
}
.conditions .parent {
	border-bottom: dotted 1px #c0c0c0;
}

.conditions .children-container {
	border: dotted 1px #399851;
	background-image: url("images/bggkj07.gif");
	margin: 0.2em 1em 1em 1em;
}

.conditions .children-container .child {
	float: left;
	overflow: hidden;
	white-space: nowrap;
}

.conditions .children-container div {
	border-bottom: dotted 1px #eee;
}

div.conditions table tr td div select {
	font-size: 100%;
	margin: 0.2em;
  	padding:3px;
	color:#555;
	border:1px solid #888;
	height: auto;
}

div.children-container .clear {
	clear: both;
	height: 0;
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.clear {
	clear: both;
	height: 0;
	border: 0;
	margin: 0;
}

a.clear-conditions {
	background-image: url("images/Clear4.gif");
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 0px;
	padding-left: 69px;
	border: 0;
	padding-top: 1px;
	padding-bottom: 1px;
	white-space: nowrap;
	overflow: hidden;
}

a#search_reset1, a#search_reset2, a#search_reset3 {
    display: block;
    width: 120px; /* 画像1枚分の横幅 */
    height: 40px; /* 画像1枚分の高さ */
    text-decoration:none;
	color: #fff;
    background-image: url("/clicksearch/images/search/search_reset.png"); /* 画像ファイル名 */
    background-position: bottom; /* 背景画像の表示開始基準を右上に変更 */
 }
a#search_reset3{
	background-image: url("/clicksearch/images/search/search_reset1.png"); /* 画像ファイル名 */	
 }
a#search_reset1:hover, a#search_reset2:hover, a#search_reset3:hover {
    background-position: top; /* 背景画像の表示開始基準を右上に変更 */
 }
a#search_execute1, a#search_execute2, a#search_execute3 {
    display: block;
    width: 250px; /* 画像1枚分の横幅 */
    height: 40px; /* 画像1枚分の高さ */
    text-decoration:none;
		color: #fff;
    background-image: url("/clicksearch/images/search/search_execute.png"); /* 画像ファイル名 */
    background-position: bottom; /* 背景画像の表示開始基準を右上に変更 */
 }
 a#search_execute3 {
    background-image: url("/clicksearch/images/search/search_execute1.png"); /* 画像ファイル名 */
 }
a#search_execute1:hover, a#search_execute2:hover, a#search_execute3:hover {
    background-position: top; /* 背景画像の表示開始基準を右上に変更 */
 }

#search_float_board{
	position: fixed;
	left: 0em;
	bottom:0;
	width:100%;
	height:55px;
	line-height:55px;
	background:rgba(255,108,27,0.7);
	color:white;
	padding:8px 13px;
}
#search_float_board .contents{
	overflow:hidden;
	width:50%;
	min-width:960px;
	margin:auto;
}
#search_float_board .count_board{
	float:left;
	font-size:1.4em;
	width:13.2em;
}
.operations{
	padding:4px;
}

div.operations {
	margin: 2em auto;
	text-align: center;
}
div.operation_menu {
	margin: 2em auto;
	text-align: center;
}
div.operation_menu table {
	margin: 0 auto;
	text-align: left;
}
.conditionSearch td {
	text-align: left;
}

div.checkbox-group{
	overflow:hidden;
}
.checkbox-group > div {
   	position:relative;
	width: calc(20% - 4px);
	float: left;
	white-space: nowrap;
	margin: 0.25em 0;
	height:1.5em;
}

@media screen and (max-width: 1199px) {
   .checkbox-group > div{
   		width: calc(25% - 4px);
	} 
}
.area-group > div{
   	position:relative;
   	width: calc(50% - 4px);
	margin: 0.5em 0;
}
.form-base{
	margin:auto;
}
.form-base table{
	margin: 34px 0;
}

.submit-form{
	width:100%;
	height:55px;
   	text-align:center;
}
.whole .body .submit-form a, .submit-form a:visited, .submit-form a:focus{
   	font-size:1.6em;
   	font-weight:bold;
   	text-align:center;
   	padding:8px 55px;
   	background: white;
	color: #ff6c1b;
	text-decoration:none;
	box-shadow:0 2px 1px -1px #770202;
	border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius:8px;
}
.whole .body .submit-form a:hover, .submit-form a:active{
	color: white;
	text-decoration:none;
	background: #ff6c1b;
   	/*background:#F5635F;*/
}
.whole .body .tenant .submit-form a, .tenant .submit-form a:visited, .tenant .submit-form a:focus{
	color: white;
	background: #337FD0;
	box-shadow:0 2px 1px -1px  #1e5c9e;
}
.whole .body .tenant .submit-form a:hover, .tenant .submit-form a:active{
	color: white;
	background:#72B3E3;
}


/*==================
  検索結果画面
  ==================*/

/*ソート*/
.sort_list_box{
	overflow:hidden;
	width:880px;
}
.sort_list_box div {
	float: left;
	width: 172px;
	height:13px;
	font-size:13px;
	color:#333;
	text-align:center;
	padding: 8px 0;
	margin-left:5px;
	background-color:rgba(255,108,27,0.1)
}

.sort_list_box .sort_list a{
	text-decoration:none;
}
.sort_list_box .order{
	background-color:#e1f2fb;
	margin:0;
}
.sort_list_box .current{
	background-color:rgba(255,108,27,1.0);
	color:#ffffff;
}
.sort_list_box .other a:hover{
	color:#ff6c1b;
}
.tenant .sort_list_box {
	width:100%;
}
.tenant .sort_list_box div{
	background-color:rgba(27,0,229,0.1)
}
.tenant .sort_list_box .current{
	background-color:rgba(27,0,229,1.0)
}
.tenant .sort_list_box .other a:hover{
	color:#337fd0;
}

/*サイドバーの条件*/
.widget .widget_title{
	background-color:#e1f2fb;
	text-align:center;
	height:1.2em;
	padding:13px 0;
}
.widget .widget_body dl dt{
	color:#5bb8e9;
	border-bottom:solid 1px #5bb8e9;
	padding:8px 0 0 0;
	margin-bottom:13px;
}

dd.text-base .checkbox-group{
	margin: 0.25em;
	width:calc(100% - 0.5em);
}
dd.text-base .checkbox-group > div{
	width:100%;
}
@media screen and (max-width: 959px) {
	dd.text-base .checkbox-group div{
		width: calc(25% - 4px);
	}
}

.image-btn {
	background:#005bac;
	color:#ffffff;
    border: 0px;
    width: 180px;
    height: 43px;
    cursor:pointer;
    font-size:15px;
   	box-shadow:0 2px 1px -1px  #1e5c9e;
   	border-radius: 21px;-moz-border-radius: 21px;-webkit-border-radius:21px;
}
.image-btn:hover{
	background-color:#72B3E3;
}

/*旧結果一覧テーブルもといテナント用*/

#results-menu {
  margin: 1em 0 1em 0;
}

#results-menu ul li {
  padding: 5px;
}

#results-menu ul li a {
  margin: 0 2px 0 2px;
}

table.index {
	width:100%;
	border-collapse:collapse;
}
table.index .font_size,
table.index th,
table.index td .child {
	font-size:90%;
}
table.index th.line_menu {
	padding: 2px;
	background-image: linear-gradient( -45deg, #fff 25%, rgba(0,31,255,0.1) 25%, rgba(0,31,255,0.1) 50%, #fff 50%, #fff 75%, rgba(0,31,255,0.1) 75%, rgba(0,31,255,0.1) );
	background-size: 5px 5px;
	border-bottom:#ccc 1px solid;
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
	/*background-color: red;*/
	color: #444;
	margin: 0 2px;
	text-align: center;
}
.tenant th.line_menu div{
	margin:3px 0;
}
.tenant th.line_menu .menu {
	overflow:hidden;
}
.tenant th.line_menu .menu > div{
	float:left;
	margin:3px 2px;
}
table.index th {
	padding: 3px;
	background-color:#ffffff;
	background-image: linear-gradient( -45deg, #fff 25%, rgba(0,31,255,0.1) 25%, rgba(0,31,255,0.1) 50%, #fff 50%, #fff 75%, rgba(0,31,255,0.1) 75%, rgba(0,31,255,0.1) );
	background-size: 5px 5px;
	border:#ccc 1px solid;
	color: #444;

	/*background-color: red;*/

	margin: 0 2px;
}
table.index td {
	padding:3px;
	border: solid 1px #ccc;
}
table.index td .child {
	overflow:hidden;
	padding:0 3px;
	min-width:14em;
}
.tenant table td .label{
	color:#0000ff;
}
table.index td .child .label{
	float: left;
	width:4.2em;
	color:#0000ff;
}
table.index td .child .numberValue{
	float: left;
	width:calc(100% - 4.5em);
	text-align:right;
}
span.thumbnails {
  padding: 2px;
  padding-left: 18px;
  background-image: url("images/photos.png");
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 18px;
}
.yui-skin-sam .yui-button button{
	padding:0 0.5em;
}
.tenantResults{
	overflow:hidden;
	width:100%;
}
div.resultBox {
	float: left;
	width: calc(25% - 28px);
	height: 343px;
	margin: 21px 13px;
	border: solid 1px #ccc;
	border-collapse: collapse;

}		
div.resultBox .title{
	width:calc(100% - 6px);
	height:34px;
	line-height:34px;
	background-image: linear-gradient( -45deg, #fff 25%, rgba(0,31,255,0.1) 25%, rgba(0,31,255,0.1) 50%, #fff 50%, #fff 75%, rgba(0,31,255,0.1) 75%, rgba(0,31,255,0.1) );
	background-size: 5px 5px;
	text-align: left;
	padding: 0 3px;
	border-bottom: solid 1px #ccc;
	font-weight: bold;
	white-space: nowrap;
}		
div.resultBox .child {
	overflow:hidden;
}
div.resultBox .child > span{
	float:left;
	padding:2px 3px;
	margin:3px;

}
div.resultBox .child span.label{
	background-color:#337fd0;
	color:#ffffff;
}
div.resultBox .child > div{
	float:left;
	padding:3px;
}

div.resultBox .image {
	overflow:hidden;
	width:calc(100% - 6px);	
	height: 90px;
	background-color: #fff;
	margin:3px 3px 13px 3px;
}
div.resultBox .image img{
	display:block;
	float:left;
	width:120px;
	max-width:120px;
	height:90px;
	max-height:90px;
	padding:0px 0px;
	object-fit: cover;
}
div.resultBox .image .room_layout{
	float:left;
	width:calc(100% - 130px);
	margin-left:3px;
	text-align:center;
}

div.resultBox .image .room_layout img{
	float:none;
	margin:auto;
	object-fit: contain;
}
div.resultBox .line_menu {
	color: #444;
	margin: 8px 0;
}

div.resultBox .bottom{
	margin:13px 8px;
}
div.resultBox .bottom > div{
	width:calc(50% - 16px);
	text-align:center;
}
div.resultBox .bottom a.detaillink, .tenant .line_menu a.detaillink{
	display:block;
	margin:0px;
	line-height:2em;
   	padding:0 13px;
	color: white;
	text-decoration:none;
	background-color:#0e76dc;
 	text-shadow: 0 0px 0px #1e5c9e;
	border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius:8px;
}

/*新結果表示*/

.rent_block{
	overflow:hidden;
	width:100%;
	min-width:740px;
	margin:55px 0;
}
.rent_block .title{
	overflow:hidden;
	line-height:100%;
	border-bottom: 1px solid rgba(255,108,27,1.0);
	color:#444;
	padding:2px 0;
	margin:3px 0px 13px 0px;
}
.rent_block .title span{
	font-size:21px;
	line-height:30px;
	margin: 0 8px;
}
.rent_block .title .status_row{
	float:right;
	overflow:hidden;
}
.rent_block .title .status_row .tag{
	float:right;
	margin:0 3px 0 0;
}
.rent_block .title .status_row .tag img{
	height:30px;
	object-fit: contain;
}
.rent_block .middle, .rent_block .under{
	overflow:hidden;
	width:100%;
	margin:0px;
}

.rent_block .middle .image_row{
	float:left;
	overflow:hidden;
	width:430px;
	height:185px;
}
.rent_block .middle .image_row .extrospection, .rent_block .middle .image_row .room_layout{
	float:left; width:245px;
}
.rent_block .middle .image_row .room_layout{
	width:185px;
}
.rent_block .middle .image_row .extrospection div, .rent_block .middle .image_row .room_layout a{
	display:block;
	text-align:center;
	max-width:240px;
	height:180px;
	max-height:180px;
}
.rent_block .middle .image_row .extrospection img, .rent_block .middle .image_row .room_layout img{
	width:240px;
	max-width:240px;
	height:180px;
	max-height:180px;
	padding:0px 0px;
	object-fit: cover;
}
.rent_block .middle .image_row .room_layout img{
	width:auto;
	max-width:180px;
	height:180px;
	max-height:180px;
	padding:0px 0px;
	object-fit: contain;
}
.rent_block .middle .data_row{
	position:relative;
	margin-left:8px;
	float:left;
	overflow:hidden;
	width:440px;
	height:185px;
	font-size:13px;	
}
.data_row .row{
	float:left;
	height:34px;
	width:50%;
	margin-bottom:3px;
}
.data_row .strong_row{
	height:34px;
	width:100%;
	padding:3px 0;
	margin-bottom:13px;
	border-bottom:3px solid #dcdcdc;
}
.data_row .strong_row .row_cont{
	display:inline-block;
	vertical-align:bottom;
	line-height:34px;
}
.data_row .row span{
	margin: 3px 5px 3px 0px;
}
.data_row .row span.cont_title{
	margin-right:3px;
	padding: 0px 3px;
	background-color:#e1f2fb;
}
.data_row .row .strong_cont{
	font-weight:bold;
	color:red;
}
.data_row .row .amount{
	font-size:34px;
}
.rent_block .middle .data_row .vr_tag{
	position: absolute;
	width:40px;
	height:40px;
	bottom:5px;
	right:0px;
	line-height:20px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	text-shadow:none;
	padding:3px;
	background:#00A8FF;
	color:#ffffff;
	border: 1px solid #00A8FF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
}
.rent_block .under{
	height:55px;
}
.whole .body .rent_block .under a, .whole .body .rent_block .under a:visited, .whole .body .rent_block .under a:focus{
	float:right;
	width: calc((100% - 16px) / 3);
	font-size:1.2em;
   	font-weight:bold;
   	text-align:center;
   	line-height:1em;
   	margin-left:8px;
   	padding:8px 0;
   	background: #ff6c1b;
	color: white;
	text-decoration:none;
	text-shadow: 0 0px 0px #772e02;

}
.whole .body .rent_block .under a:hover, .whole .body .rent_block .under a:active{
	color: white;
	text-decoration:none;
   	background:#f59e5f;
}

.whole .body .rent_block .under a.fav, .whole .body .rent_block .under a.fav:visited, .whole .body .rent_block .under a.fav:focus{
	margin:0px;
	background-color:#0e76dc;
	color: white;
 	text-shadow: 0 0px 0px #1e5c9e;
}

.whole .body .rent_block .under a.fav:hover, .whole .body .rent_block .under a.fav:active{
	color: white;
	text-decoration:none;
   	background-color:#72B3E3;
}

.whole .body .rent_block .under a.tel, .whole .body .rent_block .under a.tel:visited, .whole .body .rent_block .under a.tel:focus{
	color: white;
	background-color:#00aa00;
 	text-shadow: 0 0px 0px #017701;
}
.whole .body .rent_block .under a.tel:hover, .whole .body .rent_block .under a.tel:active{
	color: white;
	text-decoration:none;
   	background-color:#3ccc3c;
}

/*1200pxは大きすぎたので調整用*/
@media screen and (max-width: 1199px) {
	.sort_list_box{
		width:100%;
		min-width:740px;
	}
	.tenant .sort_list_box{
		min-width:760px;
	}
	.sort_list_box div {
		width:19%;
		margin-left:1%;
	}
	.rent_block .title span{
		line-height:24px;
	}
	.rent_block .title .status_row .tag img{
		height:24px;
	}
	.rent_block .middle .data_row{
		width:calc(100% - 440px);
		min-width:280px;
	}
	.data_row .row{
		width:100%;
		height:21px;
		font-size:95%;
	}
	.data_row .strong_row{
		height:55px;
		margin-bottom:3px;
	}
	.data_row .strong_row .row_cont{
		width:100%;
		line-height:24px;
	}
	table.index{
		width:100%;
		margin:auto;
		font-size:85%;
	}
	div.resultBox {
		width:calc((100% - 84px) / 3);
	}

}

@media screen and (max-width: 959px){
	.title-back{
		width:100%;
		height:200px;
	}
	.title-back h2{
		width:100%;
		height:48px;
		line-height:48px;
		margin:76px 0;
	}
	.top-message{
		margin-top:5px;
	}
	.conditions caption {
		padding:5px 5px;
		margin: 8px 0px;
	}

	.rent_block .under{
		height:34px;
	}
	table.index{
		min-width:760px;
	}
	table.index td .child .label{
		width:5.6em;
	}
	table.index td .child {
		min-width:16em;
	}
	div.resultBox {
		width:calc((100% - 24px) / 3);
		height:290px;
		margin:3px;
	}
	#search_float_board{
		height:34px;
		line-height:34px;
	}
	#search_float_board .contents{
		min-width: 640px;
	}#search_float_board .count_board{
		width:13.7em;
	}
}

