/*===============================================================================

	初期設定_font

===============================================================================*/
@font-face {
  font-family: 'segoe';
  src: url('../font/segoesc.ttf') format('truetype');
}

@font-face {
  font-family: 'segoe_b';
  src: url('../font/segoescb.ttf') format('truetype');
}

/*font-family: 'segoe' sans-serif;*/
@font-face {
  font-family: 'proxim-s-sb';
  src: url('../font/Proxima Soft Semibold.otf') format('opentype');
}

/*font-family: 'proxim-s-sb' sans-serif;*/
@font-face {
  font-family: 'proxim-s-l';
  src: url('../font/Proxima Soft Light.otf') format('opentype');
}

/*font-family: 'proxim-s-l' sans-serif;*/
@font-face {
  font-family: 'proxim-s-t';
  src: url('../font/Proxima Soft Thin.otf') format('opentype');
}

/*font-family: 'proxim-s-t' sans-serif;*/

/*"Zen Maru Gothic", sans-serif;*/