var style = document.createElement('style'); style.type = 'text/css'; var cssString = '.global-footer { padding: 2em 0; background-color: #1c1c1c; }' + '.global-footer, .global-footer a { font-size: 12px; line-height: 1.5; color: #b3b3b3; }' + '.global-footer-wrap { position: relative; width: 850px; margin: 0 auto; overflow: hidden; }' + '.global-footer-wrap a { display: inline-block; margin: 0 8px; }' + '.global-footer-wrap > img { position: absolute; top: 50%; left: 0; width: 76px; height: 61px; margin-top: -30px; }' + '.global-footer-wrap > ul { list-style: none; padding-left: 46px; border-left: 1px solid #4d4d4d; }' + '.global-footer-pc { float: right; }' + '.global-footer-mobile { display: none; }' + '@media (max-width: 736px) {' + '.global-footer-flex .global-footer-wrap { width: 100%; }' + '.global-footer-flex .global-footer-pc { display: none; }' + '.global-footer-flex .global-footer-mobile { display: block; }' + '.global-footer-flex .global-footer-mobile a { margin-left: 0; }' + '.global-footer-flex .global-footer-wrap > img { left: 2em; width: 60px; height: 48px; margin-top: -24px; }' + '.global-footer-wrap > ul { margin-left: 105px; padding-left: 24px; }' + '}'; if(style.styleSheet){// IE style.styleSheet.cssText = cssString; } else {// w3c var cssText = document.createTextNode(cssString); style.appendChild(cssText); } document.getElementsByTagName('HEAD').item(0).appendChild(style); document.write('\ \ ');