@charset "utf-8";

/* CSS Document */

/* img-lazy */
#static .img-lazy {
	background: url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
}

/* img-main */
#static .img-main {
	margin-bottom: 40px;
}

/* brand-link-list */
#static .brand-link-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
	font-size: 14px;
}
#static .brand-link-list li {
	width: 216px;
	margin-bottom: 12px;
	text-align: center;
}
#static .brand-link-list a,
#static .brand-link-list a:hover {
	display: block;
	text-decoration: none;
}
#static .brand-link-list img {
	width: 100%;
	margin-bottom: 8px;
	border: 1px solid #d9d9d9;
}

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