@charset "UTF-8";
/* Scss Document */
/*
Theme Name:
Author:
Author URI:
Version:1.0
*/
/*----------reset----------*/
/* line 11, ../scss/reset.scss */
* {
  font-family: Arial,Helvetica,"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  margin: 0px;
  padding: 0px; }

/* line 16, ../scss/reset.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent; }

/* line 37, ../scss/reset.scss */
body {
  line-height: 1;
  -webkit-text-size-adjust: 100%; }

/* line 42, ../scss/reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 47, ../scss/reset.scss */
ul {
  list-style: none; }

/* line 51, ../scss/reset.scss */
blockquote, q {
  quotes: none; }

/* line 55, ../scss/reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* line 61, ../scss/reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
/* line 70, ../scss/reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
/* line 77, ../scss/reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* line 84, ../scss/reset.scss */
del {
  text-decoration: line-through; }

/* line 88, ../scss/reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

/* line 92, ../scss/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs 
*/
/* line 99, ../scss/reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

/* line 108, ../scss/reset.scss */
input, select {
  vertical-align: middle; }

/*# sourceMappingURL=reset.css.map */
