| 1 | @charset "utf-8";
|
|---|
| 2 |
|
|---|
| 3 | /************************************************
|
|---|
| 4 | ブラウザリセット
|
|---|
| 5 | ************************************************ */
|
|---|
| 6 | html, body, div, span, applet, object, iframe, h1, h2, h3,
|
|---|
| 7 | h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
|
|---|
| 8 | big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
|
|---|
| 9 | small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
|
|---|
| 10 | fieldset, form, label, legend, table, caption, tbody, tfoot,
|
|---|
| 11 | thead, tr, th, td{
|
|---|
| 12 | margin: 0;
|
|---|
| 13 | padding: 0;
|
|---|
| 14 | border: 0;
|
|---|
| 15 | }
|
|---|
| 16 |
|
|---|
| 17 | table, caption, th, td{
|
|---|
| 18 | margin: 0;
|
|---|
| 19 | padding: 0;
|
|---|
| 20 | border: 0;
|
|---|
| 21 | border-collapse : collapse ;
|
|---|
| 22 | border-spacing: 0px;
|
|---|
| 23 | empty-cells: show;
|
|---|
| 24 | text-align: left;
|
|---|
| 25 | font-weight: normal;
|
|---|
| 26 | }
|
|---|
| 27 |
|
|---|
| 28 | a img, iframe{
|
|---|
| 29 | border:none;
|
|---|
| 30 | }
|
|---|
| 31 | ol,ul,li{
|
|---|
| 32 | list-style:none;
|
|---|
| 33 | }
|
|---|
| 34 |
|
|---|
| 35 | input, textarea, select, button{
|
|---|
| 36 | font-size:100%;
|
|---|
| 37 | font-family:inherit;
|
|---|
| 38 | }
|
|---|
| 39 |
|
|---|
| 40 | select{
|
|---|
| 41 | margin:inherit;
|
|---|
| 42 | }
|
|---|