@charset "utf-8";

/* CSS Document */

/* slider */
#static .jcarousel-wrapper {
	margin-bottom: 30px;
}

/* brand-link-list */
#static .brand-link-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
#static .brand-link-list a,
#static .brand-link-list a:hover {
	display: block;
	text-decoration: none;
}
#static .brand-link-list li {
	margin-bottom: 12px;
}
#static .brand-link-list img {
	border: 1px solid #ccc;
}
#static .brand-link-list span {
	color: #888;
	font-size: 12px;
}

/* pickup-item */
#static .pickup-item img {
	margin-bottom: 8px;
}
#static .pickup-item li {
	width: 171px;
}

/* category-menu */
#static .category-menu img {
	border: 1px solid #001388;
}

/* brandstory */
#static .img-brandstory {
	margin-bottom: 60px;
	border: 1px solid #001388;
}

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