<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*Config Vars*/
/*functions*/
/*Extends*/
/*Mixins*/
/*----------------------------------------------------------
16進数に変換する
----------------------------------------------------------*/
/*----------------------------------------------------------
rgbaを16進数表記に変換する
----------------------------------------------------------*/
/* line 4, ../sass/menu.scss */
#menu &gt; ul {
  display: table;
  width: 960px;
  margin: 0 auto 1px;
  position: relative;
}
/* line 10, ../sass/menu.scss */
#menu &gt; ul &gt; * {
  display: table-cell;
  vertical-align: top;
}
/* line 15, ../sass/menu.scss */
#menu &gt; ul &gt; li:nth-child(6) {
  position: absolute;
  top: -63px;
  right: 0;
}
</pre></body></html>