@charset "utf-8";
/* CSS Document */

#static .main-movie {
	width: 720px;
	height: 321px;
}

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

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

/* category-menu */
#static .category-menu li {
	width: 354px;
}
#static .category-menu img {
	height: 354px;
}