@charset "utf-8";
.mainimgPage {
	height: 490px;
	margin-top: 0;
	padding-top: 70px;
	background: url(../img/campaign/specialmodel_mainimg.jpg) no-repeat center 0 / cover;
}


.campLink {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}


.infoList .cms_inner_blank, .infoList .cms_blank, .infoList .blank {
	background: none;
	padding-right: 0;
	display: block;
}


/* ------------------------------
 物件一覧
------------------------------ */
.infoList > li {
	font-size: 1.4rem;
	width: 390px;
	float: left;
	position: relative;
	margin-bottom: 35px;
}
.infoList > li:not(:nth-child(3n)) {
	margin-right: 25px;
}
.infoList li a {
	display: block;
	color: #000;
	text-decoration: none;
}
.infoList li .img {
	width: 390px;
	height: 250px;
	margin-bottom: 12px;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.infoList li ul {
	font-size:0;
	margin-top:10px;
    margin-bottom:10px;

}
.infoList li li {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 23px;
    width: 90px;
    color: #fff;
    text-align: center;
	display:inline-block;
    background: #666;
	padding:0;
}
.infoList li li:not(:nth-child(4n)) {
	margin-right: 10px;
}
.infoList li li:before {
	display:none;
}

/* -- 物件名 -- */
/************** ▼▼▼ 2018/07/12 CSS修正 byMIZUHORI ▼▼▼ **************/
.infoList .propertytitle, .infoList .name {
/*.infoList .name {*/
/************** ▲▲▲ 2017/07/12 CSS修正 byMIZUHORI ▲▲▲ **************/
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight:bold;
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(../img/arrow01.png) no-repeat 0 .3em / 15px 12px;
}

/* -- 販売価格 -- */
.item {
	font-size: 1.2rem;
	font-weight: bold;
}
.item span {
	color: #fff;
	line-height: 18px;
	border-radius: 3px;
	padding: 0 8px;
	margin-right: 8px;
	margin-bottom: 4px;
	display: inline-block;
	background: #003366;
	vertical-align: middle;
}
.item strong {
	font-size: 2.1rem;
}

/* -- 販売説明 -- */
.infoList .text {
	margin-top: 10px;
}

/* -- 波線 -- */
.wave_line {
	padding-bottom: 70px;
	background: url(../img/campaign/wave_line.gif) repeat-x center bottom;
}


/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {

	.mainimgPage {
		height: 200px;
		padding-top: 20px;
	}
	.mainimgPage h1 img {
		height: 150px;
		width: auto;
	}

	.campLink {
		width: auto;
		margin-left: 8%;
		margin-right: 8%;
	}
	/* ------------------------------
	 物件一覧
	------------------------------ */
	.infoList > li {
		width: auto;
		float: none;
		margin-bottom: 20px;
	}
	.infoList > li:not(:nth-child(4n)) {
		margin-right: 0;
	}
	
	.infoList li .img,
	.infoList li .img img {
		width: 100%;
		height: auto;
	}
	/* -- 物件名 -- */
	.infoList .name {
		margin-bottom: 8px;
	}
	/* -- 販売説明 -- */
	.infoList .text {
		margin-top: 5px;
	}

}
