/*!
 * Rei Miyata
 * 2014.3.23：フッター固定
 */

html,body{
    height:100%;
}
#wrap{
    width: 100%;
    position: relative;
    height:auto !important; /*IE6対策*/
    height: 100%; /*IE6対策*/
    min-height: 100%;
    padding-bottom:100px; /*フッターの高さと同じ*/
}
#footer{
    height:30px;
    position:absolute;
    bottom:30px;
}
td, th {
    padding: 0px 20px 0px 0px;
    vertical-align: top;
}
.pdf-link{
    padding: 0px 8px;
}
td.nowrap {
    white-space: nowrap;
    width: 120px;
}
.highlight{
    color: red;
}
.red{
    color: red;
}
.small{
    font-size: small;
}