@charset "UTF-8";
/* CSS Document */

#estate table{
	table-layout:fixed;
}

#estate{
}
#estate h1{
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	padding: 13px;
	margin: 0 0 10px;
	font-size: 18px;
}
#estate h2{
	padding: 10px;
}
#estate i{
	display: inline-block;
	margin-right: 0.5em;
}
#estate p{
	font-size: 14px;
	line-height: 1.6em;
}
#estate table{
	border-spacing: 0px;
	border-top: 1px solid #C2C2C2;
	border-left: 1px solid #C2C2C2;
}
#estate tr{
}
#estate th,
#estate td{
	border-bottom: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	padding: 3px;
}
#estate th{
	width: 7em;
	font-size: 11px;
	vertical-align: top;
	font-weight:normal;
	text-align:center;
	background-color:#ededed;
}
#estate td{
}
#estate strong{
	font-size: 13px;
	font-weight: bold;
	color: #C00;
}
#estate select{
	margin-right: 2em;
}
#estate text{
	padding: 8px;
}
#estate textarea{
	display: block;
	padding: 8px;
	margin-top: 5px;
	font-size: 13px;
	line-height: 1.4em;
}
#estate .submit{
	text-align: right;
	margin-top: 5px;
}
#estate .box{
	margin-bottom: 20px;
	border-bottom-width: 1px;
}
#estate .submit_bt{
	text-align: center;
	margin: 10px;
}
/*物件リスト*/
#estate_list{
}
#estate_list select{
	margin: 0px;
}
#estate_list .number{
	font-size: 20px;
	float: left;
}
#estate_list .pagination .quotes .number{
	font-size: 100%;
	float: none;
}
#estate_list a:link,
#estate_list a:hover,
#estate_list a:visited{
	color: #333;
}
#Contents #estate_list .css3btn{
	cursor:pointer;
	font-size:15px;
	color:#fff;
}
#estate_list .box{
	background-color: #FFF;
	font-size: 10px;
	line-height: 1.4em;
	position: relative;
	margin: 10px;
}
#estate_list .box a{
	padding:2%;
	display: block;
	border: 1px solid #C2C2C2;
	border-radius: 5px;
}
#estate_list .pr{
	background-color: #FFC;
}
#estate_list .est_name{
	font-size: 17px;
	line-height: 1.4em;
}
#estate_list .bookmark_bt{
	position: absolute;
	top: 10px;
	right: 5px;
}
#estate_list .description{
	font-size: 12px;
	line-height: 1.4em;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C2C2C2;
	margin-bottom: 5px;
}
#estate_list .img_thm img{
	float: left;
	width:30%;
	max-width:30%;
	border: 1px solid #C2C2C2;
}
#estate_list .rent{
	color: #F60;
	font-size: 12px;
}
#estate_list .normal{
	color: #333;
	font-size: 10px;
}
#estate_list .info{
	float: right;
	width: 67%;
}
#estate_list .estate_date{
	font-size:10px;
}
/*pagination*/
#estate_list .pagination {
	margin: 3px;
	text-align:center;
	padding-top: 20px;
	padding-bottom: 3px;
}

#estate_list .pagination a {
	margin: 2px;
	text-decoration: none; /* no underline */
	color: #000099;
	line-height: 1em;
	padding: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#estate_list .pagination a:hover,
#estate_list .digg a:active {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000;
}
#estate_list .pagination span.current {
	padding: 7px;
	margin: 2px;
	font-weight: bold;
	background-color: #C00;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#estate_list .pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}

/* トップページ用 */
#estate_list{
	overflow:hidden;
}
#estate_list #estate_feed{
	padding:.5% .5% 0;
}
#estate_list #estate_feed .box{
	float:left;
	/*width:31%;
	margin:1%;*/
	width:100%;
	margin:0;
}
#estate_list #estate_feed a{
	padding:0;
	overflow:hidden;
	margin:2%;
}
#estate_feed .inf{
	padding:1em;
}
#estate_feed .img_thm{
	border-bottom:1px solid #c2c2c2l
}
#estate_feed .img_thm img{
	width:100%;
	max-width:100%;
	float:none;
	margin:0;
	border:none;
	vertical-align:top;
}



