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


@media screen and (max-width:1023px){
	h1 span,#contents {
		max-width: 95%;
	}

}


@media screen and (max-width:540px){
	h1 span {
		margin-left: 2%;
		padding: 4% 0;
		font-size:140%;
	}

	#contents {
		margin-top: 7%;
		margin-bottom: 100%;
	}

	footer {
		font-size: 80%;
	}


}

@media screen and (max-width:360px){



}
