@charset "shift_jis";
/* CSS Document */

ul.listtest1 {
    display: table;
    width:100%;
text-decoration:none;
}
ul.listtest1 > li {
    display: table-cell;
padding-left: 20;
text-decoration:none;
text-decoration:none;
}