/* minify 対象外のスタイル */

/* table のストライプ表示 */
.table-block2.striped tbody tr:nth-child(2n of :not([style*="none"])) {
    background: #f1f1f1;
}

