@charset "UTF-8";

/* CSS Document */

.update-wrap {
    background: none;
    padding: 0;
    text-align: center;
    width: 100%;
}

.update-wrap ul li:nth-child(n + 7) {
    display: inherit;
}
.update-wrap ul li:nth-child(6) a:after{
    border-bottom: 1px dotted #888888;    
}
