@charset "utf-8";
/* CSS Document */


.mainv {
	margin-bottom: 35px;
}

.topicsBn li {
	float: left;
	margin-right: 16px;
}

.topicsBn li.lastChild {
	margin-right: 0;
}

/*----- clearfix scheme -----*/
.topicsBn{
	display: inline-block;
}
.topicsBn:after{
	height: 0;
	visibility: hidden;
	content: url("../img/img_spacer.gif");
	display: block;
	clear:both;
}
/* hide MacIE \*/
* html .topicsBn {height: 1em;}
.topicsBn {display: block;}
/* ini */