@charset "UTF-8";

/* ================================================================================
 * base.css
 *
 * Universal style
 * ================================================================================ */

* {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  font-size: 100%;
  /*font-style: normal;*/
  /*font-weight: normal;*/
}