/*
  Minimal reset - common.css の既存リセットを補完
  ※ common.css に * { margin:0; padding:0; box-sizing:border-box; } が既にあるため最小限に
*/

html {
    -moz-tab-size: 4;
    tab-size: 4;
    -webkit-text-size-adjust: 100%;
}

hr {
    height: 0;
    color: inherit;
}

address {
    font-style: normal;
}
