@charset "utf-8"; 
/* reset @tani
---------------------------------*/
*, *:before, *:after { box-sizing: inherit; }
html, body, /*h1, h2, h3, h4, h5, h6,*/ ul, ol, li, dl, dt, dd, p, img, a, div, span, table, tr, th, td { margin: 0; padding: 0; border: 0; font-size: 100%; font-weight: normal; vertical-align: bottom; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
header, footer, nav, section, article, aside { display: block; }
ol, ul { list-style: none; list-style-type: none; }
a { text-decoration: none; background-color: transparent; }
hr { height: 0; border: none; clear: both; color: #fff; }
