#contentsInner {
  padding-top: 230px;
}

#contentsBodyArea {
  overflow: hidden;
}
#contentsBodyArea p,
#contentsBodyArea input[type=text] {
  padding: 0;
  margin: 0;
}
#contentsBodyArea #dl-inside {
  padding: 0 30px;
}
#contentsBodyArea #dl-inside .dl-title {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #33505e;
  background: -moz-linear-gradient(left #222e3a 0, #33505e 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #222e3a), color-stop(100%, #33505e));
  background: -webkit-linear-gradient(left, #222e3a 0, #33505e 100%);
  background: -o-linear-gradient(left, #222e3a 0, #33505e 100%);
  background: -ms-linear-gradient(left, #222e3a 0, #33505e 100%);
  background: linear-gradient(to right, #222e3a 0, #33505e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222e3a',endColorstr='#33505e',GradientType=0);
  padding: 9px 16px 8px;
  font-size: 14px;
  /*font-size: $size + rem;*/
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
