メディアクエリ @media

@media (min-width: 600px) and (max-width: 800px) {
	body {
		background-color: tomato;
	}
}