@charset "UTF-8";

*{
	margin: 0;
	padding: 0;
	border: none;
}

body {
	text-align: center;
	font:13px "HiraMinPro-W3", "ヒラギノ明朝 Pro W3",  Meiryo, helvetica, clean, sans-serif;
	*font-size:small;
	*font:x-small;
	width:100%;
	color:#666666;
	line-height:1.8em;
	font-weight:normal;
	letter-spacing: 2px;
}

html,body {
	height:100%;
	margin: 0;
	padding: 0;
}
body {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content {
	 display: flex;
  flex-direction: column;
  align-items: center;
}

.text {
text-align: center;
}

p {
	margin: 40px;
}