/* メニューのカテゴリページのCSS設定（非アクティブ） */
#frame-33 .list-group-item:first-child, /* このサイトについて */
#frame-37 .list-group-item:first-child, /* ホーム */
#frame-40 .list-group-item:first-child, /* ドローン系 */
#frame-41 .list-group-item:first-child, /* AI体験系 */
#frame-42 .list-group-item:first-child, /* ハードウェア制御系 */
#frame-45 .list-group-item:first-child, /* ロジック系 */
#frame-48 .list-group-item:first-child, /* 実地観察系 */
#frame-52 .list-group-item:first-child, /* 地図系 */
#frame-53 .list-group-item:first-child, /* Webプログラミング系 */
#frame-54 .list-group-item:first-child /* Web CMS系 */
{
    background-color: #f0f0f0;
}
/* メニューのカテゴリページのCSS設定（アクティブ） */
#frame-33 .list-group-item:first-child.active, /* このサイトについて */
#frame-37 .list-group-item:first-child.active, /* ホーム */
#frame-40 .list-group-item:first-child.active, /* ドローン系 */
#frame-41 .list-group-item:first-child.active, /* AI体験系 */
#frame-42 .list-group-item:first-child.active, /* ハードウェア制御系 */
#frame-45 .list-group-item:first-child.active, /* ロジック系 */
#frame-48 .list-group-item:first-child.active, /* 実地観察系 */
#frame-52 .list-group-item:first-child.active, /* 地図系 */
#frame-53 .list-group-item:first-child.active, /* Webプログラミング系 */
#frame-54 .list-group-item:first-child.active /* Web CMS系 */
{
    background-color: #007bff;
}