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

/* 基本-モバイルファースト ======================================================================================================== */
.search_temp{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.search_temp .article{
	width: 48%;
	margin-top: 4%;
}
.search_temp .article a{
	display: block;
	background-color: #EEE;
	text-decoration: none;
	height: 100%;
}
.search_temp .article .photo{
	text-align: center;
}
.search_temp .article .photo img{
	max-height: 108px;
}
.search_temp .article .text{
	padding: 10px;
}
.search_temp .article .text .type{
	font-size: 12px;
}
.search_temp .article.type_land .text .type{ 			color: #668129; }
.search_temp .article.type_house .text .type{ 		color: #FF4E51; }
.search_temp .article.type_mansion .text .type{ 	color: #FF6C16; }
.search_temp .article.type_business .text .type{ 	color: #5C5DD8; }
.search_temp .article.type_rent .text .type{ 			color: #C89F18; }

.search_temp .article .text .price{
	text-align: center;
	font-size: 16px;
	color: #e41611;
	font-weight: bold;
}
.search_temp .article .text .name{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.search_temp .article .text .address{
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.search_temp .article .text .train{
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.search_temp .article .text .comment{
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}

/* スライダー表示用 */
#recommend .search_temp{
	display: block;
}
.search_temp .bxslider .article{
	width: auto;
	margin-top: 0;
}
.search_temp .bxslider .article a{
	width: auto;
}
.search_temp .bxslider .article .photo img{
	max-height: 160px;
}

/* スタッフ紹介の */
.search_temp > table,
.search_temp > table > tbody{
	display: block;
}
.search_temp > table > tbody >tr{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.search_temp > table > tbody >tr > td{
	display: block;
	width: 48%;
	height: 100%;
}
.search_temp > table > tbody >tr > td .article{
	width: 100%;
}



/* PCのみ======================================================================================================== */
@media print and (min-width: 751px), screen and (min-width: 751px){
.search_temp{
	justify-content: flex-start;
}
.search_temp .article{
	width: 210px;
	margin-left: 40px;
}
.search_temp .article:nth-child(4n-3){
	margin-left: 0px;
}

.search_temp .bxslider .article{
	margin-left: 0px;
}
.search_temp .bxslider .article a,
.search_temp .article a{
	width: 210px;
}
.search_temp .article .photo{
	width: 210px;
	height: 140px;
}
.search_temp .bxslider .article .photo img,
.search_temp .article .photo img{
	max-width: 210px;
	max-height: 140px;
}

/* スタッフ紹介の */
.search_temp > table > tbody >tr > td{
	width: 25%;
}




}