@charset "utf-8";

/* CSS Document */

/* title */
#static .title-collection {
	margin-bottom: 12px;
	padding: 12px;
	background-color: #f1f2f4;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

/* memories */
#static .img-memories {
	margin-bottom: 16px;
}
#static .img-memories-txt {
	margin-bottom: 30px;
	text-align: center;
}

/* square-item */
#static .square-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#static .square-item a,
#static .square-item a:hover {
	display: block;
	text-decoration: none;
}
#static .square-item li {
	width: 171px;
}
#static .square-item img {
	margin-bottom: 8px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

/* best-seller */
#static .best-seller-01 {
	margin-bottom: 16px;
}
#static .best-seller-02 {
	margin-bottom: 12px;
}

/* notice-txt */
#static .notice-txt {
	margin-bottom: 30px;
	color: #888;
	font-size: 10px;
	text-align: right;
}

/* collection-img */
#static .collection-item img {
	margin-bottom: 12px;
}

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