@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding:0;
	list-style-type: none;
}

img {
	width: 95%;
	margin: 0px auto 10px auto;
	display: block;
}

.one {
	width: 100%;
	
}

.one ul li {
	width: 100%;
	
}

.two {
	width: 100%;
}

.two ul li {
	width: 50%;
	float: left;
}

.three {
	width: 100%;
}

.three ul li {
	width: 33%;
	float: left;
}
