@charset "utf-8"; /* * リセットCSS * reset.css */ /*リセット--------------------------------------*/ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, img, b, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, footer, header, hgroup, nav, section, summary { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; font-weight: normal } img { vertical-align: top; -ms-interpolation-mode: bicubic } li { list-style: none } body { font-size: 28px; color: #4f4f4f; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, Arial, sans-serif; line-height: 1; -webkit-text-size-adjust: 100%; background-color:#FFFFFF; } a { text-decoration: none; color: #4f4f4f } a:visited, a:hover, a:active { text-decoration: none; }