@charset "utf-8";

header {
	top:0;
	z-index:2;
}

.tableArea {
        overflow:auto;/*枠からはみ出たらスクロールさせる、はみ出なかった場合は何もしない*/
    }

.tableArea table {
	color: #0080ff;
}

.tableArea table th,
.tableArea table td {
	white-space:nowrap;/*文字を折り返さない*/
}
 
.scroll-hint-text {
	margin-top: 0;
}