@charset "utf-8";
/* ===================================================================
CSS information

 file name  :import.css
 author     :Ito(admin)
 style info :各cssファイル読み込み用
=================================================================== */

/* reset style - リセット及びbody基本設定
----------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy:400,400italic);
@import url(reset.css);


/* 汎用クラス
----------------------------------------------------------- */
@import url(setup.css);


/* レイアウト用
----------------------------------------------------------- */
@import url(pages.css);

/* 印刷用
----------------------------------------------------------- */
@import url(print.css);


@font-face {
	font-family: 'wfh';
	src: url('../fonts/hnrf/hnrf.eot?#iefix') format('embedded-opentype'), 
	     url('../fonts/hnrf/hnrf.woff') format('woff'), 
	     url('../fonts/hnrf/hnrf.otf')  format('opentype'),
	     url('../fonts/hnrf/hnrf.svg#svgFontName') format('svg');
	}


.wfh {font-family:'wfh';letter-spacing:0.02em;}