@charset "utf-8";
/* CSS Document */
@import "../../css_js/style.css";

table.business {
    padding-left: 50px;
}
table.business ul {
    list-style-position: inside;
    font-size: 12px;
    margin-bottom: 3em;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 30px;
    font-weight: normal;
    color: #868686;
    line-height: 18px;
    border-style: none;
    clip:  rect(   );
}
table.business ul li {
    list-style-type: disc;
}
table.business h5 {
    margin-bottom: 1em;
}
ul li {
    list-style: none;
    float: left;
    padding-right: 13px;
    padding-bottom: 2em;
}
p#btn {
    clear: both;
    text-align: center;
}