@charset "utf-8";
/* CSS Document */
body { margin: 0; padding: 0; background-color: #666666; }
#footer-ajax .logo-link { text-decoration:none; color:inherit; display: block; float:left; font-size:29px; line-height:57px; margin-right:40px; max-width: 135px; }
#footer-ajax .logo-link > img { width: 95px; }
#footer-ajax { background-color: #666666; box-sizing: border-box; padding: 8px; font-family: "NCPlus Light"; font-size: 12px; }
#content {max-width:1000px; margin: auto; }
#footer-ajax #content { display: flex; justify-content: center; align-items: center; }
#footer-ajax #content .column { width: 16.6%; box-sizing: border-box; padding-left: 10px; border-left: solid 1px #fff; }
#footer-ajax #content .column .row.white { color: white; }
#footer-ajax #content .column .row.white a { text-decoration: none; color: inherit; }
#footer-ajax #content .column .row.white a:hover { text-decoration: underline; }
#footer-ajax #content .column .row.black { color: #000; margin-bottom: 1em; }
#footer-ajax #content .column .row.black a { text-decoration: inherit; color: inherit; }
#footer-ajax #content .column .row.black a:hover { text-decoration: underline; }

#footer-ajax #content  .order > a { display: block; background-color: #00B28B; padding:4px 16px; border-radius: 7px; text-align: center; color: #ffffff; text-decoration: inherit; max-width: 150px; }
#footer-ajax #content  .order > a:hover{ background-color: #109578;}