@charset "utf-8";
/* CSS Document */

.container{
	max-width: 1000px;
	margin: 0 auto;
}
ul{
	overflow: hidden;
}
li{
	width: 300px;
	float: left;
	list-style: none;
	margin-right: 20px;
}

img{
	max-width: 100%;
}