.olnumber ol li{list-style: decimal;} .olnumber ul li{list-style: square;}
.menudot li, .sg-rel{
	position: relative;
    margin: 0; 
}
.menudot .item-dots{
    height: 3px;
    display: block;
    position: absolute;
    width: 100%;
    bottom: 5px;
    background-image: radial-gradient(circle closest-side, #ccc 80%, #fff 10%);
    background-position: bottom;
    background-position-x: center;
    background-position-y: bottom;
    background-size: 4px 2px;
    background-repeat: repeat-x;
}
.menudot li.lineme span:first-child, .sg-rel span:first-child {
	background: #fff;
    z-index: 1;
    position: relative;
    padding-right: 8px;
}
.item-dots-div{
	height: 3px;
    display: block;
    width: 100%;
    bottom: 5px;
    background-image: radial-gradient(circle closest-side, #ccc 80%, #fff 10%);
    background-position: bottom;
    background-position-x: center;
    background-position-y: bottom;
    background-size: 4px 2px;
    background-repeat: repeat-x;
    padding: 8px 0;
    margin-bottom: 13px;
}