﻿@charset "utf-8"; 
.table-wrap table tr:nth-child(odd){background-color: #efefef;}
.table-wrap table tr:nth-child(even){background-color: #fff;}