﻿@charset "utf-8"; 
table tr:nth-child(odd){background-color: #C5DFB3;}
table tr:nth-child(even){background-color: #E1EFD8;}
@media (min-width:1024px){body:not(.index){padding-top:143px}}