@charset "UTF-8";
/*
 * theme.css — shinsei-j base reset
 */

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; margin: 0; padding: 0; }
table { border-collapse: collapse; width: 100%; }
#content { padding: 0; }
#header.header { height: auto; border-bottom: none; }
#footer { border-top: none; clear: none; padding: 0; }
