/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font: Meiryo, arial, clean, verdana, 'Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #333;
	line-height: 1.4;
}
html {
	font-size: 62.5%;
} /* Except IE & Add IE8 */
/**
 * Nudge down to get to 10px equivalent for these form elements
 */ 
select, input, button, textarea {
	font: Meiryo, arial, clean, verdana, 'Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 1rem;
	color: #333;
	line-height: 1.4;
}
/**
 * To help tables remember to inherit
 */
table {
	font-size: inherit;
	font-size: 1rem;
	color: #333;
	line-height: 1.4;
}
/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre, code, kbd, samp, tt {
	font-family: monospace;
	font-size: 1rem;
	line-height: 1.4;
	color: #333;
}
/* Font-size fixed */
li li, li dt, li dd, li input, li select, li button, li textarea, li p, li th, li td, dt li, dt dt, dt dd, dt input, dt select, dt button, dt textarea, dt p, dt th, dt td, dd li, dd dt, dd dd, dd input, dd select, dd button, dd textarea, dd p, dd th, dd td, th li, th dt, th dd, th input, th select, th button, th textarea, th p, th th, th td, td li, td dt, td dd, td input, td select, td button, td textarea, td p, td th, td td, p input {
	font-size: 1.6rem;
}


@font-face {
  font-family: 'Lobster-Regular';
  src: url('../font/Lobster-Regular.eot'); /* IE9 Compat Modes */
  src: url('../font/Lobster-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/Lobster-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/Lobster-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../font/Lobster-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../font/Lobster-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}


@font-face {
  font-family: 'NotoSansJP-Bold';
  src: url('../font/NotoSansJP-Bold.otf');
  src: url('../font/NotoSansJP-Bold.html');
  src: url('../font/NotoSansJP-Bold.woff2') format('woff2'),
       url('../font/NotoSansJP-Bold.woff') format('woff');
}

@font-face {
  font-family: 'NotoSansJP-Medium';
  src: url('../font/NotoSansJP-Medium.otf');
  src: url('../font/NotoSansJP-Medium.html');
  src: url('../font/NotoSansJP-Medium.woff2') format('woff2'),
       url('../font/NotoSansJP-Medium.woff') format('woff');
}

@font-face {
  font-family: 'NotoSansJP-Regular';
  src: url('../font/NotoSansJP-Regular.otf');
  src: url('../font/NotoSansJP-Regular.html');
  src: url('../font/NotoSansJP-Regular.woff2') format('woff2'),
       url('../font/NotoSansJP-Regular.woff') format('woff');
}





















































