@charset "utf-8";
/*
=========================================
 category page
=========================================
*/
/*thumbWrap*/
.thumbWrap {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.thumbWrap li {
	float: left;
	width: 28.75%;
	margin: 0 6.875% 5% 0;
	padding: 0;
	background: none;
}
.thumbWrap li:nth-child(3n) {
	float: left;
	width: 28.75%;
	margin: 0 0 5% 0;
	padding: 0;
	background: none;
}
.thumbWrap li img {
	width: 100%;
	height: auto;
}
.thumbWrap li a img:hover {
	opacity: 0.7;
}
ul.thumb h6 {
	margin: 0 0 10px;
	padding: 0 0 5px;
	font-size: 125.00%;
	line-height: 1.2;
	border-bottom: 1px solid #464646;
}
 @media only screen and (max-width: 768px) {
ul.thumb h6 {
	font-size: 112.50%;
}
}
ul.thumb h6 a {
	display: block;
	color: #2666bb;
}
ul.thumb h6 a:hover {
	background: none;
	color: #2666bb;
}
.category .dateLabel {
  font-size: 100%;
  color: #464646;
}
.news_category {
	display: block;
	float: left;
	width: 80px;
	line-height: 15px;
	margin-top: 3px;
	margin-right: 12px;
	font-size: 11px;
	text-align: center;
	color: #fff;
	background-repeat: no-repeat;
	background: #112e55;
}
.news_category.used {
	background-color: #29abe2;
}
.news_category.land {
	background-color: #112e55;
}
.news_category.rent {
	background-color: #8cc63f;
}
 @media only screen and (max-width: 480px) {
.thumbWrap {
	width: 100%;
	margin: 0 auto 50px;
	padding: 30px;
	background-color: #ffffff;
	border-radius: 6px;
	box-sizing: border-box;
}
.thumbWrap ul.thumb li {
	width: 100%;
	float: none;
	margin: 0 auto 20px;
}
.thumbWrap ul.thumb li:last-child {
	width: 100%;
	float: none;
	margin: 0 auto;
}
.thumbWrap img {
	width: 100%;
	height: auto;
}
}
/*thumbWrap end*/