.sp_contents {
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
    margin-bottom: 1em;
    width: auto;
    display: table;
    font-size: 95%;
}
ul.sp_contents li {
    list-style: none;
}
ul.sp_contents li a {
    color: #0B56B7;
    text-decoration: none;
}
ul.sp_contents li a:hover {
    text-decoration: underline;
}