@charset "utf-8";

html {
	overflow-y: scroll;
}

body{
	background-color:#fffafc;
	color:#7d7d7d;
	font-size: 13pt;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	word-break: break-all;
}

a {
	color: #333366;
	font-size: 11pt;
	text-decoration: underline;
}

a:visited {
	color: #3333cc;
	text-decoration: underline;
}

a:hover {
	color: #333399;
	text-decoration: none;
}

img { width: 100%; }

footer {
  text-align: center;
  margin-bottom: 20px; }
  footer .footer__copy {
    color:#707070;
    font-size: 12px;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }


section {
  text-align:left;
  max-width: 800px;
  margin: 0px auto;
}
