This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <div id="menu"> | |
| <div id="btnArea"> | |
| <span id="menuBtn"><i class="blogicon-reorder lg"></i> MENU</span> | |
| </div> | |
| <ul id="menuContent"> | |
| <li><a href="#">親メニュー1</a> | |
| <ul class="second-content"> | |
| <li><a href='#'>子メニュー1</a></li> | |
| <li><a href="#'>子メニュー2</a></li> | |
| <li><a href='#'>子メニュー3</a></li> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <li> | |
| <a href="javascript:void(0);">MORE</a> | |
| <ul class="second-content"> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <a href="javascript:void(0);">1階層目のメニュー</a> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <script type="text/javascript"> | |
| $(document).ready(function() { | |
| if ($('#main-inner').children().hasClass("no-entry")) { | |
| var content ="<p>いつも「○○○」をご利用いただきまして、誠にありがとうございます。大変申し訳ありませんが、アクセスしようとしたページは削除されたかURLが変更されています。</p>"; | |
| content +="<h3>当ブログおすすめの人気記事</h3>"; | |
| content +="<div class='hatena-module hatena-module-entries-access-ranking'"; | |
| content +=" data-count='10'"; | |
| content +=" data-display_entry_category='0'"; | |
| content +=" data-display_entry_image='1'"; | |
| content +=" data-display_entry_image_size_width='100'"; |