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

.style1 {
	font-size: 22px
}
body {
	background-color: #339933;
}
.contents{
	text-align:center;
}
.contents img{
	margin:20px auto 10px auto;
	width:600px;
}

@media screen and (max-width: 600px) {
	.contents img{
		margin:20px 0 10px 0;
		width:100%;
	}
}


