@charset "utf-8";

#cmp-intro {
  padding: 0;
}
#cmp-intro .cmp-heading-lv1-01 h1 {
  margin: 0;
}

.cmp-heading-01 h3{
  color: #35A667;
}

.cmp-table-01 tbody th{
  background-color: #e3f3ee;
}

strong.em{
  font-weight: bold;
}

#cmp-importantNotes-post .item>.head>p:before,
#cmp-importantNotes-post .item>.head>p:after {
  display: none;
}
#cmp-importantNotes-post .item>.head:hover {
  background: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: default;
}
#cmp-importantNotes-post .item>.body {
  display: block!important;
  height: auto!important;
  padding:20px 55px!important
}