@charset "utf-8";
@import url('sp.css') screen and (max-width: 728px);
@import url('pc.css') screen and (min-width: 729px);


body {
	margin: 0px;
	padding: 0px;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
}
.center {
	text-align: center;
}
