﻿@charset "utf-8"; 
table tr:nth-child(odd){background-color: #efefef;}
table tr:nth-child(even){background-color: #fff;}
@media (max-width:1280px){header .head-info .head-logo a span{font-size:var(--fontsize16)}}
@media (max-width:768px){header .head-info .head-logo a span{display:none;}}