        /*ページ全体の構成*/

        .name_form {
          text-align: center;
          position: relative;
          padding: 15px 15px 3px 15px;
          height: 120px;
        }

        .wit_form {
          text-align: center;
          position: relative;
          padding: 15px 15px 3px 15px;
          height: 80px;
        }

        #name1 #name2 {
          position: relative;
          padding: 8px;
        }

        #name_set_button {
          width: 100%;
          border: none;
          box-sizing: border-box;
          max-width: 80px;
          padding: 5px 5px;
          display: inline-block;
          text-align: center;
          letter-spacing: 0.1em;
          color: #fff;
          background-color: #9bafc0;
          position: relative;
          cursor: pointer;
        }

        #name_set_button::before, #name_set_button::after {
          box-sizing: border-box;
        }

        #name_clear_button{
          width: 100%;
          border: solid 2px #9bafc0;
          box-sizing: border-box;
          max-width: 80px;
          padding: 3px 3px;
          display: inline-block;
          text-align: center;
          letter-spacing: 0.1em;
          color: #9bafc0;
          background-color: #fff;
          position: relative;
          cursor: pointer;
        }

        #name_clear_button::before, #name_clear_button::after {
          box-sizing: border-box;
        }

        .d_name_form {
          text-align: center;
          position: relative;
          padding: 15px 15px 3px 15px;
          height: 120px;
        }

        #d_name1 #d_name2 {
          position: relative;
          padding: 8px;
        }

        #d_name_set_button {
          width: 100%;
          border: none;
          box-sizing: border-box;
          max-width: 80px;
          padding: 5px 5px;
          display: inline-block;
          text-align: center;
          letter-spacing: 0.1em;
          color: #fff;
          background-color: #9bafc0;
          position: relative;
          cursor: pointer;
        }

        #d_name_set_button::before, #d_name_set_button::after {
          box-sizing: border-box;
        }

        #d_name_clear_button{
          width: 100%;
          border: solid 2px #9bafc0;
          box-sizing: border-box;
          max-width: 80px;
          padding: 3px 3px;
          display: inline-block;
          text-align: center;
          letter-spacing: 0.1em;
          color: #9bafc0;
          background-color: #fff;
          position: relative;
          cursor: pointer;
        }

        #d_name_clear_button::before, #d_name_clear_button::after {
          box-sizing: border-box;
        }

        .replace label {
          padding: 3px;
          color: #4d4d4d;
          cursor: pointer;
        }

        #replace_menu {
          display: block;
          text-align: right;
        }

        .replace input[type="checkbox"] {
          display: none;
        }
        /* クリックしたら表示される領域 */

        .replace .replace_child {
          height: 0;
          padding: 0;
          overflow: hidden;
          margin-bottom: 10px;
        }

        .switch:checked+.replace_child {
          height: auto;
          padding: 3px;
        }
        /* アコーディオンメニュー全体のサイズ・位置 */

        .replace {
          padding: 0;
        }

        .replace-align-center {
          display: flex;
          align-items: right;
          flex-direction: column;
        }

        #replace_table_thead {
          text-align: right;
          padding: 0px 70px 5px 10px;
        }

        .replace_table tr {
          background-color: #fff;
          padding: .35em;
          border-bottom: 1px dotted;
        }

        .replace_table th {
          padding: 5px 10px 5px 10px;
          text-align: right;
        }

        .replace_table td {
          padding: 5px 0px 5px 0px;
        }

        .replace_label {
          font-size: .75em;
        }
        /* 各種ボタン */

        .release_date_button {
          padding: 8px;
          text-align: center;
          position: relative;
        }

        .pick_button {
          width: 100%;
          border: none;
          box-sizing: border-box;
          max-width: 100px;
          padding: 5px 5px;
          display: inline-block;
          text-align: center;
          letter-spacing: 0.1em;
          color: #fff;
          background-color: #9bafc0;
          position: relative;
          cursor: pointer;
        }

        .pick_button::before, .pick_button::after {
          box-sizing: border-box;
        }

        .release_date_num {
          width: 50px;
        }

        .past_date_num {
          width: 50px;
        }

        .random_num::-webkit-inner-spin-button, .random_num::-webkit-outer-spin-button {
          -webkit-appearance: none;
          margin: 0;
          -moz-appearance: textfield;
        }

        .random_num {
          width: 50px;
        }

        #random_clear {
          width: 100%;
          border: solid 2px #9bafc0;
          box-sizing: border-box;
          max-width: 180px;
          padding: 5px 5px;
          display: inline-block;
          text-align: center;
          letter-spacing: 0.1em;
          color: #9bafc0;
          background-color: #fff;
          position: relative;
          cursor: pointer;
          margin: 10px;
        }

        #random_clear::before, #random_clear::after {
          box-sizing: border-box;
        }

        .gimmick_button_area {
          text-align: center;
          position: relative;
          padding: 5px;
        }

        .addition {
          font-size: .75em;
          padding: 5px;
        }

        #copy_all_button {
          text-align: right;
        }

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

        .theme_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;
        }

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

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

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

        .select label {
          display: block;
          float: left;
          width: 110px;
        }

        table {
          border-collapse: collapse;
          margin: 0px 0px 10px 0px;
          padding: 0px 0px 10px 0px;
          width: 650px;
          table-layout: fixed;
        }

        table tr {
          background-color: #fff;
          padding: .35em;
          border-bottom: 1px dotted;
        }

        table th, table td {
          padding: 5px 0px 5px 0px;
        }

        .txt {
          text-align: left;
          font-size: .85em;
        }

        .price {
          text-align: right;
        }

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

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

        #result [class*="not-pick"] {
          display: none;
        }

        a i:before {
          cursor: pointer;
        }

        a i.icon-rss {
          cursor: pointer;
        }

        #story_result {
          position: relative;
          border: solid 1px #cccccc;
          margin: 0.5em 0;
          padding: 0px 0px 34px;
          line-height: 1.5;
          background-color:#ffffff;
        }

        .story_opt {
          display: inline-block;
          text-align:left;
          margin: 0.5em 0;
        }

        .story_box {
          position: relative;
          line-height: 1.5;
        }

        .story_header {
          margin: 2em 0 1.5em 0;
        }

        .header-adjust {
          height: 3em;
        }

        .story_from {
          border-bottom: dotted 2px #cccccc;
          margin-top: 10px;
          text-align: right;
        }

        .st_redraw_gimmick_button {
          color: gray;
          cursor: pointer;
          margin: 1.2em 0 0;
          font-size: 20px;
        }

        .st_gimmick_button {
          color: gray;
          cursor: pointer;
          margin: 1.2em 0 0;
          margin-left: auto;
          font-size: 20px;
        }

        .each_button {
          padding: 0px 10px;
        }

        .story_header_block {
          display: flex;
        }

        .story_div {
          transition: background-color 1s;  /* 1秒かけて背景色を元に戻す */ 
          padding: 0px 10px;
        }
        
        .story_div.highlight {
	  background-color: #ffe9c7;
	  transition-duration: 0s; 
        }

        .story_button {
          position: relative;
          display: inline-block;
          padding: 0.5em 2em;
          text-decoration: none;
          color: #FFF;
          background: #9bafc0;
          transition: .4s;
          font-size: 17px;
          border-radius: 20px;
          cursor: pointer;
        }

        .hidden-opt {
          text-indent:100%;
          white-space:nowrap;
          overflow:hidden;
        }
        #story_result [class*="hidden-gimmick"] {
          display: none;
        }
        #story_result [class*="hidden-from"] {
          text-indent:100%;
          white-space:nowrap;
          overflow:hidden;
        }
        #story_result [class*="hidden-not"] {
          display: none;
        }
        #story_result [class*="hidden-header"] {
          visibility: hidden;
        }

        .search_form {
          text-align: center;
          position: relative;
          padding: 15px 0px 30px 0px;
        }

       #search_input {
          background-color: #ffe0de;
        }

        .kuji_button {
          position: relative;
          display: inline-block;
          padding: 0.5em 1.2em;
          text-decoration: none;
          color: #FFF;
          background: #9bafc0;
          transition: .4s;
          font-size: 17px;
          border-radius: 20px;
          cursor: pointer;
          margin: 3px;
        }

        .kuji_box {
          margin: 2em 0em 8em;
          text-align: center;
        }

        .kuji_paper {
          position:relative;
          padding: 25px 30px;
          -moz-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.25);
          -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.25);
          box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.25);
          box-sizing:border-box;
          margin-left: auto;
          margin-right: auto;
          display: inline-block;
          font-size: 18px;
          -webkit-transform: rotate(-2deg);
          -moz-transform: rotate(-2deg);
          -o-transform: rotate(-2deg);
        }

        #kuji_result {
          text-align: center;
        }

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

        #kuji_result [class*="not-pick"] {
          display: none;
        }

        #wit_set_button {
          width: 100%;
          border: none;
          box-sizing: border-box;
          max-width: 80px;
          padding: 5px 5px;
          display: inline-block;
          text-align: center;
          letter-spacing: 0.1em;
          color: #fff;
          background-color: #9bafc0;
          position: relative;
          cursor: pointer;
        }

        #wit_set_button::before, #wit_set_button::after {
          box-sizing: border-box;
        }

        #wit_clear_button {
          width: 100%;
          border: solid 2px #9bafc0;
          box-sizing: border-box;
          max-width: 80px;
          padding: 3px 3px;
          display: inline-block;
          text-align: center;
          letter-spacing: 0.1em;
          color: #9bafc0;
          background-color: #fff;
          position: relative;
          cursor: pointer;
        }

        #wit_clear_button::before, #wit_clear_button::after {
          box-sizing: border-box;
        }

#tmp_copy {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 800px;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  outline: none;
  line-height: 1.6;
  resize: vertical;
  margin-top: 2em;
}

.twitter_icon {
   padding: 0 0 0 5px;
}