@charset "utf-8";
/* CSS Document */

.errordesc {
    padding: 10px 0;
    font-size: 16px;
}
.cateBoxArea {
    border-collapse: separate;
    border-spacing: 10px 10px;
    display: table
}
.cateBox {
    display: table-cell;
    width: 300px;
}
h3 {
    padding: 5px 0px 5px 10px;
    font-weight: bold;
    background-color: #f7f4f0;
}
.cateBox ul {
    margin-left: 15px;
}
.cateBox li {
    line-height: 2em;
}
.cateBox li:before {
    content: url("../images/top/point/pointgreen.png");
    position: relative;
    top: 2px;
}
