/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/index_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/* line 4, corp.scss */
#corp {
  width: 95%;
  margin: 10px auto;
}
/* line 10, corp.scss */
#corp #outline-box h3 {
  padding: 10px 0 7px 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-image: -ms-linear-gradient(top, #83ca60 30%, #4f8f30 100%);
  /* IE10 Consumer Preview */
  background-image: -moz-linear-gradient(top, #83ca60 30%, #4f8f30 100%);
  /* Mozilla Firefox */
  background-image: -o-linear-gradient(top, #83ca60 30%, #4f8f30 100%);
  /* Opera */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.3, #83ca60), color-stop(1, #4f8f30));
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-linear-gradient(top, #83ca60 30%, #4f8f30 100%);
  /* Webkit (Chrome 11+) */
  background-image: linear-gradient(to bottom, #83ca60 30%, #4f8f30 100%);
  /* W3C Markup, IE10 Release Preview */
}
/* line 23, corp.scss */
#corp #outline-box p {
  font-size: 12px;
  margin: 10px 0 0 0;
}
/* line 28, corp.scss */
#corp #outline-box dl {
  width: 95%;
  margin: 0 auto;
}
/* line 32, corp.scss */
#corp #outline-box dl dt {
  color: #4F8F30;
  width: 60px;
  float: left;
  clear: both;
  padding: 3px 0 2px 5px;
}
/* line 40, corp.scss */
#corp #outline-box dl dd {
  padding: 3px 0 2px 90px;
  border-bottom: #ccc dotted 1px;
}
/* line 47, corp.scss */
#corp #group-box {
  font-size: 12px;
}
/* line 50, corp.scss */
#corp #group-box img {
  width: 100%;
  max-width: 372px;
}
/* line 55, corp.scss */
#corp #group-box h5 {
  color: #EF9534;
  padding: 5px 0 3px 15px;
  background: url(../../img/title_h5.png) no-repeat left center;
}
/* line 61, corp.scss */
#corp #group-box p {
  text-indent: 1em;
}
/* line 66, corp.scss */
#corp #mark-box {
  font-size: 12px;
}
/* line 69, corp.scss */
#corp #mark-box img {
  width: 30%;
  max-width: 119px;
  padding: 0 10px 0 0;
  float: right;
}
/* line 76, corp.scss */
#corp #mark-box p {
  margin: 10px 0 0 0;
  text-indent: 1em;
}
/* line 82, corp.scss */
#corp #history-box {
  font-size: 12px;
}
/* line 87, corp.scss */
#corp #history-box dl dt {
  color: #4F8F30;
  width: 60px;
  float: left;
  clear: both;
  padding: 3px 0 2px 5px;
}
/* line 95, corp.scss */
#corp #history-box dl dd {
  padding: 3px 0 2px 70px;
  border-bottom: #ccc dotted 1px;
}
