@charset "Shift_JIS";
/* ----------------------------------------------------- */
/* コンテンツ */
/* ----------------------------------------------------- */

/**
 * clearfix
 */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.clear{
  clear: both;
}


.section {
	width: 550px;
	}

.section ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.section ul li {
	margin: 0px 0px 10px 0px;
	float: left;
}

.section ul li.last {
	margin: 0px 12px 0px 0px;
}