h1, h2, h3 {
  margin: 0;
}

.ss_speaker_img.col-md-3 {
  margin-bottom: 20px;
}

#lead h1 {
  margin: 30px 0;
}

#lead-text {
  margin-top: 20px;
  font-size: 16px;
}
.etail-table {
  padding: 30px 0;
}

.container {
  margin-bottom: 40px;
}

#inq {
  margin-bottom: 0;
  padding: 30px 0 10px;
}

#detail-table td, #detail-table tr {
  border-bottom: 1px solid #999;
}

#detail-table th {
  width: 15%;
  text-align: right;
  padding-right: 20px;
}

.grey {
  background-color: #efefef;
}


#content_header {
  text-align: center;
  background-color: #001f4c;
}

#main_msg {
  text-align: center;
  background-color: #efefef;
  padding-top: 30px;
}

#main_msg h2 {
  margin-bottom: 20px;
}

#solution_list {
  /*width: 863px;
  margin: 0 auto;
  display: table;
  table-layout: fixed;*/
}

#solution_list section {
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 140px;
}

#seminar_icon {
  background-image: url("../img/icon01.png");
}

#ma_icon {
  background-image: url("../img/icon02.png");
}

#event_icon {
  background-image: url("../img/icon03.png");
}

#form {
  /*width: 800px;*/
  margin: 30px auto;
}

#form_title {
  text-align: center;
  margin-top: 30px;
}

#form_body {
  padding: 20px;
  border: 1px solid #efefef;
}

#form_msg {
  margin: 15px 0;
  font-size: 18px;
}

#form button {
    font-size: 18px;
    font-weight: bold;
    line-height: 75px;
    display: table;
    padding: 0 65px !important;
    -webkit-transition-duration: .12s;
    transition-duration: .12s;
    -webkit-transition-property: all;
    transition-property: all;
    text-decoration: none;
    letter-spacing: .1em;
    color: white;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #23551c;
    background-color: #47AB38;
    margin: 20px auto 0;
    cursor: pointer;
}

#form button:hover {
    text-decoration: none;
    color: white;
    border-color: #23551c;
    background-color: #23551c;
}

#ss_inqtitle {
  margin-top: 50px;
}
