@charset "utf-8";

html{ 
   font-size: 1px;/*for using REM units*/
}
body{
   direction: ltr;
	 font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
   font-size: 14rem;
   font-weight: 400;
   line-height: 1.0;
   color: #333333;
	 background-color: #f6f6f6;
}