@import url(//fonts.googleapis.com/css?family=EB+Garamond);
@import url(//fonts.googleapis.com/css?family=Source+Serif+Pro);
@font-face {
  font-family: "NotoSansR";
  src: url("../../css/font/NotoSansR.eot") format("eot"), url("../../css/font/NotoSansR.woff") format("woff");
}

@font-face {
  font-family: "NotoSansL";
  src: url("../../css/font/NotoSansL.eot") format("eot"), url("../../css/font/NotoSansL.woff") format("woff");
}

@font-face {
  font-family: "iconfont";
  src: url("../../css/font/iconfont.eot");
  src: url("../../css/font/iconfont.eot#iefix") format("embedded-opentype"), url("../../css/font/iconfont.woff") format("woff"), url("../../css/font/iconfont.ttf") format("truetype"), url("../../css/font/iconfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: "iconfont";
  font-style: normal;
  display: inline-block;
  width: 1.1em;
  text-align: center;
  line-height: 1.1;
}

/*------------------------------------------
  Clearfix
------------------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}