.top_category {
	text-align: center;
	margin: 2.5rem auto;
	padding: 2.5rem 1rem;
	background: #FFFFFF;
}
.top_category .title {
	color: var(--main-color1);
	font-size: 1.5rem; font-weight: bold; margin-bottom: 1rem;
}
.top_category aside {
	display: inline-block;
	margin: 2rem 1rem;
	width: calc( 20% - 2rem );
}
.top_category aside:hover { opacity: 0.85; }
.top_category aside .images {
	height: 150px;
}
.top_category aside .images > div { border-radius: 0; }
.top_category aside p {
	text-align: center;
	font-weight: bold; font-size: 1.25rem;
	text-shadow: 0 0 0.25rem #FFF;
	margin: 0.2rem auto;
	position: relative;
	letter-spacing: 0.25rem;
	right: -0.25rem;
}
@media (max-width: 1040px) {
	.top_category {
		text-align: center;
		margin: 2rem auto;
	}
	.top_category aside {
		display: inline-block;
		margin: 0.5rem;
		width: 100px;
	}
	.top_category aside .images {
		height: 80px;
		overflow: hidden;
	}
	.top_category aside .images > div { border-radius: 100rem; overflow: hidden; }
	.top_category aside p {
		font-weight: bold; font-size: 0.8rem;
		margin: 0.2rem auto;
		letter-spacing: 0;
		right: 0;
	}
}