@charset "utf-8";


/*------------------------------------
	webfont
-----------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: "gen_normal";
  src: url("../fonts/GenJyuuGothic-P-Normal.eot?")  format('eot'),
       url("../fonts/GenJyuuGothic-P-Normal.woff")  format('woff');
}
.gen_normal {
  font-family: "gen_normal";
  letter-spacing: 2px;
}

@font-face {
  font-family: "gen_medium";
  src: url("../fonts/GenJyuuGothic-P-Medium.eot?")  format('eot'),
       url("../fonts/GenJyuuGothic-P-Medium.woff")  format('woff');
}

.gen_medium {
	font-family: "gen_Medium";
 	letter-spacing: 2px;
}

@font-face {
  font-family: "gen_bold";
  src: url("../fonts/GenJyuuGothic-P-Bold.eot?")  format('eot'),
       url("../fonts/GenJyuuGothic-P-Bold.woff")  format('woff');
}

.gen_bold {
	font-family: "gen_bold";
 	letter-spacing: 2px;
}