<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*-----------------------------------------------------------------------
  ●   normalize.css v2.1.2 | MIT License | git.io/normalize
  ●   re-defined by 2015 NEOZEST (http://neozest.jp/)
  ●   basic tag definition
  001. basic
  002. link
  003. typography
  004. list
  005. image
  006. figure
  007. form
  008. table
  009. heading/caption
  010. HTML5
-----------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
  001. basic
-----------------------------------------------------------------------*/
html {
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
}
div,
p,
applet,
object,
fieldset {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
iframe {
  margin: 0;
  padding: 0;
  border: 0;
}
/*-----------------------------------------------------------------------
  002. link
-----------------------------------------------------------------------*/
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/*-----------------------------------------------------------------------
  003. typography
-----------------------------------------------------------------------*/
b,
em,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
small {
  font-size: 78%;
}
/*-----------------------------------------------------------------------
  004. list
-----------------------------------------------------------------------*/
ul,
ol {
  margin: 0;
  padding: 0;
}
dl {
  margin: 0;
  padding: 0;
}
dd {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
/*-----------------------------------------------------------------------
  005. image
-----------------------------------------------------------------------*/
img {
  /*width: 100%;*/
  /*height: auto;*/
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
/*-----------------------------------------------------------------------
  006. figure
-----------------------------------------------------------------------*/
figure {
  margin: 0;
}
/*-----------------------------------------------------------------------
  007. form
-----------------------------------------------------------------------*/
form {
  margin: 0;
}
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  outline: 0;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 0;
  padding: 0;
  outline: 0;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/*-----------------------------------------------------------------------
  008. table
-----------------------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  margin: 0;
  padding: 0;
}
/*-----------------------------------------------------------------------
  009. heading/caption
-----------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
th,
caption,
address {
  /*font-family: "Open Sans", sans-serif;*/
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
h1 {
  font-size: 200%;
}
h2 {
  font-size: 175%;
}
h3 {
  font-size: 150%;
}
h4 {
  font-size: 125%;
}
h5 {
  font-size: 110%;
}
h6 {
  font-size: 100%;
}
/*-----------------------------------------------------------------------
  010. HTML5
-----------------------------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

/* 未訪問のリンク */
/*a:link {
  color: black;
  text-decoration: none;
}*/

/* 訪問済みのリンク */
/*a:visited {
  color: black;
  text-decoration: none;
}*/

/* カーソルが上にある時のリンク */
/*a:hover {
  color: black;
  text-decoration: none;
}*/
</pre></body></html>