@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 768px) {
  /* 768px 以下の画面サイズに適用されるスタイル */

  .table_d {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 50px;
  }
  .right {
    float: none;
    margin-bottom: 10px;
  }
  .day {
    margin-bottom: 10px;
  }
  #contents h2 {
    background: url(/img/150625/csr_bg.gif) no-repeat 0px 14px;
  }
  p {
    text-align: left !important;
  }
  .table_b {
    width: 100%;
    margin-bottom: 40px;
  }
  #shareholder p strong {
    display: block;
    margin-bottom: -20px;
  }
  #shareholder section .table_a dl,
  #shareholder section .table_c dl {
    width: 100%;
  }
  #shareholder section .table_a dl dt,
  #shareholder section .table_c dl dt {
    display: block !important;
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    border-right: none;
  }

  #shareholder section .table_c dl {
    border-right: 1px solid #d0cfcf;
  }
  #shareholder section .table_c dl dt {
    margin-right: none;
  }
}
