@charset "utf-8";

#c1 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c1 ul li {
	list-style-type: none;
	text-align: left;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
}
#c1 ul li { margin-right: px; }
#c1 ul li:last-child { margin-right: 0; }
@media screen and (min-width: 469px) and (max-width: 768px) {
#c1 {
}
}
@media screen and (max-width: 468px) {
#c1 {
}
}
