@charset "utf-8";

/* ==========================================================
	screen
========================================================== */
#screen {
	position: relative;
	height: 100%;
	margin-left: 250px;
}
#screen .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#screen .image.n1 {
	background: url(http://www.the-design.jp/images/screen-img-01.jpg) center no-repeat;
	background-size: cover;
}
#screen .image.n2 {
	background: url(http://www.the-design.jp/images/screen-img-02.jpg) center no-repeat;
	background-size: cover;
}
#screen .image.n3 {
	background: url(http://www.the-design.jp/images/screen-img-03.jpg) center no-repeat;
	background-size: cover;
}
#screen .image.n4 {
	background: url(http://www.the-design.jp/images/screen-img-04.jpg) center no-repeat;
	background-size: cover;
}
#screen .image.n5 {
	background: url(http://www.the-design.jp/images/screen-img-05.jpg) center no-repeat;
	background-size: cover;
}

