@charset "UTF-8";

.departmentIndex	{
	margin-bottom:10px;
}

.departmentIndex .first	{
width:100%;
	margin-bottom:10px;
}

.departmentIndex .left	{
	float:left;
	display:inline;
	margin-right:5px;
}

.departmentIndex .right	{
	float:right;
	display:inline;
}
.listDouble .single	{
	width:95%;
	clear:both;
}
.listDouble .sChild	{
	background:none;
}
/********************************************/
.departmentIndex .first	{
	display:inline-block;
}
.departmentIndex .first:after	{
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
}

