@charset "utf-8";
/** ----------------------------------------------------------------------
 * fileName: company.css
 * -----------------------------------------------------------------------
  [ color ]
  black: #595757;
  orange: #f60;
===========================================
  [ font-size ]
  09:  69%   | 10:  77%   | 11:  85%
  12:  93%   | 13: 100%   | 14: 108%
  15: 116%   | 16: 123.1% | 17: 131%
  18: 138.5% | 19: 146.5% | 20: 153.9%
  21: 161.6% | 22: 167%   | 23: 174%
  24: 182%   | 25: 189%   | 26: 197%
=========================================== */
#company #mainContent {
  padding-bottom: 20px;
}

#company #mainContent .text_weak {
    display: block;
    font-size: 77%;
    line-height: 150%;
}

#company #mainContent #corporateProfile {
  border: 1px solid #c9c9c9;
  background: #FFF;
}

#company #mainContent #corporateProfile th,
#company #mainContent #corporateProfile td {
  padding: 15px 10px;
  vertical-align: top;
  font-size: 108%;
}

#company #mainContent #corporateProfile th {
  width: 98px;
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  text-align: right;
}

#company #mainContent #corporateProfile td {
  border-bottom: 1px solid #c9c9c9;
}

#company #mainContent #corporateProfile td li {
  margin-bottom: 3px;
  padding-left: 1.2em;
  text-indent: -1.2em;
        line-height: 160%;
}

#company #mainContent #corporateProfile .last-child th,
#company #mainContent #corporateProfile .last-child td {
  border-bottom: none;
}

#company #mainContent #corporateProfile th.icon_privacy {
  text-align: center;
}
