.emphasis {
    color: #444;
    font-weight: bold;
}
.mt05 {
    margin-top: 0.5em;
}
.mt1 {
    margin-top: 1em;
}
.ls-02em {
    letter-spacing: -0.2em;
}
.ls05em {
    letter-spacing: 0.5em;
}
.ls06em {
    letter-spacing: 0.6em;
}
.ls1em {
    letter-spacing: 1em;
}
.ls11em {
    letter-spacing: 1.1em;
}
.ls12em {
    letter-spacing: 1.2em;
}

.ab_list, .basic_list {
    list-style-type: none;
    padding-left: 1em;
}
.ab_list li, .basic_list li {
    position: relative;
    margin: 0;
}
.ab_list li::before, .basic_list li::before {
    position: absolute;
    content: "・";
    left: -1em;
}

.annotation_list {
    list-style-type: none;
    padding-left: 1em;
}
.annotation_list li {
    position: relative;
    margin: 0;
}
.annotation_list li::before {
    position: absolute;
    content: "※";
    left: -1em;
}
table.specInfo tr:nth-child(2) td {
    background: url(../images/common/td_top_bg.png) repeat-x top left;
}
/* table.specInfo .top_tr td {
    background: url(../images/common/td_top_bg.png) repeat-x top left;
} */