/* sub category & sub group */
ul {list-style-type: none;}
ul {list-style-type: none;}



.grp_lst {
	position: relative;
	clear: both;
	margin-top: 50px;
}
.grp_lst_unit {
	float: left;
	width: calc((100% - 60px)/7);
	text-align: center;
	word-break: break-all;
	margin-right: 10px;
}
.grp_lst_unit:nth-of-type(7n) {
	margin-right: 0;
}

.grp_lst_unit a {
	display: block;
	padding: 10px;
	background-color: #f1f1f1;
	color: #000;
	text-decoration: none;
}
.grp_lst_unit a:hover {
	text-decoration: none;
}
.grp_lst_img {
	display: block;
	margin: 0 auto .5em;
	max-width: 100%;
	height: inherit;
}
.category_desc_2 {
	padding-top: 2em;
}

.sub_lst {
	position: relative;
	clear: both;
	margin-left: ;
	padding-top: 1em;
}
.sub_lst_unit {
	float: right;
	margin-bottom: 10px;
	margin-left:;
	width: 17.916%;
	word-break: break-all;
}
.sub_lst_unit a {
	display: block;
	padding: .5em;
	margin: 10px;
	background-color: #f1f1f1;
	color: #000;
	text-decoration: none;
}
.sub_lst_unit a:hover {
	text-decoration: underline;
}
.sub_lst_img {
	display: block;
	margin: 0 auto .5em;
	max-width: 100%;
	height: inherit;
}
.category_desc_2 {
	padding-top: 2em;
}