/* tDiary base theme reset — loaded before ruby-online.css */
*, *::before, *::after { box-sizing: border-box; }
html { font-size: 100%; }
body { margin: 0; padding: 0; }
img  { border: 0; max-width: 100%; }
ul, ol { margin: 0; padding: 0; }
li   { list-style: none; }
a    { text-decoration: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-weight: bold; }
p    { margin: 0; padding: 0; }
table { border-collapse: collapse; }
input, button, select, textarea { font: inherit; }
