<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  overflow: visible;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
li {
  list-style: none;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
#header .headerInner .logoinner {
  width: 680px;
  height: 60px;
  position: absolute;
  top: 20px;
}
.bottom_decoration {
  background-image: url("../../img/home/bg_wrapper_bottom.png");
  background-position: 0px bottom;
  background-repeat: repeat-x;
  height: 80px;
  background-color: #ffffff;
}
a {
  outline: none;
}
img {
  border: 0;
  vertical-align: top;
}
</pre></body></html>