/*font-setting*/
/*basic*/
html{
  font-family:Arial, "微軟正黑體", "Microsoft JhengHei", "Microsoft Yahei", "Hiragino Sans GB", "新細明體", "標楷體", DFKai-SB, sans-serif;
	line-height: 20px;
	letter-spacing: 1px;
}
.font-thin{
  font-weight:100;
  font-style:normal;
}
.font-light{
  font-weight:300;
  font-style:normal;
}
.font-regular{
  font-weight:400;
  font-style:normal;
}
.font-semibold{
  font-weight:600;
  font-style:normal;
}
.font-bold{
  font-weight:700;
  font-style:normal;
}
.font-extrabold{
  font-weight:800;
  font-style:normal;
}
.font-black{
  font-weight:900;
  font-style:normal;
}
