何番目系の便利なCSSまとめ - Qiita

この辺のはなし。 種類 -child -of-type 最初 :first-child :first-of-type 最後 :last-child :last-of-type n番目 :nth-child(n) :nth-of-type(n) 後ろ...