       .search_box {
          position: relative;
          border-top: solid 2px #cccccc;
          border-left: solid 2px #cccccc;
          border-right: solid 2px #cccccc;
          margin: 2em 0 0;
          padding: 18px 10px 34px;
          line-height: 1.5;
        }

        .search_box .theme_button {
          float: right;
          position: absolute;
          display: inline-block;
          bottom: -2px;
          right: -2px;
          padding: 0 9px;
          height: 33px;
          line-height: 25px;
          letter-spacing: 12px;
        }

        .search_box h4 {
          position: absolute;
          right: 0;
          left: 0;
          top: -2.2em;
          margin-left: 1em;
        }

        .search_box h4 span {
          padding: 0 .5em;
          background: #FFF;
          color: #515254;
        }

        .search_box .ins_date {
          float: left;
          padding: 8px 0 0 0;
          font-size: 11px;
          color: #999999;
        }

        .tag_box {
          border-bottom: solid 2px #cccccc;
          border-left: solid 2px #cccccc;
          border-right: solid 2px #cccccc;
          padding: 0 9px 8px;
        }

        .tag_entry {
          float: right;
        }

        .tag_table {
          width: 100%;
          table-layout: auto;
          border-collapse: unset;
        }

        .tag_table tr {
          text-align: center;
        }

        @media screen and (max-width: 600px) {
          #tag_link_list table {
            border: 0;
            width: 100%
          }
          #tag_link_list table th {
            display: block;
            border-right: none;
            border-bottom: 2px solid;
            padding-bottom: .6em;
            margin-bottom: 1.5em;
          }
          #tag_link_list table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
          }
          #tag_link_list table tr {
            border: 0;
            display: block;
            margin-bottom: 0.5em;
          }
          #tag_link_list table td {
            border-bottom: 1px solid #bbb;
            display: block;
            position: relative;
            padding: 0em 1em;
            border-right: none;
          }
          #tag_link_list table td::before {
            content: attr(data-label);
            font-weight: bold;
            position: absolute;
            left: 10px;
          }
          #tag_link_list table td:last-child {
            border-bottom: 0;
          }
        }

        .tag_jump {
          color: #7c96ac;
          text-decoration: underline;
        }

        .tag_jump:hover {
          color: #6e7574;
          text-decoration: none;
        }

        #tag_link_list [class*="hidden-not"] {
          display: none;
        }