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

/* ====================================================== */
/* Last Update : 2018.2.13 */
/* For : reset用 */
/* ====================================================== */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,a,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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  vertical-align: top;
  font-size: 100%;
}
body {
  font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ','Meiryo',sans-serif;
  font-size: 16px;
  line-height: 1.125;
  color: #333;
  -webkit-text-size-adjust:100%;
}
ul {
  list-style:none;
}
a {
  color: #333;
  text-decoration: underline;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
a:hover {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
hr {
  display: block;
  margin: 1em 0;
  padding: 0
  height: 1px;
  border: 0;
  border-top:1px solid #ccc;
}
input, select {
  box-sizing: border-box;
  vertical-align: middle;
}
input[type="submit"], select {
  cursor: pointer;
}

@media (min-width: 600px) and (max-width:959px) and (orientation: portrait) {
  body {
    width: 960px;
  }
}

@media (max-width: 599px), (min-width: 600px) and (max-width: 767px) and (orientation: landscape) {
  body {
    min-width: inherit;
  }
}
</pre></body></html>