正解は:nth-child(odd)または:nth-child(2n+1)です。:nth-child(even)は偶数番目、:nth-child(3n)は3の倍数番目を選択します。:first-childは最初、:last-childは最後の要素を選択します。