@charset "utf-8";

/** Font **/

@font-face{font-weight:100;font-family:"Helvetica Neue";src:local("Helvetica Neue Regular");}
@font-face{font-weight:200;font-family:"Helvetica Neue";src:local("Helvetica Neue Regular");}
@font-face{font-weight:100;font-family:"Yu Gothic";src:local("Yu Gothic Medium");}
@font-face{font-weight:200;font-family:"Yu Gothic";src:local("Yu Gothic Medium");}
@font-face{font-weight:300;font-family:"Yu Gothic";src:local("Yu Gothic Medium");}
@font-face{font-weight:400;font-family:"Yu Gothic";src:local("Yu Gothic Medium");}
@font-face{font-weight:bold;font-family:"Yu Gothic";src:local("Yu Gothic Bold");}

.pj-contents {
	font-feature-settings:"pwid";
	font-family:-apple-system, BlinkMacSystemFont, Roboto, "Droid Sans", "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif;
}
.pj-font-serif {
	font-feature-settings:"pkna";
	font-family:"Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
}

/** IE **/
_:-ms-input-placeholder, :root .pj-contents { font-family:inherit; }/**
_:-ms-input-placeholder, :root .pj-font-serif { font-family:serif; }/**/
