@charset "utf-8";

/*----------------------------------------------------------------------
   Reset
----------------------------------------------------------------------*/

@import "import_en/reset.css";

/*----------------------------------------------------------------------
   Common Layout
----------------------------------------------------------------------*/

@import "import_en/layout.css" print, screen and (min-width:769px);
@import "import_en/layout_sp.css" screen and (max-width:768px);

/*----------------------------------------------------------------------
   Each Layout
----------------------------------------------------------------------*/

@import "import_en/style.css" print, screen and (min-width:769px);
@import "import_en/style_sp.css" screen and (max-width:768px);

/*----------------------------------------------------------------------
   Print Layout
----------------------------------------------------------------------*/

@import "import_en/print.css" print;

/*----------------------------------------------------------------------
   [Font Size]
			10px | 72%
			11px | 79%
			12px | 86%
			13px | 93%
			14px | 100%  <- Base Font Size (#mainContents-cmc)
			15px | 108%
			16px | 115%
			17px | 122%
			18px | 129%
			19px | 136%
			20px | 143%
			21px | 150%
			22px | 157%
			23px | 164%
			24px | 171%
			25px | 178%
			26px | 185%
			27px | 192%
			28px | 199%
			29px | 206%
			30px | 213%
			
			[toshiba font-size setting]
			.text0 { font-size:0; }
			.text09 { font-size:69%; }
			.text10 { font-size:77%; }
			.text11 { font-size:85%; }
			.text12 { font-size:93%; }
			.text13 { font-size:100%; }
			.text14 { font-size:108%; }
			.text15 { font-size:116%; }
			.text16 { font-size:123.1%; }
			.text17 { font-size:131%; }
			.text18 { font-size:138.5%; }
			.text19 { font-size:146.5%; }
			.text20 { font-size:153.9%; }
			.text21 { font-size:161.6%; }
			.text22 { font-size:167%; }
			.text23 { font-size:174%; }
			.text24 { font-size:182%; }
			.text25 { font-size:189%; }
			.text26 { font-size:197%; }
----------------------------------------------------------------------*/