@charset "utf-8";


.sample-1,
.sample-2,
.sample-3,
.sample-4,
.sample-5,
.sample-6,
.sample-7,
.sample-8 {
	width: 1000px;
	height: 300px;
	margin: 50px auto;
}

.sample-1.bg-lazyloaded {
	background: url( '../image/background-1.jpg' ) no-repeat 0 0;
}

.sample-2.bg-lazyloaded {
	background: url( '../image/background-2.jpg' ) no-repeat 0 0;
}

.sample-3.bg-lazyloaded {
	background: url( '../image/background-3.jpg' ) no-repeat 0 0;
}

.sample-4.bg-lazyloaded {
	background: url( '../image/background-4.jpg' ) no-repeat 0 0;
}

.sample-5.bg-lazyloaded {
	background: url( '../image/background-5.jpg' ) no-repeat 0 0;
}

.sample-6.bg-lazyloaded {
	background: url( '../image/background-6.jpg' ) no-repeat 0 0;
}

.sample-7.bg-lazyloaded {
	background: url( '../image/background-7.jpg' ) no-repeat 0 0;
}

.sample-8.bg-lazyloaded {
	background: url( '../image/background-8.jpg' ) no-repeat 0 0;
}








