<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
 *  reset.css
 *  version --- 1.1.2
 *  updated --- 2015/12/10
 *
 *  author  --- studio Neo-
 */

/* !Reset
---------------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

input, select {
  vertical-align: middle;
}


/* !List Style
---------------------------------------------------------- */
ol, ul {
  list-style:none;
}


/* !Box Sizing
---------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box; /* &lt;=iOS 4, &lt;= Android 2.3 */
     -moz-box-sizing: border-box; /* Firefox 1+ */
          box-sizing: border-box; /* Chrome, IE8+, Opera, Safari 5.1 */
}


/* !Grids（Responsive Layout）
---------------------------------------------------------- */
.grid-box { *zoom: 1;}

  .grid {
    display: block;
    float: left;
  }
    .grid:first-child { margin-left: 0 !important;}

  .grid-1_of_2  { width: 50%;}
  .grid-1_of_3  { width: 33.333333%;}
  .grid-1_of_4  { width: 25%;}
  .grid-1_of_5  { width: 20%;}
  .grid-1_of_6  { width: 16.666666%;}
  .grid-1_of_7  { width: 14.285714%;}
  .grid-1_of_8  { width: 12.5%;}
  .grid-1_of_9  { width: 11.111111%;}
  .grid-1_of_10 { width: 10%;}
  .grid-1_of_11 { width: 9.090909%;}
  .grid-1_of_12 { width: 8.333333%;}


/* !Clearfix（micro clearfix）
---------------------------------------------------------- */
/* for modern browsers */
.clearfix:before,
.clearfix:after,
.grid-box:before,
.grid-box:after {
  content: "";
  display: table;
}

.grid-box:after,
.clearfix:after { clear: both;}

/* for IE6/7 (trigger hasLayout) */
.grid-box,
.clearfix { *zoom: 1;}


/* !Alpha
---------------------------------------------------------- */
.alpha {
  -webkit-transition: opacity 0.4s ease;
          transition: opacity 0.4s ease;
}
  .alpha:hover { opacity: 0.7;}
</pre></body></html>