﻿H1{
 font-size:150%;
}

H2{
 font-size:110%;
}

TABLE{
 border-collapse:collapse;
 border:2px solid black;
 white-space:pre;
 font-family:monospace;
}

TH{
 padding:4px 4px;
 border:1px solid black;
 white-space:nowrap;
 line-height:100%;
}

/* ヘッダ・奇数・偶数の色分け */
.m tr:nth-child(odd){
 background-color:#d0ffff;
}
.m tr:nth-child(even){
 background-color:#f0ffff
}
.m tr:first-child{
 background-color:#80ffff;
}
.w tr:nth-child(odd){
 background-color:#ffe0e0;
}
.w tr:nth-child(even){
 background-color:#fff7f7;
}
.w tr:first-child{
 background-color:#ffa0a0;
}

/* 1列目～4列目までの幅と文字位置 */
tr th{width:2.5em; min-width:2.5em;}
tr th+th{width:10em; min-width:10em;}
tr th+th+th{width:4.5em; min-width:4.5em;}
tr th+th+th+th{width:8em; min-width:8em;}
tr td{text-align:center;}
tr td+td{text-align:left;}
tr td+td+td{text-align:right;}
tr td+td+td+td{text-align:left;}

TD{
 padding:4px 4px;
 border:1px solid black;
 white-space:nowrap;
 line-height:125%;
}

a{
 font-size:125%;
 line-height:200%;
}
@media screen and (min-device-width:641px){
a{
 font-size:100%;
 line-height:150%;
}
}