body
{
background:#eee;
}
.helpCategoryList {
	width: 90%;
	margin: 0 auto;
	list-style: none;
}

.helpCategoryList>li {
	text-align: center;
}

.categoryBase {
	position: relative;
	display: block;
	padding: 3% 0;
	margin-bottom: 5%;
	background: #fff;
	border: solid 2px#e9238e;
	color: #e9238e;
	font-weight: bold;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	box-shadow: 0 2px 2px #ccc
}

.btnBackBase {
	display: block;
	width: 90%;
background:#fff;
	margin: 0 auto;
	padding: 3% 0;
	border: solid 2px#2ee8ac;
	color: #2ee8ac;
	font-weight: bold;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	box-shadow: 0 2px 2px #ccc
}

.partLineTop {
	border-top: 2px solid #ccc;
	padding-top: 5%;
}