#keyimage {
	background-image: url(../../common/images/mid_main.jpg);
	background-position: center top;
	text-align: center;
	clear: both;
	background-repeat: repeat-x;
}
#keyimage p {text-align: center;}


.ttl_center {
	font-size: 130%;
	text-align: center;
	clear: both;
	margin-bottom: 20px;
}

.house_intro {
	background-image: url(../images/image001.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	min-height: 280px;
	padding-right: 450px;
	padding-bottom: 50px;
	clear: both;
	width: 280px;
	border-radius: 10px;
	padding-top: 30px;
}



.hurry{
	padding: 15px;
	border: solid 2px #DBDBDB;
	background: #F3F3F3;
	clear: both;
}

.hurry dt{
	background-image: url(https://www.k-chihan.co.jp/housing_sale/images/icon_!.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-bottom: 10px;
}
.hurry dd{
	font-size: 80%;
	line-height: 140%;
}
.house_step{
	margin-bottom: 20px;
	min-height: 147px;
	background-image: url(https://www.k-chihan.co.jp/housing_sale/images/arrow_house_step.gif);
	background-position: 46px bottom;
	background-repeat: no-repeat;
	clear: both;
}

.house_step dl{
	width: 500px;
	float: left;
}
.house_step dt{
}
.house_step dd{
	margin-left: 110px;
	font-size: 85%;
	line-height: 150%;
	padding-top: 10px;
}

.end{
	background: none;
}

.contact img{
	padding: 0 15px;
	display: inline-block;
}

@media only screen and (max-width: 640px) {
	#keyimage {
		background-image: none;
	}
	
	.ttl_center {
		font-size: 130%;
		text-align: center;
		clear: both;
		margin-bottom: 20px;
	}

	.house_intro {
		background-image: none;
		min-height: auto;
		padding: 0;
		clear: both;
		width: 100%;
		border-radius: 10px;
		padding-top: 0;
	}



	.hurry{
		padding: 15px;
		border: solid 2px #DBDBDB;
		background: #F3F3F3;
		clear: both;
	}

	.hurry dt{
		background-image: url(https://www.k-chihan.co.jp/housing_sale/images/icon_!.gif);
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 20px;
		margin-bottom: 10px;
	}
	.hurry dd{
		font-size: 80%;
		line-height: 140%;
	}
	.house_step{
		margin-bottom: 20px;
		min-height: auto;
		background-image: url(https://www.k-chihan.co.jp/housing_sale/images/arrow_house_step.gif);
		background-position: 20px bottom;
		background-repeat: no-repeat;
		clear: both;
	}

	.house_step dl{
		margin: 0 0 20px;
		width: 100%;
		float: none;
	}
	.house_step dt{
		margin-top: 20px;
	}
	.house_step dt img{
		margin: 0 0 5px;
		width: auto;
	}
	.house_step dd{
		margin-left: 40px;
		font-size: 85%;
		line-height: 150%;
		padding-top: 0;
	}

	.end{
		background: none;
	}
	
	.contact{
		pading: 0 15px;
	}
	.contact img{
		padding: 5px 0;
		display: block;
		width: 100%;
	}

}