@charset "UTF-8";
/* CSS Document */

@import url(/css/sanitize.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
 
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
 
html {
  font-size: 62.5%;
}
 
body {
  font-family: 'Noto Sans Japanese', serif;
  font-size: 1.2rem;
  line-height:2;
}
*, *::before, *::after {
  box-sizing: border-box;
}
a:link, a:visited, a:hover, a:active {
  color: #0000ff;
  text-decoration: none;
}

#page-wrap{
	padding:100px 10px;
	margin:0 auto;
	width:100%;
	max-width:640px;
	text-align:center;
}
#logo img{
	margin-bottom:30px;
}
#info{
	font-size:1.5rem;
}
#txt{
	margin-bottom:30px;
}










