/*
==========================================================
物件一覧
==========================================================
*/



@media print, screen and (min-width: 641px) {

.list {
	position: relative;
}
.list .check {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: center;
	overflow: hidden;
	width: 70%;
}
.list .check dt {
	font-size: 18px;
	margin-right: 20px;
	float: left;
}
.list .check dd {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 16px;
}
.list .check dd .stock {
	background-color: #4E6B9E;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
	display: block;
	border-radius: 8px;
	color: #FFF;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
}
.list .check dd .stock:hover {
	background-color: #2E4069;
}
.list .check dd .demand {
	background-color: #D65A77;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
	display: block;
	border-radius: 8px;
	color: #FFF;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
}
.list .check dd .demand:hover {
	background-color: #99324C;
}
.list .box {
	padding: 16px;
	border: 1px solid #CCC;
}

.list .box .title {
	background-color: #BAE5E6;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}
.list .box .title p {
	margin: 0px;
	padding: 0px;
}
.list .box .title input {
	float: left;
	margin-right: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.list input[type=checkbox]{
transform: scale(2.0);
	position: relative;
	left: 5px;
	top: 10px;
}
.list .box .title .icon {
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	float: left;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-radius: 6px;
}
.list .box .title .shinchiku {
	background-color: #FF3266;
}
.list .box .title .tochi {
	background-color: #669933;
}
.list .box .title .cyuko {
	background-color: #0099CC;
}
.list .box .title .mansion {
	background-color: #666699;
}
.list .box .title .toushi {
	background-color: #CC9900;
}
.list .box .title .remarks {
	font-size: 18px;
	float: left;
}
.list .box .title .add {
	font-size: 18px;
	float: left;
}
.list .box .title .yoyaku {
	float: right;
}
.list .box .title .yoyaku a {
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
	background-color: #E28907;
	display: block;
	margin: 0px;
	font-size: 16px;
	color: #FFF;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
}
.list .box .title .yoyaku a:hover {
	background-color: #AA5C09;
}
.list .box .main {
	overflow: hidden;
	position: relative;
}
.list .box .main .photo {
	float: left;
	width: 340px;
	position: relative;
}
.list .box .main .photo .image {
	position: relative;
 width: 350px;
 height: 225px;
 display: flex;
 img {
 margin: auto;
}
}
	
.list .box .main .photo .image img {
	 max-width: 100%;
 max-height: 100%;
 width: auto;
 height: auto;
	transition-duration: 0.3s;
}
.list .box .main .photo .image img:hover {
	opacity: 0.6;
 transition-duration: 0.3s;
}
.list .box .main .summary {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 800px;
	overflow: hidden;
}
.list .box .main .summary .top {
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.list .box .main .summary .top dt {
	font-size: 18px;
	float: left;
	width: 70%;
	text-align: left;
}
.list .box .main .summary .top dd {
	float: right;
	width: 25%;
	text-align: right;
}
.list .box .main .summary .top dd span {
	font-size: 24px;
}
.list .box .main .summary p {
	font-size: 15px;
	line-height: 1.8em;
	text-align: left;
	margin-bottom: 20px;
	height: 160px;
	overflow: hidden;
}
.list .box .main .summary .ol {
	overflow: hidden;
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.list .box .main .summary .ol dl {
	padding: 0px;
	margin: 0px;
}
.list .box .main .summary .ol ul {
	width: 80%;
	float: left;
}
.list .box .main .summary .ol ul li {
	float: left;
	margin-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 20px;
}
.list .box .main .summary .ol ul li dl dt {
	float: left;
	margin-right: 20px;
}
.list .box .main .summary .ol ul li dl dd {
	float: left;
	margin-right: 20px;
}
.list .box .main .summary .ol .detail {
	display: block;
	float: left;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	color: #FFF;
	text-decoration: none;
	background-color: #01CCCC;
	border-radius: 8px;
	margin: 0px;
	-webkit-transition: all .3s;
  transition: all .3s;
}
.list .box .main .summary .ol .detail:hover {
	background-color: #149D9C;
}


.paginate {
	position: relative;
	overflow: hidden;
	margin-top: 40px;
	width: 100%;
	margin-bottom: 10px;
}
.paginate ul {
	float: left;
	position: relative;
	left: 50%;
}
.paginate li {
	width: 35px;
	height: 35px;
	text-align: center;
	position: relative;
	left: -50%;
	float: left;
	margin-right: 5px;
	font-weight: bold;
	font-size: 14px;
	line-height: 35px;
}
.paginate li a {
	width: 30px;
	height: 30px;
	display: block;
	line-height: 30px;
	font-weight: bold;
	color: #333;
	border-radius: 5px;
	border: 1px solid #CCC;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 2px #666666;
	box-shadow: 1px 1px 2px #666666;
}
.paginate li a:hover {
	color: #0054B6;
}
.paginate li a.on {
	color: #fff;
	background-color: #0054B6;
}
.paginate li.first, .paginate li.last {
}
.paginate li.first a, .paginate li.last a {
}
.paginate li.next, .paginate li.prev {
	width: 50px;
	text-align: center;
	position: relative;
	left: -50%;
	float: left;
	margin-right: 10px;
	font-weight: bold;
}
.paginate li.next a, .paginate li.prev a {
	width: 50px;
	display: block;
}

}


@media screen and (max-width: 640px) {

.list {
	position: relative;
}
.list .check {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	text-align: center;
	overflow: hidden;
	width: 100%;
}
.list .check dt {
	font-size: 14px;
	width: 38%;
	margin-bottom: 10px;
	text-align: left;
	float: left;
	padding-top: 5px;
}
.list .check dd {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 12px;
}
.list .check dd .stock {
	background-color: #4E6B9E;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	display: block;
	border-radius: 4px;
	color: #FFF;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
}
.list .check dd .stock:hover {
	background-color: #2E4069;
}
.list .check dd .demand {
	background-color: #D65A77;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	display: block;
	border-radius: 4px;
	color: #FFF;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
}
.list .check dd .demand:hover {
	background-color: #99324C;
}
.list .box {
	padding: 5px;
	border: 1px solid #CCC;
}

.list .box .title {
	background-color: #BAE5E6;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}
.list .box .title p {
	margin: 0px;
	padding: 0px;
}
.list .inner .box .title .br {
	clear: both;
	width: 100%;
	overflow: hidden;
}
.list .box .title input {
	float: left;
	margin-right: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.list input[type=checkbox]{
	transform: scale(1.5);
	position: relative;
	left: 5px;
	top: 10px;
}

.list .box .title .icon {
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	float: left;
	font-size: 13px;
	color: #FFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-radius: 4px;
}
.list .box .title .shinchiku {
	background-color: #FF3266;
}
.list .box .title .tochi {
	background-color: #669933;
}
.list .box .title .cyuko {
	background-color: #999999;
}
.list .box .title .mansion {
	background-color: #666699;
}
.list .box .title .toushi {
	background-color: #CC9900;
}
.list .box .title .remarks {
	font-size: 16px;
	float: left;
}
.list .box .title .add {
	font-size: 16px;
	float: left;
}
.list .box .title .yoyaku {
	float: right;
}
.list .box .title .yoyaku a {
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
	background-color: #E28907;
	display: block;
	margin: 0px;
	font-size: 14px;
	color: #FFF;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 4px;
	text-decoration: none;
}
.list .box .title .yoyaku a:hover {
	background-color: #8C420A;
}
.list .box .main {
	overflow: hidden;
	position: relative;
}
.list .box .main .photo {
	width: 100%;
	position: relative;
}
.list .box .main .photo .image {
	height: 255px;
	width: 340px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.list .box .main .photo .image img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
	transition-duration: 0.3s;
}
.list .box .main .photo .image img:hover {
	opacity: 0.6;
 transition-duration: 0.3s;
}
.list .inner .box .main .photo .number {
	margin-bottom: 20px;
}
.list .box .main .summary {
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
}
.list .box .main .summary .top {
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.list .box .main .summary .top dt {
	font-size: 16px;
	width: 100%;
	text-align: left;
	line-height: 1.5em;
	margin-bottom: 10px;
	font-weight: bold;
}
.list .box .main .summary .top dd {
	text-align: right;
}
.list .box .main .summary .top dd span {
	font-size: 24px;
}
.list .box .main .summary p {
	font-size: 15px;
	line-height: 1.8em;
	text-align: left;
	margin-bottom: 20px;
	height: 160px;
	overflow: hidden;
}
.list .box .main .summary .ol {
	overflow: hidden;
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.list .box .main .summary .ol dl {
	padding: 0px;
	margin: 0px;
}
.list .box .main .summary .ol ul {
	margin-bottom: 20px;
	overflow: hidden;
}
.list .box .main .summary .ol ul li {
	float: left;
	margin-right: 20px;
	padding-right: 20px;
}
.list .box .main .summary .ol ul li dl dt {
	float: left;
	margin-right: 20px;
}
.list .box .main .summary .ol ul li dl dd {
	float: left;
	margin-right: 20px;
}
.list .box .main .summary .ol .detail {
	display: block;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	color: #FFF;
	text-decoration: none;
	background-color: #01CCCC;
	border-radius: 8px;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
.list .box .main .summary .ol .detail:hover {
	background-color: #149D9C;
}

.paginate {
	position: relative;
	overflow: hidden;
	margin-top:10px;
	width: 100%;
	margin-bottom:10px;
}
.paginate ul {
	/*float: left;
	position: relative;
	left: 50%;*/
	margin-right:-4%;
}
.paginate li {
	width: 7%;
	height: 35px;
	text-align: center;
	position: relative;
	/*left: -50%;*/
	float: left;
	margin-right: 2%;
	font-weight: bold;
	font-size: 12px;
	line-height: 35px;
	margin-bottom: 5px;
}
.paginate li a {
	width: 100%;
	height: 30px;
	display: block;
	line-height: 30px;
	font-weight: bold;
	color: #333;
	border-radius: 5px;
	border: 1px solid #CCC;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 2px #666666;
	box-shadow: 1px 1px 2px #666666;
}
.paginate li a:hover {
	color: #0054B6;
}
.paginate li a.on {
	color: #fff;
	background-color: #0054B6;
}
.paginate li.first, .paginate li.last {
}
.paginate li.first a, .paginate li.last a {
}
.paginate li.next, .paginate li.prev {
	width: 10%;
	text-align: center;
	position: relative;
	/*left: -50%;*/
	float: left;
	margin-right: 3%;
	font-weight: bold;
}
.paginate li.next a, .paginate li.prev a {
	width: 100%;
	display: block;
}

}
