.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #937d1a;
    border-color: #937d1a;
}

/*必須制御の表示レイアウト*/
.crmEntityFormView .cell div.info.required label:after {
    content: ' 【必須】';
    color: red
}
