@font-face {
  font-family: 'Fjalla One';
  src: url("../common/font/fjallaone-regular.eot");
  src: url("../common/font/fjallaone-regular.eot-#iefix") format('embedded-opentype'), url("../common/font/fjallaone-regular.woff") format('woff'), url("../common/font/fjallaone-regular.ttf") format('truetype'), url("../common/font/fjallaone-regular.svg#fjalla_oneregular") format('svg');
}
/* ==========================================================================
   Category
   ========================================================================== */
/* Category list
  ========================================================================== */
.category-list {
  overflow: hidden;
}
.category-list > li {
  float: left;
  width: 32%;
  margin: 10px 0 0 10px;
}
.category-list > li:nth-child(-n+4) {
  margin-top: 10px;
}
.category-list > li:nth-child(4n+1) {
 /* clear: left;*/
  margin-left: 10px;
}
.category-list > li a {
  display: block;
  background-color: #fff;
}
.category-list > li a:hover {
  opacity: 0.9;
  filter: alpha(opacity=70);
}
.category-list > li a figure {
  position: relative;
  height: 214px;
}
.category-list > li a figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 90%;
  max-height: 100%;
  margin: auto;
}

.mod-frame img:hover 

{
	webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);	
	
	
	}
	
.mod-frame img {cursor:pointer;transition:all 0.6s;}

.mod-frame { overflow:hidden; border:0px solid #000;}

@media screen and (max-width: 768px) {
  body:not(.non-responsive) .category-list > li {
    width: 50%;
    margin: 0;
    padding-top: 7px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  body:not(.non-responsive) .category-list > li:nth-child(-n+2) {
    padding-top: 0;
  }
  body:not(.non-responsive) .category-list > li:nth-child(2n+1) {
    clear: left;
    padding-right: 5px;
  }
  body:not(.non-responsive) .category-list > li:nth-child(2n) {
    padding-left: 5px;
  }
  body:not(.non-responsive) .category-list > li a figure {
    height: 169px;
  }
}
.category-list_text {
  display: block;
  position: relative;
  margin-top: 0;
  padding: 9px 10px 10px 20px;
  line-height: 1.3;
}
.category-list_text:before {
  position: absolute;
  top: .9em;
  left: 10px;
  width: 4px;
  height: 7px;
  background: url("../img/category-list_text_bg01.png") no-repeat;
  background-size: 4px auto;
  content: "";
}
