/* UTIL
-----------------------------*/
/* #section01
-----------------------------*/
#section01 {
  font-size: 13px; }
  #section01 p + p,
  #section01 p + ol,
  #section01 ol + p {
    padding-top: 20px; }
  #section01 .no-pad + ol {
    padding-top: 0; }
  #section01 ol {
    list-style-type: decimal;
    margin-left: 1.5em; }
  #section01 .border {
    border-top: 1px solid #ccc;
    margin-top: 50px;
    padding-top: 50px; }
