﻿@charset "utf-8"; 
table tr:nth-child(odd){background-color: #efefef;}
table tr:nth-child(even){background-color: #fff;}
@media (min-width:1025px){.products-ninelist-1 li{width:23.5%;margin-right:2%;}
.products-ninelist-1 li:nth-child(3n){margin-right: 2%;}
.products-ninelist-1 li:nth-child(4n){margin-right:0;}}