/* 会社概要 */
.company_box {
  margin: 0 0 30px;
  margin-left:3em;
  overflow: hidden; }

.company_img {
  float: right;
  margin-left: 30px;
  margin-bottom: 10px; }

dl.company_member {
  border-bottom: 1px solid #ccc;
  width: 80%;
  margin: 30;
  padding: 0.5em 3em; }
  dl.company_member dt, dl.company_member dd {
    margin: 0;
    padding: 0;
    display: inline-block; }
  dl.company_member dt {
    width: 220px; }
  dl.company_member span {
    min-width: 110px;
    display: inline-block; }

.wordbrk {word-break: keep-all; }

dl.company_member_english {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 0;
  word-break: keep-all; }
  dl.company_member_english dt, dl.company_member_english dd {
    margin: 0;
    padding: 0;
    display: inline-block; }
  dl.company_member_english dt {
    width: 280px; }
  dl.company_member_english span {
    width: auto;
    display: inline-block; }

dl.company_office {
  float: left;
  width: 280px;
  margin: 0 30px 20px 0;
  padding: 0; }
  dl.company_office dt, dl.company_office dd {
    margin: 0;
    padding: 0; }
  dl.company_office dt {
    margin-right: 10px; }
  dl.company_office dd {
    margin-top: 5px; }
  dl.company_office strong {
    display: block;
    font-weight: bold; }
  dl.company_office span {
    display: block; }

/* テーブルパターン定義 */
table.t-layout1 {
  width: 80%; }
  table.t-layout1 thead th {
    background-color: #eee;
    font-weight: bold; }

  table.t-layout1 th {
    width:30%;
    word-break: keep-all; }

  table.t-layout1 td {
    width:70%; }

  table.t-layout1 th, table.t-layout1 td {
    border-bottom: 1px solid #ccc;
    padding: 0em 0.8em;
    font-weight: normal;
    text-align: left;
    vertical-align: top; }

table.t-layout2 {
  width: 80%; }
  table.t-layout2 thead th {
    font-weight: bold; }
  table.t-layout2 th, table.t-layout2 td {
    border-bottom: 1px solid #eee;
    padding: 0em 0.8em;
    font-weight: normal;
    text-align: left;
    vertical-align: top; }
  table.t-layout2 tbody tr:nth-child(odd) th, table.t-layout2 tbody tr:nth-child(odd) td {
    background-color: #eee; }

table.t-layout3 {
  width: 100%; }
  table.t-layout3 thead th {
    color: #fff;
    background-color: #666;
    font-weight: bold; }
  table.t-layout3 tfoot th {
    background-color: #eee; }
  table.t-layout3 th, table.t-layout3 td {
    border: 1px solid #ccc;
    padding: 0.6em 0.8em;
    font-weight: normal;
    text-align: left;
    vertical-align: top; }
  table.t-layout3 th {
    background-color: #eee; }

table.t-layout4 {
  width: 100%; }
  table.t-layout4 thead th {
    background-color: #eee;
    font-weight: bold; }

  table.t-layout4 th {
    <!--word-break: keep-all-->; }

  table.t-layout4 th, table.t-layout4 td {
    border-bottom: 1px solid #ccc;
    padding: 0.5em 0.8em;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    <!--word-break: keep-all-->; }

table.t-center-middle th, table.t-center-middle td {
  text-align: center;
  vertical-align: middle; }
