body {
	background: #000;
	width: 850px;
	margin: 0 auto;
}

@media screen and (max-width:480px) {
	/*　この位置に記述する　*/
	body {
		width: 100%;
	}
}

