.ff-container {
	width: 1100px;
	margin: 0 auto 0 auto;
}
@media (max-width: 736px) {
	.ff-container {
	width: 100%;
	margin: 0 auto;
    padding: 0;
    }
}
@media (max-width: 667px) {
	.ff-container {
	width: 100%;
	margin: 0 auto;
    padding: 0;
    }
}

@media (max-width: 640px) {
	.ff-container {
	width: 100%;
	margin: 0 auto;
    padding: 0;
    }
}

.clr {
	clear: both;
    margin: 0;
    padding: 0;
}

.ff-container label {
	height: 52px;
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    text-align: center;
	line-height: 33px;
	/*font-size: 19px;*/
	/*background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	float:left;
	/*box-shadow: 0px 0px 0px 1px #aaa, 1px 0px 0px 0px rgba(255,255,255,0.9) inset, 0px 1px 2px rgba(0,0,0,0.2);*/
}
.ff-container label.ff-label-type-all {
    position: relative;
    width: 15%;
    margin: 20px 10px 0 0;
	background: url('../../assets/images/goods/all.png') no-repeat;
    text-indent: -9999px;
}
.ff-container label.ff-label-type-1 {
    width: 15%;
    margin: 20px 10px 0 0;
	background: url('../../assets/images/goods/cd.png') no-repeat;
    text-indent: -9999px;
}
.ff-container label.ff-label-type-2 {
    width: 23.5%;
    margin: 20px 10px 0 0;
	background: url('../../assets/images/goods/dvd.png') no-repeat;
    text-indent: -9999px;
}
.ff-container label.ff-label-type-3 {
    width: 15%;
    margin: 20px 0 0 0;
	background: url('../../assets/images/goods/book.png') no-repeat;
    text-indent: -9999px;
}
.ff-container input.ff-selector-type-all:checked ~ label.ff-label-type-all {
    background: url('../../assets/images/goods/all_check.png') no-repeat;
    text-indent: -9999px;
}

.ff-container input.ff-selector-type-1:checked ~ label.ff-label-type-1 {
    background: url('../../assets/images/goods/cd_check.png') no-repeat;
    text-indent: -9999px;
    
}
.ff-container input.ff-selector-type-2:checked ~ label.ff-label-type-2{ 
    background: url('../../assets/images/goods/dvd_check.png') no-repeat;
    text-indent: -9999px;

}
.ff-container input.ff-selector-type-3:checked ~ label.ff-label-type-3 {
    background: url('../../assets/images/goods/book_check.png') no-repeat;
    text-indent: -9999px;
}

@media (max-width: 736px) {
	.ff-container label.ff-label-type-all {
    width: 19%;
    margin: 20px 10px 0 35px;
	background: url('../../assets/images/sp/all.png') no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    }
    .ff-container label.ff-label-type-1 {
    width: 19%;
    margin: 20px 10px 0 0;
	background: url('../../assets/images/sp/cd.png') no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    }
    .ff-container label.ff-label-type-2 {
    width: 28.5%;
    margin: 20px 10px 0 0;
	background: url('../../assets/images/sp/dvd.png') no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    }
    .ff-container label.ff-label-type-3 {
    width: 19%;
    margin: 20px 0 0 0;
	background: url('../../assets/images/sp/book.png') no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    }
    .ff-container input.ff-selector-type-all:checked ~ label.ff-label-type-all {
    background: url('../../assets/images/sp/all_check.png') no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    }
    .ff-container input.ff-selector-type-1:checked ~ label.ff-label-type-1 {
    background: url('../../assets/images/sp/cd_check.png') no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    }
    .ff-container input.ff-selector-type-2:checked ~ label.ff-label-type-2{ 
    background: url('../../assets/images/sp/dvd_check.png') no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    }
    .ff-container input.ff-selector-type-3:checked ~ label.ff-label-type-3 {
    background: url('../../assets/images/sp/book_check.png') no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    }
}

@media (max-width: 667px) {
	.ff-container label.ff-label-type-all {
    width: 19%;
    margin: 20px 10px 0 35px;
	background: url('../../assets/images/sp/all.png') no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    }
    .ff-container label.ff-label-type-1 {
    width: 19%;
    margin: 20px 10px 0 0;
	background: url('../../assets/images/sp/cd.png') no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    }
    .ff-container label.ff-label-type-2 {
    width: 28.5%;
    margin: 20px 10px 0 0;
	background: url('../../assets/images/sp/dvd.png') no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    }
    .ff-container label.ff-label-type-3 {
    width: 19%;
    margin: 20px 0 0 0;
	background: url('../../assets/images/sp/book.png') no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    }
    .ff-container input.ff-selector-type-all:checked ~ label.ff-label-type-all {
    background: url('../../assets/images/sp/all_check.png') no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    }
    .ff-container input.ff-selector-type-1:checked ~ label.ff-label-type-1 {
    background: url('../../assets/images/sp/cd_check.png') no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    }
    .ff-container input.ff-selector-type-2:checked ~ label.ff-label-type-2{ 
    background: url('../../assets/images/sp/dvd_check.png') no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    }
    .ff-container input.ff-selector-type-3:checked ~ label.ff-label-type-3 {
    background: url('../../assets/images/sp/book_check.png') no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    }
}

