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

#contents_box .list li{
	display: inline-block;
	white-space: nowrap;
	float: left;
}
#contents_box .list a{
	padding-right: 20px;
}
.clear{
	float: none;
	clear: both;
}