.page_mv {
	background: url(../images/rental/mv.jpg) no-repeat center center;
	background-size: cover;
}
/* ------------------------------------ */
#rental {
	max-width: 1200px;
	width: 90%;
	margin: 0px auto;
}
.inner {
	margin: 0px auto 80px;
}
.inner img {
	display: block;
	margin-bottom: 40px;
}
/* ------------------------------------ */

/* ------------------------------------ */


@media screen and (max-width:880px){
	
	/* ------------------------------------ */
	
	/* ------------------------------------ */
	
	/* ------------------------------------ */
}

@media screen and (max-width:580px){
	.page_mv {
		background: url(../images/rental/mv_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	/* ------------------------------------ */
	.inner {
		margin: -20px auto 50px;
	}
	.inner img {
		display: block;
		margin-bottom: 10px;
	}
	/* ------------------------------------ */
	
	/* ------------------------------------ */
}