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

.branch {
	padding-left: 130px;
}

.branch li {
	float:left;
  width: 170px;
	text-align: center;
}

/*----- clearfix scheme -----*/
.branch:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .branch{ zoom: 1; } /* IE6 */
*:first-child+html .branch{ zoom: 1; } /* IE7 */

