@charset "UTF-8";
/* mixins and variables */
/* variables */
/* fonts */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
/* -----------------------
	color
----------------------- */
/* 各種色系 */
/* 藍色系 */
/* 石板 - 深色 */
/* 鮭魚色 */
/* 蘭花(紫橘色系) */
/* aurora */
/* 狀態 */
/* text */
/* background */
/* border */
/* -----------------------
	font
----------------------- */
/* letter-spacing */
/* -----------------------
	shadow
----------------------- */
/* -----------------------
	Media queries breakpoints
----------------------- */
/* mixins */
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/* skin */
/* Styles */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* custom */
a {
    transition: none;
}

    a, a:hover, a:focus {
        text-decoration: none;
    }

b, strong {
    font-weight: bold;
}

button {
    background: none;
    border: 0;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
}

    button:active, button:focus {
        outline: none;
    }

input, select, textarea {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
}

    input:active, input:focus, select:active, select:focus, textarea:active, textarea:focus {
        outline: none;
    }

/*# sourceMappingURL=reset.css.map */
