@charset "utf-8";
span.big {
 color: #cc0099;
 font-size: 36px;
}

span.small {
 color: #cc1199;
 font-size: 12px;
}

ul.listtest1 {
 display: flex;
 width: 1200px;
 line-height: 2em;
}
ul.listtest1 > li {
 border: 1px solid none;
 list-style: disc;
 flex-grow: none;
 background: none;
 box-sizing: border-box;
 width: 600px;
 font-size: 18px;
 line-height: 0em;
}


