@import url(https://fonts.googleapis.com/css?family=Gloria+Hallelujah);
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Pinyon+Script);
@-webkit-keyframes bg {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 500px 500px; } }
@-moz-keyframes bg {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 500px 500px; } }
@-ms-keyframes bg {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 500px 500px; } }
@-o-keyframes bg {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 500px 500px; } }
@keyframes bg {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 500px 500px; } }
/* ! */
/* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) */
/* Richard Clark (http://richclarkdesign.com) */
/* http://cssreset.com */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/******************************************************************************
common.css
******************************************************************************/
html, body {
  height: 100%; }

body {
  font-size: 10px;
  -webkit-text-size-adjust: none; }
  .msie body {
    font-size: 62.5%; }

address {
  font-style: normal; }

ul, ol {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a {
  text-decoration: none; }

.hide-html {
  display: none; }

/* margin
-----------------------------------------------------------------------------*/
.mb-0 {
  margin-bottom: 0px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-55 {
  margin-bottom: 55px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-65 {
  margin-bottom: 65px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-75 {
  margin-bottom: 75px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-85 {
  margin-bottom: 85px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-95 {
  margin-bottom: 95px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

/* padding
-----------------------------------------------------------------------------*/
.pt-5 {
  padding-top: 5px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pt-35 {
  padding-top: 35px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-45 {
  padding-top: 45px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-55 {
  padding-top: 55px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pt-65 {
  padding-top: 65px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pt-75 {
  padding-top: 75px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pt-85 {
  padding-top: 85px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pt-95 {
  padding-top: 95px !important; }

.pt-100 {
  padding-top: 100px !important; }

/* align
-----------------------------------------------------------------------------*/
.t-right {
  text-align: right !important; }

.t-center {
  text-align: center !important; }

.t-center * {
  text-align: center !important; }

.t-left {
  text-align: left !important; }

/* float
-----------------------------------------------------------------------------*/
.f-left {
  float: left; }

.f-right {
  float: right; }

/* other
-----------------------------------------------------------------------------*/
.relative {
  position: relative; }

/* clear
-----------------------------------------------------------------------------*/
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.clearboth {
  height: 0px;
  visibility: hidden;
  clear: both;
  line-height: 0;
  font-size: 0px;
  _zoom: 1; }

#jsWarning {
  position: absolute;
  top: 0px;
  width: 100%;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  color: #FFF;
  background-color: #900; }

/*vars*/
html {
  font-size: 10px; }

html, body, #page {
  height: 100%; }

body {
  background: url(../img/ptrn2.gif) fixed; }

/*loading*/
#loader {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  z-index: 102;
  text-align: center;
  background: url(/feature/newyear/design/img/loading.gif) no-repeat center center;
  background-size: 10%; }
  @media only screen and (max-width: 787px) {
    #loader {
      background-size: 30%; } }

#fade {
  width: 100%;
  height: 100%;
  display: none;
  background-color: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 101; }

#page {
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", Roboto, "YuGothic", Meiryo, Osaka, "MS PGothic", sans-serif; }
  #page a {
    color: #333;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear; }
    #page a:hover {
      text-decoration: none;
      color: #cc0f00; }

/******************************************************************************
footer
******************************************************************************/
footer {
  z-index: 3;
  position: fixed;
  bottom: 20px;
  width: 100%; }
  @media only screen and (max-width: 787px) {
    footer {
      position: relative;
      background: url(../img/dot.png) repeat-x left top #fff;
      bottom: 0;
      background-color: #fff;
      padding: 30px 0 20px; } }

.bottom {
  display: table;
  margin: 0 30px; }
  .bottom h1 {
    width: 50px;
    height: 40px;
    text-indent: -9999px;
    display: table-cell;
    background: url(../img/bottom-logo.png) no-repeat left center;
    background-size: contain; }
  .bottom p {
    padding: 0 10px; }
    .bottom p.copyright {
      display: table-cell;
      vertical-align: middle;
      font-size: 1.2rem;
      font-family: 'Gloria Hallelujah', cursive; }
    .bottom p.link {
      display: table-cell;
      vertical-align: middle; }
      .bottom p.link a {
        font-size: 1.2rem;
        display: block;
        background-color: white;
        border: solid 1px #ccc;
        padding: 4px 8px;
        text-decoration: none; }
        .bottom p.link a:hover {
          opacity: 0.7; }
        .bottom p.link a:before {
          vertical-align: middle;
          content: "";
          display: inline-block;
          border: 4px solid transparent;
          border-left-color: #333; }
  @media only screen and (max-width: 787px) {
    .bottom {
      display: block;
      margin: 0 15px;
      text-align: center; }
      .bottom h1 {
        height: 30px;
        display: block;
        margin: 0 auto 5px; }
      .bottom p {
        display: block;
        padding-right: 10px; }
        .bottom p.copyright {
          display: block;
          margin-bottom: 20px;
          text-align: center; } }

/*btn-sns*/
.btn-sns {
  position: absolute;
  right: 10px;
  top: 25px;
  overflow: hidden;
  z-index: 3; }
  .btn-sns li {
    width: 100px;
    float: right; }
  @media only screen and (max-width: 787px) {
    .btn-sns {
      position: relative;
      left: 0;
      top: 0;
      width: 200px;
      margin: 0 auto;
      padding-bottom: 30px;
      text-align: center; }
      .btn-sns li {
        display: inline-block; } }

/*totop*/
#totop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100; }

/******************************************************************************
cont
******************************************************************************/
#cont {
  padding-bottom: 50px;
  /*ttl*/
  /*anchor*/
  /*block*/
  /*related*/
  /*facebook-comment*/
  /*btn*/ }
  #cont .ttl {
    text-align: center;
    margin-bottom: 50px; }
    #cont .ttl h1 {
      padding: 60px 0 30px;
      font-family: "Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", "MS PMincho", sans-serif;
      font-size: 3rem;
      line-height: 1.5;
      margin-bottom: 30px;
      background: url(../img/bg.gif) fixed; }
      #cont .ttl h1 img {
        max-width: 95%;
        height: auto; }
    #cont .ttl p {
      font-size: 1.8rem;
      line-height: 2.2;
      font-family: "Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", "MS PMincho", sans-serif;
      font-feature-settings: "palt";
      letter-spacing: 2px;
      margin-bottom: 20px; }
      #cont .ttl p span {
        font-style: 1.2em; }
      #cont .ttl p strong {
        display: inline-block;
        line-height: 1.7; }
        #cont .ttl p strong.ttl-txt {
          display: block;
          color: #333;
          font-size: 1.6em; }
        #cont .ttl p strong.ttl-alert {
          padding: 10px;
          color: #fff;
          background: #c00; }
          #cont .ttl p strong.ttl-alert br {
            display: none; }
      #cont .ttl p img {
        max-width: 95%;
        height: auto;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -ms-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: linear;
        -moz-transition-timing-function: linear;
        -ms-transition-timing-function: linear;
        -o-transition-timing-function: linear;
        transition-timing-function: linear; }
      #cont .ttl p a:hover img {
        opacity: 0.7; }
  @media only screen and (max-width: 787px) {
    #cont .ttl p {
      margin: 0 auto 15px;
      width: 90%;
      font-size: 1.4rem;
      line-height: 1.5;
      text-align: left;
      letter-spacing: 0; }
      #cont .ttl p strong.ttl-txt {
        display: block;
        text-align: center;
        color: #333;
        font-size: 2rem;
        margin-bottom: 15px; } }
  #cont .anchor {
    width: 95%;
    margin: 0 auto 40px; }
    #cont .anchor ul {
      width: 100%;
      text-align: center; }
      #cont .anchor ul li {
        width: 50px;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 15px;
        font-family: "Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", "MS PMincho", sans-serif; }
        #cont .anchor ul li a {
          position: relative;
          display: block;
          font-size: 2rem;
          line-height: 2;
          text-align: left;
          vertical-align: top;
          padding: 0 0 12px;
          -webkit-writing-mode: vertical-rl;
          -moz-writing-mode: vertical-rl;
          -ms-writing-mode: vertical-rl;
          -o-writing-mode: vertical-rl;
          writing-mode: vertical-rl; }
          #cont .anchor ul li a:after {
            content: '';
            width: 6px;
            height: 6px;
            border: 0px;
            border-top: solid 3px #cc0f00;
            border-right: solid 3px #cc0f00;
            -ms-transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -5px; }
  @media only screen and (max-width: 787px) {
    #cont .anchor ul li {
      width: 25px; }
      #cont .anchor ul li a {
        width: 18px;
        font-size: 1.6rem;
        line-height: 1.5; }
        #cont .anchor ul li a:after {
          margin-left: -8px; } }
  #cont .block {
    width: 85%;
    margin: 0 auto 50px;
    position: relative;
    padding-bottom: 50px;
    background: url(../img/dot.png) repeat-x left bottom; }
    #cont .block h2 {
      position: absolute;
      top: -20px;
      left: 0;
      font-size: 1.8rem;
      margin-bottom: 30px; }
    #cont .block .hanrei {
      font-size: 1.4rem;
      line-height: 1.5;
      text-align: right; }
      @media only screen and (max-width: 787px) {
        #cont .block .hanrei {
          text-align: left; } }
    #cont .block table {
      width: 100%;
      min-width: 700px;
      font-size: 1.4rem;
      line-height: 1.6;
      border-collapse: collapse;
      margin-bottom: 20px; }
      #cont .block table tr.even th, #cont .block table tr.even td {
        background: #f4f4f4; }
      #cont .block table tr.odd th, #cont .block table tr.odd td {
        background: #fff; }
      #cont .block table tr.t-ttl th {
        background: transparent;
        padding: 3px;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap; }
        #cont .block table tr.t-ttl th div {
          display: inline-block; }
          #cont .block table tr.t-ttl th div p {
            display: table-cell;
            vertical-align: middle;
            line-height: 1.2;
            color: #fff;
            background: #FD623F;
            text-align: center;
            width: 100px;
            height: 100px;
            border-radius: 50px; }
            #cont .block table tr.t-ttl th div p strong {
              font-family: 'Oswald', cursive;
              font-size: 3rem;
              display: inline-block; }
      #cont .block table tr.t-body th {
        white-space: nowrap;
        vertical-align: middle;
        border-bottom: solid 1px #000;
        border-right: solid 1px #ddd;
        padding: 10px 20px;
        font-weight: normal; }
        #cont .block table tr.t-body th strong {
          font-size: 2.0rem; }
          #cont .block table tr.t-body th strong a {
            display: inline-block;
            position: relative;
            padding-left: 15px; }
            #cont .block table tr.t-body th strong a:before {
              content: '';
              width: 6px;
              height: 6px;
              border: 0px;
              border-top: solid 3px #cc0f00;
              border-right: solid 3px #cc0f00;
              -ms-transform: rotate(45deg);
              -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
              position: absolute;
              top: 50%;
              left: 0;
              margin-top: -5px; }
      #cont .block table tr.t-body td {
        position: relative;
        overflow: hidden;
        width: 20%;
        white-space: nowrap;
        font-size: 1.4rem;
        padding: 10px 10px;
        text-align: center;
        vertical-align: middle;
        border-bottom: solid 1px #000;
        border-right: solid 1px #ddd; }
        #cont .block table tr.t-body td p {
          position: relative;
          z-index: 1; }
        #cont .block table tr.t-body td.day-31:before, #cont .block table tr.t-body td.day-01:before, #cont .block table tr.t-body td.day-02:before, #cont .block table tr.t-body td.day-03:before {
          opacity: 0.2;
          z-index: 0;
          color: #fff;
          position: absolute;
          width: 80px;
          height: 60px;
          bottom: -25px;
          right: -25px;
          font-size: 3rem;
          font-family: Oswald;
          background: #FD623F;
          border-radius: 40px;
          padding: 10px 0; }
        #cont .block table tr.t-body td.day-31:before {
          content: '31'; }
        #cont .block table tr.t-body td.day-01:before {
          content: '1'; }
        #cont .block table tr.t-body td.day-02:before {
          content: '2'; }
        #cont .block table tr.t-body td.day-03 {
          border-right: none; }
          #cont .block table tr.t-body td.day-03:before {
            content: '3'; }
  #cont .no-dot {
    background:none;
    padding-bottom: 0;
  }
  @media only screen and (max-width: 787px) {
    #cont .block {
      width: 95%;
      overflow: auto; }
      #cont .block h2 {
        top: 0; }
        #cont .block h2 img {
          width: 65%; }
      #cont .block table tr.t-ttl th div p {
        width: 70px;
        height: 70px;
        border-radius: 35px; }
        #cont .block table tr.t-ttl th div p strong {
          font-size: 2rem; }
      #cont .block table tr.t-body th {
        padding: 10px 10px; }
        #cont .block table tr.t-body th strong {
          font-size: 1.8rem; }
      #cont .block table tr.t-body td {
        font-size: 1.4rem; } }
  #cont .related {
    margin-bottom: 70px; }
    @media only screen and (max-width: 787px) {
      #cont .related {
        margin-bottom: 0; } }
    #cont .related h2 {
      text-align: center;
      font-size: 3rem;
      font-feature-settings: "palt";
      letter-spacing: 2px;
      line-height: 1.5;
      padding: 0 20px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 787px) {
        #cont .related h2 {
          font-size: 2rem; } }
      #cont .related h2 span {
        border-bottom: solid 3px #e7d73f; }
    #cont .related ul {
      text-align: center; }
      #cont .related ul li {
        position: relative;
        width: 300px;
        text-align: center;
        margin: 20px;
        display: inline-block; }
        @media only screen and (max-width: 787px) {
          #cont .related ul li {
            width: 80%; }
            #cont .related ul li img {
              width: 100%; } }
        #cont .related ul li .ic {
          z-index: 3;
          position: absolute;
          top: -20px;
          left: -15px;
          width: 150px;
          height: 132px;
          background-position: left top;
          background-repeat: no-repeat;
          background-size: cover; }
          @media only screen and (max-width: 787px) {
            #cont .related ul li .ic {
              width: 150px;
              height: 132px; } }
          #cont .related ul li .ic img {
            border-radius: 0; }
        #cont .related ul li img {
          width: 100%;
          border-radius: 50%; }
          @media only screen and (max-width: 787px) {
            #cont .related ul li img {
              width: 80%; } }
        #cont .related ul li a {
          position: relative;
          display: block; }
          #cont .related ul li a .outline {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.6);
            border-radius: 50%;
            color: #fff;
            text-align: center;
            font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", Roboto, "YuGothic", Meiryo, Osaka, "MS PGothic", sans-serif;
            -webkit-opacity: 0;
            -moz-opacity: 0;
            -ms-opacity: 0;
            -o-opacity: 0;
            opacity: 0;
            -webkit-transition-property: all;
            -moz-transition-property: all;
            -ms-transition-property: all;
            -o-transition-property: all;
            transition-property: all;
            -webkit-transition-duration: 0.2s;
            -moz-transition-duration: 0.2s;
            -ms-transition-duration: 0.2s;
            -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
            -webkit-transition-timing-function: linear;
            -moz-transition-timing-function: linear;
            -ms-transition-timing-function: linear;
            -o-transition-timing-function: linear;
            transition-timing-function: linear; }
            #cont .related ul li a .outline h3 {
              padding-top: 35%;
              font-size: 2em;
              line-height: 1.5;
              margin-bottom: 15px; }
              #cont .related ul li a .outline h3 span {
                border-bottom: solid 3px #e7d73f; }
            #cont .related ul li a .outline p {
              font-size: 1.4em;
              line-height: 1.7;
              width: 80%;
              margin: 0 auto; }
            @media only screen and (max-width: 787px) {
              #cont .related ul li a .outline {
                position: relative;
                -webkit-opacity: 1;
                -moz-opacity: 1;
                -ms-opacity: 1;
                -o-opacity: 1;
                opacity: 1;
                background: none;
                border-radius: 0;
                width: auto;
                height: auto;
                color: #333; }
                #cont .related ul li a .outline h3 {
                  text-align: center;
                  font-size: 2.0em;
                  margin-bottom: 10px;
                  padding-top: 15px; }
                #cont .related ul li a .outline p {
                  margin-bottom: 15px;
                  width: 100%;
                  font-size: 1.4em;
                  text-align: left; } }
          #cont .related ul li a:hover img {
            -webkit-opacity: 0.7;
            -moz-opacity: 0.7;
            -ms-opacity: 0.7;
            -o-opacity: 0.7;
            opacity: 0.7; }
          #cont .related ul li a:hover .outline {
            -webkit-opacity: 1;
            -moz-opacity: 1;
            -ms-opacity: 1;
            -o-opacity: 1;
            opacity: 1; }
  #cont .facebook-comment {
    background: #fff2f3;
    padding: 40px 0;
    margin-bottom: 50px; }
    #cont .facebook-comment .inner {
      width: 550px;
      margin: 0 auto; }
      #cont .facebook-comment .inner h2 {
        font-size: 1.6rem;
        line-height: 1.5;
        margin-bottom: 15px; }
    @media only screen and (max-width: 787px) {
      #cont .facebook-comment .inner {
        width: 90%;
        overflow-x: auto; } }
  #cont .btn {
    z-index: 100;
    position: fixed;
    bottom: 6px;
    right: 7px; }
    #cont .btn img {
      width: 250px;
      height: 250px;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -ms-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -ms-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: linear;
      -moz-transition-timing-function: linear;
      -ms-transition-timing-function: linear;
      -o-transition-timing-function: linear;
      transition-timing-function: linear; }
    #cont .btn a:hover img {
      opacity: 0.7; }
    @media only screen and (max-width: 787px) {
      #cont .btn {
        bottom: 3px;
        right: 4px; }
        #cont .btn img {
          width: 120px;
          height: 120px; } }

/*waku*/
#top,
#bottom,
#left,
#right {
  z-index: 4;
  background: #E2AE42;
  position: fixed; }

#left,
#right {
  top: 0;
  bottom: 0;
  width: 8px; }

#left {
  left: 0; }

#right {
  right: 0; }

#top,
#bottom {
  left: 0;
  right: 0;
  height: 8px; }

#top {
  top: 0; }

#bottom {
  bottom: 0; }

@media only screen and (max-width: 787px) {
  #left,
  #right {
    width: 5px; }

  #top,
  #bottom {
    height: 5px; } }

/*# sourceMappingURL=style.css.map */
