@charset "utf-8";

@media screen and (max-width : 767px; ){
		  img {
		    max-width: 100%;
		  }
		}

/*スマホ向け設定*/
body {
	line-height:30px;
	 margin:17px;
}

h1 {
	font-size:20px;
	text-align:center;
}

pre {
	font-size:16px;
	font-family:serif;
	white-space: pre-wrap ;
}
