@charset "utf-8";
/** ----------------------------------------------------------------------
 * fileName: agreement.css
 * -----------------------------------------------------------------------
  [ color ]
  black: #595757;
  orange: #f60;
===========================================
  [ font-size ]
  09:  69%   | 10:  77%   | 11:  85%
  12:  93%   | 13: 100%   | 14: 108%
  15: 116%   | 16: 123.1% | 17: 131%
  18: 138.5% | 19: 146.5% | 20: 153.9%
  21: 161.6% | 22: 167%   | 23: 174%
  24: 182%   | 25: 189%   | 26: 197%
=========================================== */
#agreement #mainContent h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 116%;
}

#agreement #mainContent h2.first-child {
  margin-top: 20px;
}

#agreement #mainContent ul ul {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 10px;
}

#agreement #mainContent li {
  margin-bottom: 10px;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

#agreement #mainContent li li {
  margin-bottom: 5px;
  font-size: 100%;
  line-height: 160%;
}

#agreement #mainContent h3.provisions {
  margin-top: 40px;
}

#agreement #mainContent ul.provisions {
  padding-left: 40px;
}

#agreement #mainContent ul.provisions li {
  margin-bottom: 5px;
  padding-left: 0;
  text-indent: 0;
  font-size: 93%;
  line-height: 160%;
}