.grouplist {
	margin: 0;
	padding: 0;
	position: relative;
	top: 40px;
}

.grouplist ul {
	margin: 0;
	padding: 0;
}

.grouplist ul li {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.grouplist ul li .btn-list {
	display: table;
	margin: 0 auto;
	margin-bottom: 10px;
	/* padding: 0 111px; */
	padding-top: 8px;
	width: 95%;
	padding: 6px 20px;
	height: 45px;
	/* background: url(../images/personal/btn_bg-blue.png) top center no-repeat; */
	color: #fff;
	text-align: center;
	font: 23px/20px 'THK2DJuly8', Arial, sans-serif;
	word-wrap: break-word;
	background-size: 100% 100%;
	background: #132fa9;
}

.grouplist ul li .btn-list span {
	display: table-cell;
	vertical-align: middle;
}

.grouplist ul li .btn-list a {
	display: block;
	width: 85%;
	position: relative;
	color: #fffdd0;
	left: 20px;
}

.grouplist ul li .btn-list a:hover {
	color: #fff;
	text-shadow: 2px 2px #340d08;
}