@charset "utf-8";

body {
	background-image: url("../images/top_pc.jpg");
	background-size: 96.0rem;
	background-repeat: no-repeat;
	background-position: center top;
}
body > div {
	width: 40.4rem;
	margin-left: auto;
	margin-right: 0.8rem;
}
body > div > h1 {
	margin-bottom: 24.0rem;
}
body > div > p {
	margin-left: 10.0rem;
}
form[name="login_form"] p > label {
	display: inline-block;
	width: 8.4rem;
}
form[name="login_form"] p > input[type="text"], input[type="password"] {
	width: 30.8rem;
	padding: 0.4rem;
}
form[name="login_form"] p > input[type="submit"] {
	display: block;
	width: 7.2rem;
	margin-left: auto;
}


/* 425px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 425px) {
	body {
		background-image: url("../images/top_mobile.jpg");
		background-size: 100%;
		background-position: initial;
	}
	body > div {
		width: auto;
		margin-right: auto;
	}
	body > div > h1 {
		margin-bottom: auto;
	}
	body > div > p {
		margin-left: 3.6rem;
	}
}
