@charset "UTF-8";
/* CSS Document */

#main div.sec {
  border:#999 1px solid;
  background-color:#eeffee;
  padding:12px;
}
#main div.first {
  margin-top:10px;
}
#main p.next_step {
  text-align:center;
  margin:8px 0px;
}

#main div.sec dl dt{
  margin:15px 0px 4px 0px;
  font-weight:bold;
  background:url(../img/flow/mk_leaf.gif) left top no-repeat;
  padding-left:20px;
}

#main div.sec dl dd{
  padding-left:1em;
}
#main div.sec ol li{
  list-style-type: decimal;
  margin-left:2em;
}
#main div.sec h5{
  margin:15px 0px 4px 0px;
  font-weight:bold;
  font-size:110%;
  line-height:120%;
}