/*物件詳細*/
#estate_detail{
	position: relative;
}
#estate_detail p{
	color: #333;
	line-height: 1.4em;
}
#estate_detail table{
}
#estate_detail tr{
}
#estate_detail th{
}
#estate_detail td{
}
#estate_detail .bookmark_bt{
	position: absolute;
	top: 3px;
	right: 10px;
}
#estate_detail .box{
	background-color: #FFF;
	border: 1px solid #C2C2C2;
	border-radius: 5px;
	font-size: 12px;
	line-height: 1.4em;
	position: relative;
	margin: 10px;
	display: block;
}
#estate_detail .txt{
	margin: 10px;
}
#estate_detail .est_name{
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottomh: 2px solid #C00;
	padding: 5px 30px;
}
#estate_detail .catch{
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin-bottom: 3px;
}
#estate_detail .tit{
	font-size: 13px;
	line-height: 1.4em;
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #C2C2C2;
	background-color: #EDEDED;
	border-radius: 5px 5px 0 0 ;
}
#estate_detail .inner{
	padding: 5px;
}
#estate_detail .google_blank{
	display: block;
	padding-top: 10px;
	text-align: right;
}
/*#photos img{
	width: 100%;
}*/
/**/
#acion_setwrap{
	text-align: center;
	padding-top: 10px;
}
/*ナビゲーション*/
#select_Navi ul{
	margin: 0px;
}
#select_Navi li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2C2C2;
	display:block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#select_Navi li:nth-child(2n) {
	background-color:#EEEEEF;
}
#select_Navi li:first-child{
	margin-top: -5px;
}
#select_Navi li:last-child{
	margin-bottom: 0px;
}
#select_Navi a:before {
	background-size:30px 20px;
	margin:-10px 0 0 0;
	width:30px;
	height:20px;
	content:"";
	display:block;
	position:absolute;
	right:20px;
	top:50%;
}
#select_Navi li a.arrow{
	position: relative;
}
#select_Navi li a.arrow::after{
	content:"";
	display: block;
	width:10px;
	height:10px;
	border-top:4px solid #C2C2C2;
	border-right:4px solid #C2C2C2;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right:-5px;
	top:50%;
	margin-top:-7px;
}
#select_Navi a {
	display: block;
	padding: 10px;
}
#estate_detail.industry .txt .img_l img{
	float: left;
	width: 98px;
	border: 1px solid #C2C2C2;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#author .other_links{
	text-align: center;
}
#estate_detail .red_bt {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:94%;
	text-decoration:none;
	text-align:center;
}
#estate_detail .red_bt:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}
#estate_detail .red_bt:active {
	position:relative;
	top:1px;
}
#estate_detail .mono_bt {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:94%;
	text-decoration:none;
	text-align:center;
	margin-bottom: 5px;
}
#estate_detail .mono_bt:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
#estate_detail .mono_bt:active {
	position:relative;
	top:1px;
}





#estate_detail .box{
	border:none;
}
#estate_detail .box.estate_number{
	margin-bottom:-5px;
}
.contact_info .tel{
	font-weight:bold;
	font-size:120%;
}
.contact_info .tel_bt{
	display:inline-block;
	width:50%;
	max-width:100%;
	color:#333;
	text-align:center;
}

#estate_detail .chart_js_characterization_table_wrap{
	width:auto;
}

[name=search_form] li{
}
[name=search_form] li label{
	display:block;
	padding:.3em;
	cursor:pointer;
	margin:.2em;
	border:1px solid #ccc;
	border-radius:5px;
}
[name=search_form] li label:checked{
	/*background-color:#ffccc0;*/
}
.sort_action{
	text-align:right;
	padding:1em 1em 0;
}

