.cont-box {
  width: 94%;
  max-width: 1260px;
  margin: 20px auto; }
  .cont-box .c-b-title {
    font-size: 24px;
    color: #76a366;
    line-height: 2em;
    border-bottom: 3px solid #76a366;
    padding-bottom: 5px;
    font-weight: normal;
    margin-bottom: 5px; }
  .cont-box .c-b-tab {
    background-color: #76a366;
    padding: 5px; }
    .cont-box .c-b-tab span {
      font-size: 14px;
      color: #eeeeee; }
  .cont-box .c-b-cont {
    margin-top: 10px;
    font-size: 14px;
    text-indent: 2em;
    color: #333333;
    line-height: 2em; }
    .cont-box .c-b-cont img {
      max-width: 100%; }
