@charset "utf-8";
/* CSS Document */
body {
	width: 100vw;
	height: auto;
	background-color: #000000;
}
body p {
	margin-top: 10vw;
	margin-left: 10vw;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 2vw;
}
