/* style.css */

body {
	font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif, Roboto, Droid Sans, -apple-system, Arial !important;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	background: #FFFFFF;
}

p {
	font-size: 16px;
	color: #202020;
}

.title {
	font-size: 20px;
	text-align: center;
}

