ul.text li{
  padding:0 0 0 1em;
  text-indent:-1em;
}

ul.text li:before{
  content:'・';
  display:inline-block;
  width:1em;
  text-indent:0;
}
