@charset "utf-8";

.member_menu {
	display: table;
	border: none;
	margin: 0 0 20px 0;
	padding: 0;
	overflow: hidden;
}

.member_menu_item {
	list-style: none;
	float: left;
	width: 150px;
	height: 100px;
	text-align: center;
	vertical-align:middle;
	display: table-cell;
	margin: 5px;
	position: relative;
	padding: 20px 0;
	border-width: 1px;
	border-style: solid;
	background-image: none;
}

.member_menu_item span.wrap {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1em;
	display: block;
	text-align: center;
	width: 100%;
}
