@charset "utf-8";

@import url("style-s.css?v=1.0.1") only screen and (max-width: 768px);
@import url("style.css?v=1.0.1") only screen and (min-width: 769px), print;

main img{
	max-width: 100%;
	height: auto;
}
