﻿body{
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
table{
	font-size: calc(80% + 0.20vw) ;
}

table#list {
    white-space: nowrap;
    text-align:center;
    width:initial;
}
table#list th{
    white-space: nowrap;
}
table#list td.n{
    white-space: nowrap;
}
table#list td.d{
    background-color: #CCFF99;
}
table#list tfoot td{
    background-color: #eee;
}
table#value{
    max-width:480px;
    text-align:center;
}
table#value th{
    white-space:nowrap;
}
table#all{
	width:initial;
}
@media screen and (max-width:480px){
table#list td{
    padding:12px 2px;
}
table#list td.normal{
	white-space: normal;
}

}

div#main{
    margin:2%;
}
nav {

}
div.well {
	max-width:800px;
	margin-left: 2%;
	margin-top: 20px;

}
div.filter{
    margin-bottom:2%;
}
div.lbl{
    clear:both;
    margin-top:10px
}
div.slc{
    max-width:240px;
}
span.n{
    display:inline-block;
}
div.inline-form > *{
	margin-right:16px;
	min-width:48px;
	display:inline-block;
}

@media screen and (min-width:700px){
div#dan{
	margin-bottom:100px;
}
}
.tablesorter-filter-row > td  {
    max-width:3em !important;
}
td.du {
    background:#B2B2B2 !important;
}
td.cu {
    background:#C9C9C9 !important;
}