@charset "UTF-8";
body{
	background: #fff;
}
img{
	width: 100%;
}
@media screen and (max-width: 768px){
	body img{
		width: 100%;
	}
}