@charset "utf-8";

/* 1. Style
======================================== */

/* 1.1.Background img */

body {
	background:url(../img/common/bg.jpg) repeat-y;
	background-repeat: no-repeat;
	background-size:100% auto;width:100%;
	height:100%;
	background-attachment: fixed;
	position: absolute;
	top: 0;
	left: 0;
	z-index:-1;
	background-color: #f5ea5c;
}

/* ======================================================
	@media screen and (max-width: 600px)
====================================================== */

@media screen and (max-width: 600px) {
	body {
		background:url(../img/common/bg_sp.jpg) repeat-y;
		background-repeat: no-repeat;
		background-size:100% auto;width:100%;
		height:100%;
		background-attachment: fixed;
		position: absolute;
		top: 0;
		left: 0;
		z-index:-1;
		background-color: #f5ea5c;
	}
}