@media (max-width: 640px) {
	.ff-container label.ff-label-type-all {
    width: 19%;
    margin: 20px 10px 0 12px;
	background: url('../../assets/images/sp/all.png') no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    }
    .ff-container label.ff-label-type-1 {
    width: 19%;
    margin: 20px 10px 0 0;
	background: url('../../assets/images/sp/cd.png') no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    }
    .ff-container label.ff-label-type-2 {
    width: 28.5%;
    margin: 20px 10px 0 0;
	background: url('../../assets/images/sp/dvd.png') no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    }
    .ff-container label.ff-label-type-3 {
    width: 19%;
    margin: 20px 0 0 0;
	background: url('../../assets/images/sp/book.png') no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    }
    .ff-container input.ff-selector-type-all:checked ~ label.ff-label-type-all {
    background: url('../../assets/images/sp/all_check.png') no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    }
    .ff-container input.ff-selector-type-1:checked ~ label.ff-label-type-1 {
    background: url('../../assets/images/sp/cd_check.png') no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    }
    .ff-container input.ff-selector-type-2:checked ~ label.ff-label-type-2{ 
    background: url('../../assets/images/sp/dvd_check.png') no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    }
    .ff-container input.ff-selector-type-3:checked ~ label.ff-label-type-3 {
    background: url('../../assets/images/sp/book_check.png') no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    }
}

.ff-container input {
	display: none;
}
.ff-items {
	position: relative;
	margin: 0 auto;
	padding-top: 20px;
}

.ff-items a {
	display: block;
	position: relative;
	padding: 10px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	margin: 0;
	width: 230px;
    height: 290px;
}
.ff-items a span {
	display: block;
	/*background: rgba(113,123,161, 0.9);*/
	color: #fff;
	font-weight: bold;
	padding: 20px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 120px;
	height: 0px;
	overflow: hidden;
	opacity: 0;
	text-align: center;
	text-shadow: 1px 1px 1px #303857;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ff-items a:hover span {
	height: 80px;
	opacity: 1;
}
.ff-items li img {
	display: block;    
}

/*.ff-items li {
    margin: 0 0 30px 0;
	float: left;
	width: 230px;
	height: 230px;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}*/

.ff-items li {
	float: left;
	width: 230px;
    margin: 0;
	-webkit-transition: opacity 0.6s ease-in-out;
	-moz-transition: opacity 0.6s ease-in-out;
	-o-transition: opacity 0.6s ease-in-out;
	-ms-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
    cursor: pointer;cursor: pointer;
}

/*.ff-container input.ff-selector-type-1:checked ~ .unit01b .GITheWall02 .ff-items .ff-item-type-1,
.ff-container input.ff-selector-type-2:checked ~ .unit01b .GITheWall02 .ff-items .ff-item-type-2,
.ff-container input.ff-selector-type-3:checked ~ .unit01b .GITheWall02 .ff-items .ff-item-type-3{	
	opacity: 1;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/*.ff-container input.ff-selector-type-all:checked ~ .unit01b .GITheWall02 .ff-items li,
.ff-container input.ff-selector-type-1:checked ~ .unit01b .GITheWall02 .ff-items .ff-item-type-1,
.ff-container input.ff-selector-type-2:checked ~ .unit01b .GITheWall02 .ff-items .ff-item-type-2,
.ff-container input.ff-selector-type-3:checked ~ .unit01b .GITheWall02 .ff-items .ff-item-type-3 {
	opacity: 1;
}*/

.ff-container input.ff-selector-type-1:checked ~ .unit01b .GITheWall02 .ff-items li:not(.ff-item-type-1),
.ff-container input.ff-selector-type-2:checked ~ .unit01b .GITheWall02 .ff-items li:not(.ff-item-type-2),
.ff-container input.ff-selector-type-3:checked ~ .unit01b .GITheWall02 .ff-items li:not(.ff-item-type-3){
	opacity: 0.3;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-o-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	pointer-events: none;
}

/*.ff-container input.ff-selector-type-1:checked ~ .unit01b .GITheWall02 .ff-items li:not(.ff-item-type-1),
.ff-container input.ff-selector-type-2:checked ~ .unit01b .GITheWall02 .ff-items li:not(.ff-item-type-2),
.ff-container input.ff-selector-type-3:checked ~ .unit01b .GITheWall02 .ff-items li:not(.ff-item-type-3) {
	opacity: 0.1;
}*/

.ff-container input.ff-selector-type-1:checked ~ .unit01b .GITheWall02 .ff-items li:not(.ff-item-type-1) span,
.ff-container input.ff-selector-type-2:checked ~ .unit01b .GITheWall02 .ff-items li:not(.ff-item-type-2) span,
.ff-container input.ff-selector-type-3:checked ~ .unit01b .GITheWall02 .ff-items li:not(.ff-item-type-3) span {
	display:none;
}