﻿@charset "utf-8"; 
table tr:nth-child(odd){background-color: #efefef;}
table tr:nth-child(even){background-color: #fff;}
.head-logo a img{max-height:75px}
@media (min-width:1025px) {.head-logo a img{max-height:90px}
header.is-active .head-logo a img{max-height:75px}}
@media (max-width:768px){.head-logo a img{max-height:65px}}