/*PC用*/

.CategoryListArea_pc{
	width:90%;
	margin:auto;
	background:#fff;
	display:block;

}

.CategoryListArea_pc ul{
	font-size: 0;
	margin: 0 auto 5%;
	text-align: center;

}

.CategoryListArea_pc li{
	display: inline-block;
	width: 19%;
	text-align: center;
	box-sizing: border-box;


}
.CategoryListArea_pc li a{
	display: inline-block;
	width: 99%;
	font-size: 13px;
	font-weight: normal;
	/* border: 1px solid rgba(0,0,0,0.5); */
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	color:rgba(0,0,0,0.5);
	border-radius: 8px;
	font-feature-settings: "palt";
	transition: 0.2s;
	/* background: #f5f6f8; */
}

.CategoryListArea_pc li a:hover{
/* 	border: 1px solid rgba(0,0,0,0.5); */
	background:#7fcbea;
	color:#fff;
	opacity:1;
	

}

.CategoryListArea_pc li a:active{
/* 	border: 1px solid rgba(0,0,0,0.5); */
	background:r#ff8a35;
	color:#fff;

}

.category_on{
	/* background: rgba(0,0,0,0.5); */
	color:#fff !important;
	background: #7fcbea;
}

.category_off{
	background: #f5f6f8;
}
		
.CategoryListArea_sp{
	display:none;
}
