@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
	width: 100%;}
body {
  color: #333; /* RGB */
  font-family:"游明朝体 ミディアム",serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
  margin: 0 auto;
}
*, *:before, *:after {
  box-sizing: border-box;
}