@charset "utf-8";

/* CSS Document */

/* category */
#static .category-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
#static .category-wrap a {
	display: block;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	text-decoration: none;
}
#static .category-wrap span {
	display: block;
	width: 100%;
	background: #000;
	color: #fff;
	line-height: 3em;
	text-align: center;
}
