@charset "UTF-8";
/*
*	会社案内
*/
/* ==========================================================================
	共通
========================================================================== */
#main {
  float: right;
  width: 720px; }

#side {
  float: left;
  width: 200px; }

.section {
  margin: 0 0 40px;
  padding: 0 0 40px;
  border-bottom: solid 1px #ddd; }

/* ==========================================================================
	代表メッセージ
========================================================================== */
.message p {
  margin: 0 0 30px; }
.message #portrait {
  float: left;
  width: auto;
  margin: 0 40px 40px 0; }

.message .text-name{
  padding-top: 20px;
}

/* ==========================================================================
	会社概要
========================================================================== */
.info th {
  width: 140px; }
.info .section li {
  color: #097adb;
  list-style: disc inside; }
  .info .section li span {
    color: #333; }

/* ==========================================================================
	沿革
========================================================================== */
.history table {
  width: 100%; }
  .history table th, .history table td {
    padding: 10px 0;
    border-bottom: solid 1px #e6e6e6; }
  .history table tr:first-child th, .history table tr:first-child td {
    border-top: solid 1px #e6e6e6; }
  .history table .even th, .history table .even td {
    background: #f1f7fb; }
  .history table th {
    width: 200px;
    font-weight: bold;
    text-indent: 20px; }

/* ==========================================================================
	環境方針
========================================================================== */
.environment ol {
  padding: 0 0 0 1.5em;
  list-style: decimal outside; }
  .environment ol li {
    margin: 0 0 15px; }
  .environment ol ol {
    margin: 10px 0 0;
    color: #097adb; }
    .environment ol ol li {
      margin: 0 0 3px; }
.environment #ecoaction-lead {
  float: right;
  width: 540px; }
.environment #ecoaction-logo {
  float: left;
  width: 140px;
  padding: 20px 10px;
  background: #f1f7fb;
  font-size: 76.9%;
  text-align: center; }
  .environment #ecoaction-logo img {
    margin: 0 0 10px; }
.environment #report ul {
  margin: 0 0 20px;
  padding: 20px;
  border: solid 5px #f1f7fb; }
  .environment #report ul li {
    margin: 0 0 7px;
    padding: 0 0 7px;
    border-bottom: dotted 1px #ddd;
    list-style: url(/common/img/ico_pdf.png) inside; }
.environment #report p {
  font-size: 76.9%; }

.environment .text-name{
  font-size: 150%
}