@charset "UTF-8";
.nohover {
  cursor: default;
}
.nohover:hover {
  opacity: 1 !important;
}

@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #000000;
  font-size: 16px;
  line-height: 2;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #00479d;
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.6;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

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

.t-right {
  text-align: right;
}

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

.bold {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.big {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------------------------
side
------------------------------------------------- */
#side {
  position: fixed;
  top: max(21.5%, var(--sideminpos, 0px));
  right: 0;
  z-index: 1;
}
#side ul li a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#side ul li a:hover {
  opacity: 0.6;
}
#side ul li a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  writing-mode: vertical-rl;
  padding: 9px 5px 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-height: 193px;
}
#side ul li a img {
  margin-bottom: 4px;
}
#side ul li.line a {
  background-color: #06c755;
}
#side ul li.mail a {
  background-color: #0e74bc;
}
#side ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 999px) {
  #side ul li a {
    font-size: 16px;
    min-height: unset;
  }
}
@media (max-width: 767px) {
  #side ul li a {
    font-size: 14px;
    height: 160px;
    padding: 0 5px;
  }
  #side ul li a img {
    max-width: 20px;
  }
}

/* ----------------------------------------------
buy
------------------------------------------------- */
#buy {
  padding-bottom: 60px;
  font-weight: 500;
}
#buy .contents {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 1.0869565217%;
}
#buy .contents .block {
  container-type: inline-size;
  width: 19.1304347826%;
}
#buy .contents .block a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#buy .contents .block a:hover {
  opacity: 0.6;
}
#buy .contents .block a {
  font-weight: 500;
}
#buy .contents .block .top {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#buy .contents .block .bg {
  width: 100%;
  z-index: -1;
  background-color: #00479d;
  padding: 4px;
  padding-bottom: unset;
}
#buy .contents .block .bg img {
  width: 100%;
  aspect-ratio: 52/38;
  -o-object-fit: cover;
     object-fit: cover;
}
#buy .contents .block .bg {
  /*
  &::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 86%;
    height: 100%;
    background-color: #0030ac;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    mix-blend-mode: multiply;
  }*/
}
#buy .contents .block .txbox {
  background: #00479d;
  padding: 5px 10px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#buy .contents .block .txbox .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 8cqw;
  line-height: 1.6;
  color: #fff;
  margin-bottom: -2.2727272727cqw;
  flex-grow: 1;
}
#buy .contents .block .txbox .price {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 7.5757575758cqw;
  line-height: 1.3;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 5px;
}
#buy .contents .block .txbox .price span {
  font-size: 1.5em;
  font-weight: 700;
}
@media (max-width: 999px) {
  #buy {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #buy {
    padding-bottom: 40px;
  }
  #buy .contents {
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  #buy .contents .block {
    width: 32%;
  }
}
@media (max-width: 500px) {
  #buy .contents {
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
  #buy .contents .block {
    width: 47%;
  }
}

#buy .block {
  cursor: pointer;
  transition: all 0.5s ease-out;
}
#buy .block:hover {
  opacity: 0.6;
}

#buy .block .text {
  display: none;
}

#buy .buy-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

#buy .buy-modal.is-active {
  display: flex;
}

#buy .buy-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

#buy .buy-modal__panel {
  position: relative;
  z-index: 1;
  width: min(90vw, 560px);
  background: #fff;
  padding: 25px;
  box-sizing: border-box;
}

#buy .buy-modal__close {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
}

#buy .buy-modal__img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 7px;
}

#buy .buy-modal__head {
  display: block;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 13px;
}

#buy .buy-modal__title {
  margin: 0;
  font-size: 28px;
  line-height: 1.4;
}

#buy .buy-modal__price {
  margin: 0;
  font-size: 28px;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  line-height: 1.3;
}

#buy .buy-modal__text {
  font-size: 16px;
  line-height: 1.6;
}

#buy .price .price-num,
#buy .buy-modal__price .price-num {
  font-size: 1.5em;
  font-weight: 700;
}

@media (max-width: 767px) {
  #buy .buy-modal__title {
    font-size: 20px;
  }
  #buy .buy-modal__price {
    font-size: 20px;
  }
  #buy .buy-modal__text {
    font-size: 15px;
  }
  #buy .buy-modal__panel {
    padding: 15px;
    padding-bottom: 20px;
  }
  #buy .buy-modal__close {
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
  }
}

body.is-buy-modal-open {
  overflow: hidden;
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news .contents article:not(:has(a)),
#news .contents article a {
  display: flex;
  -moz-column-gap: 26px;
       column-gap: 26px;
}
#news .contents article a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#news .contents article a:hover {
  opacity: 0.6;
}
#news .contents article .image {
  width: 145px;
}
#news .contents article .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#news .contents article .txbox {
  flex: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-bottom: 10px;
}
#news .contents article .txbox time {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  background-color: #0099c2;
  padding: 0 15px;
  margin-bottom: 10px;
}
#news .contents article .txbox .title,
#news .contents article .txbox .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.62875;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#news .contents article .txbox .title {
  color: #00479d;
}
#news .contents article .txbox .text {
  color: #000;
}
#news .contents article:not(:last-child) {
  margin-bottom: 33px;
}
@media (max-width: 999px) {
  #news .contents article:not(:has(a)),
  #news .contents article a {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #news .contents article .txbox time {
    padding: 0 10px;
  }
  #news .contents article .txbox time {
    font-size: 12px;
  }
  #news .contents article .txbox .title,
  #news .contents article .txbox .text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #news .contents article .image {
    width: 100px;
  }
}

