@charset "utf-8";
/* CSS Document */

/*物件情報一覧*/
#estateBox .section {
	margin: 1em 0;
	overflow: hidden;
}
#estateBox {
	width: 100%;
	padding: 10px 0 10px;
	margin-bottom: 0;
}
#estateBox h2 {
	margin-top: 0;
	border-left: 10px solid #999;
	border-bottom: 1px solid #999;
	padding-left: 1em;
	display: block;
	font-size: 1.2em;
	height: 35px;
}
#estateBox h3 {
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	background-color: #999;
	margin-top: 10px;
	padding: 5px 0 5px 1em;
	color: #fff;
	display: block;
	font-size: 1em;
}
/*物件情報一覧*/

#estateBox .listTBL {
	display: block;
	overflow: hidden;
}
#estateBox .listTBL span.new {
    background: #c9171e;
    padding: 3px 4px;
    font-size: 12px;
    margin: 0 0 0 10px;
    line-height: 12px;
    color: #FFFFFF;
    border-radius: 3px;
	/*display: table;*/
    text-indent: 0;
}
#estateBox .listTBL thead {
	display: none;
}
#estateBox .listTBL tr th, #estateBox .listTBL tr td {
	display: block;
  line-height:1.1em;
}
#estateBox .listTBL tbody {
	display: block;
}
#estateBox .listTBL tr {
	/*cursor: pointer;*/
	display: block;
	width: 98%;
	float: none;
	clear: none;
	margin: 1%;
	padding: 0.5em;
	box-sizing: border-box;
	border: 1px solid #aaa;
}
#estateBox .listTBL tr:hover {
	background-image: url(../images/estate_bg.gif);
	background-repeat: repeat;
	background-position: top;
}
#estateBox .listTBL tbody td {
	width: 100%;
}
#estateBox .listTBL tbody td span {
	display: inline-block;
}
#estateBox .listTBL tbody td span.tsubo{
margin:0 1em;
}

#estateBox .listTBL tr td br {
	display: none;
}
#estateBox .listTBL tbody tr td.add {
	font-size: 1.2em;
	color: #333b97;
	font-weight: 600;
	padding-left: 1em;
	text-indent: -0.75em;
}
#estateBox .listTBL tr td.add:before {
	content: "";
	display: inline-block;
	box-sizing: border-box;
	background-color: transparent;
	border: 0.3em solid transparent;
	margin-right: .25em;
	border-top-color: transparent;
	border-left-color: #023686;
}
#estateBox .listTBL tr td.img {
	padding: 3px;
	margin: 0;
	text-align: center;
}
#estateBox .listTBL tr td.img img {
	max-width: 120px;
}
#estateBox .listTBL tr td.en {
	vertical-align: baseline;
	color: #159C00;
  white-space:nowrap;
}
#estateBox .kakaku {
	color: #159C00;
	font-size: 1.4em;
	font-weight: 600;
	margin-right: 0.25em;
}
#estateBox .listTBL tr td ul {
	background: #FFFABB;
	border-radius: 0.5em;
	padding: 0.8em 0.5em 0.8em 2em;
	margin: 0;
min-height: 4em;
}
#estateBox .listTBL tr td ul li {
}

@media only screen and (min-width: 481px) {
#estateBox .listTBL tr {
	width: 48%;
	float: left;
	clear: none;
}
}

@media only screen and (min-width: 769px) {
#estateBox .listTBL {
	display: table;
}
#estateBox .listTBL thead {
	display: table-header-group;
}
#estateBox .listTBL tbody {
	display: table-row-group;
}
#estateBox .listTBL tr {
	display: table-row;
	width: 100%;
	float: none;
}
#estateBox .listTBL tr th, #estateBox .listTBL tr td {
	display: block;
	width: auto;
}
#estateBox .listTBL {
	border-collapse: separate;
	border-spacing: 2px;
	width: 100%;
}
#estateBox .listTBL tr {
}
#estateBox .listTBL tr:hover {
	background-image: url(../images/estate_bg.gif);
	background-repeat: repeat;
	background-position: top;
}
#estateBox .listTBL tr th {
	/*border-top: 1px solid #c4c4c4;*/
	padding: 0 0.5em;
}
#estateBox .listTBL tr td, #estateBox .listTBL tr th {
	padding: 0.8em 0.5em;
	border-bottom: 1px solid #c4c4c4;
	;
	display: table-cell;
	vertical-align: inherit;
}
#estateBox .listTBL tr td {
	font-size: 0.9em;
}
#estateBox .listTBL tr td span.h {
	display: none;
}
#estateBox .listTBL tr td.add {
	font-size: 1.2em;
	color: #333b97;
	font-weight: 600;
}
#estateBox .listTBL tr td.img {
	padding: 3px;
	margin: 0;
	text-align: center;
	width: auto;
	max-width: 120px;
}
#estateBox .listTBL tr td.img img {
	max-width: 120px;
	min-width: 90px;
}
#estateBox .listTBL tr td.cen {
	text-align: center;
}
#estateBox .listTBL tr td.en {
	vertical-align: middle;
	color: #159C00;
	text-align: center;
}
#estateBox .kakaku {
	color: #159C00;
	text-align: center;
	font-size: 1.4em;
	font-weight: 600;
	margin-right: 0.25em;
}
#estateBox .listTBL tr td.kazu {
	text-align: right;
}
#estateBox .listTBL thead th {
	background-color: #ffc800;
}}
#estateBox h4 {
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	background-color: #999;
	margin-top: 10px;
	padding: 5px 0 5px 1em;
	color: #fff;
	display: block;
	font-size: 1em;
}

@media only screen and (min-width: 769px) {
}

@media only screen and (min-width: 769px) {
}

