/*foot.css*/
#ft { padding: 40px 0; width: 100%; min-width: inherit; text-align: center; background-color: #EEE; color: #666; line-height: 28px; }
#ft_logo { position: absolute; right: 8px; top: 10px; font-size: 1.3rem; }
#ft_logo a { font-weight: 600; color:#222; }
#ft_link { text-align: left; }
#ft_link a { padding: 0 12px; text-decoration: none; color: #141414; font-weight: 500; line-height: 24px; }
#ft_company { padding: 20px 0 8px; margin: 0 auto; }
#ft_company li { display: block; text-align: left; float: left; line-height: 24px; color: #777; }
.ft_company-info li::after { content: ''; width: 1px; height: 12px; background: #d3d3d3; display: inline-block; margin: 0 7px; }
#ft_company li:nth-child(3) { float: none; }
#ft_company li:nth-child(3)::after { display: none; }
#ft_company li:last-child::after { display: none; }
.ft_company-info::after { content: ''; display: block; clear: both; }
/* #ft_copy { color: #9c9c9c; font-size: 13px; font-weight: 600; } */
@media (max-width: 768px) {
  #ft_link { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  #ft_logo { position: relative; text-align: center; }
  .ft_company-info { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  /* #ft_copy { text-align: center; } */
  /* #ft_logo a { display: inline-block; } */
}
/*# sourceMappingURL=widget.css.map */
