source for sakino.kelbie.scot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
2.8 KiB

  1. /*! normalize.css v1.0.1 | MIT License | git.io/normalize */
  2. article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}
  3. audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
  4. audio:not([controls]){display:none;height:0}
  5. [hidden]{display:none}
  6. html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
  7. /*html,button,input,select,textarea{font-family:sans-serif}*/
  8. body{margin:0}
  9. a{ text-decoration: none; color: #0066CC; font-family:'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif;}
  10. a:focus{outline:none;}
  11. a:active,a:hover{outline:0;text-decoration: underline;}
  12. h1{font-weight:normal;font-size:2em;margin: 0}
  13. h2{font-weight:normal;font-size:1.5em;margin: 0}
  14. h3{font-weight:normal;font-size:1.17em;margin: 0}
  15. h4{font-weight:normal;font-size:1em;margin: 0}
  16. h5{font-weight:normal;font-size:.83em;margin: 0}
  17. h6{font-weight:normal;font-size:.75em;margin: 0}
  18. abbr[title]{border-bottom:1px dotted}
  19. b,strong{font-weight:bold}
  20. blockquote{margin:1em 40px}
  21. dfn{font-style:italic}
  22. mark{background:#ff0;color:#000}
  23. p,pre{margin:0.5em 0}
  24. /*code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}*/
  25. pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}
  26. q{quotes:none}
  27. q:before,q:after{content:'';content:none}
  28. small{font-size:80%}
  29. sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
  30. sup{top:-0.5em}
  31. sub{bottom:-0.25em}
  32. dl,menu,ol,ul{margin:0; padding:0; list-style-type: none;list-style-position: inside;}
  33. dd{margin:0 0 0 40px}
  34. /*menu,ol,ul{padding:0 0 0 40px}*/
  35. nav ul,nav ol{list-style:none;list-style-image:none; list-style-position: inside;}
  36. img{border:0;-ms-interpolation-mode:bicubic}
  37. svg:not(:root){overflow:hidden}
  38. figure{margin:0}
  39. form{margin:0}
  40. fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
  41. legend{border:0;padding:0;white-space:normal;*margin-left:-7px}
  42. button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}
  43. button,input{line-height:normal}
  44. button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}
  45. button[disabled],input[disabled]{cursor:default}
  46. input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}
  47. input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
  48. input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
  49. button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
  50. textarea{overflow:auto;vertical-align:top}
  51. table{border-collapse:collapse;border-spacing:0}