@media screen and (max-width: 768px) {
	img {
		max-width: 100%;
		height: auto;
		width: auto;	　
	}
	#container {
		width: 100%;
	}
}