/* ----------------------------------------------
contactblock
------------------------------------------------- */
.contactblock {
  border: 1px solid #00479d;
  width: min(100% - 20px, 980px);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 100px;
  padding: 15px 10px;
}
.contactblock .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 0px 30px;
  background: linear-gradient(90deg, #02489e 0%, #03489e 100%);
  margin-bottom: 30px;
}
.contactblock .txtbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: end;
  gap: 10px;
  margin-bottom: 30px;
}
.contactblock .txtbox .tel {
  font-weight: 700;
  color: #00479d;
  font-size: 24px;
  line-height: 1;
}
.contactblock .txtbox .time {
  font-weight: 700;
  color: #00479d;
  font-size: 14px;
  line-height: 1;
}
.contactblock .links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 6.25%;
  container-type: inline-size;
  width: 100%;
}
.contactblock .links .line,
.contactblock .links .contact {
  max-width: calc(50% - 3.1315240084cqw);
}
.contactblock .links .line a,
.contactblock .links .contact a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  max-width: 100%;
  height: 60px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #fff;
}
.contactblock .links .contact a {
  background: url(../images/arow.webp) no-repeat center right 30px/28px auto, linear-gradient(90deg, #02489e 0%, #03489e 100%);
}
.contactblock .links .line a {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.contactblock .links .line a::before {
  content: "";
  width: 27px;
  aspect-ratio: 27/25;
  background: url(../images/line-icon.png) no-repeat center/cover;
}
.contactblock .links .line a {
  background: url(../images/arow.webp) no-repeat center right 30px/28px auto #06c655;
}
@media (max-width: 999px) {
  .contactblock {
    margin-bottom: 80px;
  }
  .contactblock .title {
    font-size: 18px;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .contactblock .txtbox {
    margin-bottom: 20px;
  }
  .contactblock .txtbox .tel {
    font-size: 20px;
  }
  .contactblock .txtbox .time {
    font-size: 12px;
  }
  .contactblock .links .line a,
  .contactblock .links .contact a {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .contactblock {
    margin-bottom: 60px;
  }
  .contactblock .title {
    font-size: 13px;
    padding: 0px 10px;
    margin-bottom: 10px;
  }
  .contactblock .txtbox {
    margin-bottom: 10px;
  }
  .contactblock .txtbox .tel {
    font-size: 18px;
  }
  .contactblock .txtbox .time {
    font-size: 10px;
  }
  .contactblock .links .line a,
  .contactblock .links .contact a {
    height: 40px;
  }
  .contactblock .links .contact a {
    background: linear-gradient(90deg, #02489e 0%, #03489e 100%);
  }
  .contactblock .links .line a {
    background-image: none;
  }
  .contactblock .links .line a::before {
    width: 16px;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
@keyframes m_fixed {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes remove {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
#header {
  position: relative;
}
#header a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#header .top.m_fixed {
  width: 100%;
  position: fixed;
  background-color: #fff;
  z-index: 2;
}
#header .top.m_fixed .logo {
  max-width: 144px;
  margin: 10px 3.0625%;
}
#header .top.m_fixed .head {
  padding: 0 5px 0 15px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#header .top.m_fixed .head .title {
  margin-top: 0;
  font-size: 14px;
}
#header .top.m_fixed .head .title small {
  font-size: 9px;
  margin-top: -3px;
}
#header .top.m_fixed .head .tels {
  padding-right: 0;
}
#header .top.m_fixed .head .tels .tel a {
  display: flex;
  align-items: center;
  -moz-column-gap: 3px;
       column-gap: 3px;
  font-size: 20px;
}
#header .top.m_fixed .head .tels .tel a img {
  max-width: 12px;
}
#header .top.m_fixed .head .tels .time {
  font-size: 9px;
}
#header .top.m_fixed .right .content {
  height: 100%;
}
#header .top.m_fixed #gnav ul {
  -moz-column-gap: 32px;
       column-gap: 32px;
}
#header .logo {
  max-width: 217px;
  margin: 21px 2.75%;
  align-content: center;
}
#header .right {
  margin-left: auto;
  align-content: start;
}
#header .right .content {
  display: flex;
  -moz-column-gap: 28px;
       column-gap: 28px;
}
#header #gnav {
  align-content: center;
}
#header #gnav ul {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px 36px;
}
#header #gnav ul li a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #00479d;
}
#header .contact a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  background-color: #00479d;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 197px;
  height: 64px;
  min-height: 100%;
}
#header .contacts .contact {
  height: 50%;
}
#header .contacts .contact a {
  width: 165px;
  height: 100%;
  min-height: unset;
  padding: 10px;
  font-size: 16px;
}
#header .contacts .contact:not(:first-child) a {
  border-top: 1px solid #fff;
}
#header .head {
  display: flex;
  padding: 5px 12px 5px 23px;
  -moz-column-gap: 27px;
       column-gap: 27px;
  white-space: nowrap;
  align-items: center;
}
#header .head:has(.block) {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
  padding: 0 !important;
  align-items: unset;
}
#header .head:has(.block) .block {
  padding: 10px;
  align-content: center;
}
#header .head:has(.block) .block.toki {
  background-color: #0e74bc;
}
#header .head:has(.block) .block.toyota {
  background-color: #00479d;
}
#header .head:has(.block) .block .title {
  font-size: 14px;
  margin-bottom: 5px;
  text-align: center;
}
#header .head:has(.block) .block .title small {
  font-size: 9px;
  margin-top: 0;
}
#header .head:has(.block) .block .tels .tel a {
  font-size: 18px;
  display: flex;
  align-items: center;
  -moz-column-gap: 3px;
       column-gap: 3px;
}
#header .head:has(.block) .block .tels .time {
  font-size: 9px;
}
#header .head:has(.block) .block:not(:first-child) {
  border-left: 1px solid #fff;
}
#header .head .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
  color: #fff;
  margin-top: 8px;
}
#header .head .title small {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  margin-top: -5px;
}
#header .head .tels {
  padding-right: 12px;
}
#header .head .tels .tel {
  margin-bottom: -2px;
}
#header .head .tels .tel a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 28.22px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
#header .head .tels .time {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
@media (max-width: 1500px) {
  #header .top.m_fixed #gnav ul {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #header .head {
    margin-left: 0;
  }
  #header .head .tels .tel a {
    font-size: 24px;
  }
  #header #gnav ul {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #header #gnav ul li a {
    font-size: 16px;
  }
}
@media (min-width: 1000px) {
  #header #gnav ul li:hover > ul {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  #header #gnav ul li ul {
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: all 0.5s ease-out;
    background-color: #00479d;
    padding: 10px;
    flex-direction: column;
    z-index: 1;
    row-gap: 0;
  }
  #header #gnav ul li ul li a {
    color: #fff;
  }
  #header #gnav ul li ul li:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 999px) {
  #header .top {
    padding-right: 70px;
  }
  #header .logo {
    margin: 10px 0 10px 1.75%;
    max-width: 180px;
  }
  #header #gnav {
    align-content: unset;
  }
  #header #gnav ul li a {
    color: #fff;
  }
  #header #gnav ul li ul {
    flex-direction: column;
  }
  #header .contact {
    display: none;
  }
  #header .head {
    height: 100%;
  }
  #header .head .tels {
    display: none;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  background: linear-gradient(90deg, #0e74bc 0%, #00f1b5 100%);
  text-align: center;
  padding: 96px 10px;
}
#footer a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#footer a:hover {
  opacity: 0.6;
}
#footer .logo {
  max-width: 572px;
  margin: 0 auto 42px;
}
#footer .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 29.16px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 36px;
}
#footer #fnav {
  margin-bottom: 30px;
}
#footer #fnav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 36px;
}
#footer #fnav ul li a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
}
#footer .links {
  margin-bottom: 37px;
}
#footer .links ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 10px;
}
#footer .links ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 227px;
  height: 42px;
  border: 1px solid #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  border: 1px solid #fff;
  background: url(../images/arow4.webp) no-repeat center right 14px;
  padding-right: 20px;
}
#footer .links ul li.contact a {
  font-size: 16px;
  padding-right: 10px;
}
#footer .copyright {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}
@media (max-width: 999px) {
  #footer {
    padding: 70px 10px;
  }
  #footer .logo {
    margin-bottom: 30px;
  }
  #footer .title {
    font-size: 22px;
    margin-bottom: 25px;
  }
  #footer #fnav {
    margin-bottom: 25px;
  }
  #footer #fnav ul {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #footer #fnav ul li a {
    font-size: 16px;
  }
  #footer .links {
    margin-bottom: 30px;
  }
  #footer .links ul li a {
    width: 200px;
    height: 35px;
    font-size: 16px;
    padding-right: 0;
  }
  #footer .links ul li.contact a {
    font-size: 14px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 50px 10px;
  }
  #footer .logo {
    margin-bottom: 25px;
  }
  #footer .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #footer #fnav {
    margin-bottom: 20px;
  }
  #footer #fnav ul {
    gap: 0px 10px;
  }
  #footer #fnav ul li a {
    font-size: 14px;
  }
  #footer .links {
    margin-bottom: 20px;
  }
  #footer .links ul li a {
    width: 150px;
    height: 30px;
    font-size: 13px;
    background-image: none;
  }
  #footer .links ul li.contact a {
    font-size: 12px;
  }
  #footer .copyright {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */