ブログの ナビゲーションです! レスポンシブが欲しい方は メールください。 <style> #navs { width: 100%; margin:0 auto; } #navs > ul{ width: 100%; font-size: 0; margin: 0; padding: 0; border: none; height: auto; background-color: rgba(0, 0, 0, .8) } #navs > ul li{ width: 16.6666666% ; /* 未対応ブラウザ用フォールバック */ width: -webkit-calc(100% / 6); width: calc(100% / 6); display: inline-block; font-size: 15px; text-align: center; height: 100%; color: #fff; } #navs > ul li a{ display: block; color: #fff; font-weight: normal; text-decoration: none; border: none; height: 45px; line-height: 45px; } .widget > .widget-content > #navs > ul li a{ padding: 0; transition: all 0.25...