#square #container .outer-inner .section-block ul {
  margin-top: 20px;
}

.member li {
	width: 335px;
	float: left;
	margin: 10px 10px 10px 0px;
	font-size: 14px;
}

.l_box {
  display: table;
}

.l_img {
  display: table-cell;
}

.l_img img {
	margin-right:10px;
	width: 150px;
}

.l_txt {
  display: table-cell;
  vertical-align: top;
}

