/* ★管理画面から動的にスタイルを当てられるようにする */
.atra-hub {
    color: #1a0dab;
    text-decoration: underline;
}
.atra-hub:hover {
    text-decoration: none;
    cursor: pointer;
}