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

.item_box{
	margin-bottom: 80px;
}
.item_box li{
	float: left;
	margin-right: 12px;
	margin-bottom: 35px;
}
.item_box li.edge{
	margin-right: 0;
}



/* clearfix
---------------------------------------------------- */
.item_box:after  {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.item_box{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .item_box{
	height: 1%;
}
.item_box{
	display: block;
}
/* End hide from IE-mac */