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

@import url(base.css);
@import url(detail.css);

.fc-white{
  color:#fff;
}
.fc-gray{
  color:var(--vt-c-gray);
}
.fc-blue{
  color:var(--vt-c-blue);
}
.fc-dark{
  color:var(--vt-c-dark);
}

.fs-big{
  font-size: 1.25rem;
}

.bg-white{
  background:#fff;
}
.text-center{
  text-align: center;
}
.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}
.relative{
  position: relative;
}

.clear:after{
  display: table;
  width:100%;
  content: "";
  clear: both;
}

.bg-gray{
  background:var(--vt-body-bg);
}

.mr05{
  margin-right: 0.5rem;
}
.ml05{
  margin-left: 0.5rem;
}
.mx05 {
  margin: 0 0.5rem;
}
.mb1{
  margin-bottom:1rem;
}
.mb2{
  margin-bottom: 2rem;
}

.pull-right{
  float: right;
}
.pull-left{
  float:left;
}</pre></body></html>