@charset "utf-8";
/* CSS Document */

p {
	padding: 0px 3.5vw;
}

@media screen and (orientation: landscape) {
	p {
		padding: 0px 1.75vw;
	}
}