body {
          text-size-adjust: none;
          -webkit-text-size-adjust: none;
        }
         
        /* 要素からの相対位置 */
        .scroll_x {
          position: relative;
          padding: 0 0 15px;
        }
         
        /* テーブル */
        table {
          width: 900px;
          border-top: 1px solid #CCC;
          border-left: 1px solid #CCC;
          table-layout: fixed;
          border-collapse: separate;
          border-spacing: 0;
        }
         
        table th,
        table td {
          padding: 2px;
          border-right: 1px solid #CCC;
          border-bottom: 1px solid #CCC;
        }
         
        table th {
          background: #EEF1F4;
        }
         