.clm2_layouts.dic_note {
    display: block;
}
li{
	padding-bottom:1.6em;
}
table{
	width:100%;
}
table tr td{
	vertical-align: top;
	padding: 0.5em 0;
}
.symbol td ol,.word ol li ol,.other  ol {
    counter-reset: maru-count-list;
    list-style: none;
}
.symbol td ol li,.word ol li ol li,.other  ol li {
    position: relative;
}
.symbol td ol li:last-child,.word ol li ol li:last-child,.other  ol li:last-child {
    padding-bottom:0;
}
.symbol td ol li:before,.word ol li ol li:before,.other  ol li:before {
    content: counter(maru-count-list);
    counter-increment: maru-count-list;
    position: absolute;
    transform: translate(-1.7em,-0.5em);
    border: 1px solid #444;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    border-radius: 100px;
    font-size: .75em;
    top: 0.75em;
    line-height:1.4;
}
.other td {
    border: 1px solid #aaa;
    text-align: center;
}
.other ol li table {
    margin: 1em 0;
}