H1 { font-size:20pt }

H2 { font-size:15pt }

H3 { font-size:12pt }

H4 { font-size:10pt }

BODY { font-size:10pt ; font-family: "ＭＳ Ｐゴシック", "Osaka" }

TH,TD,TR { font-family: "ＭＳ Ｐゴシック", "Osaka" }

.list_item { font-size:8pt; background:#99ff99; font-weight:bold }

.list_data { font-size:8pt; background:white }

.item { font-size:10pt; background:#99ff99; font-weight:bold ; font-family: "ＭＳ ゴシック", "Osaka−等幅" }

.data { font-size:10pt; background:white }

.error { font-size:10pt; color:red }

.expln { color:red; font-size:8pt }

.text { font-family: "ＭＳ ゴシック", "Osaka−等幅"; }

.report_item { font-size: 9pt; font-weight: bold; background:#99ff99 }

.report_data { font-size: 9pt; background:white }

/* 2022/03/09 <Edge対応> ADD Start */
.tableLine {border: 1px solid black; border-collapse: collapse}

.guidance {font-size: 9pt}

#lock{
        display: none;
        position: fixed;
        background-color: #808080;
        top:0;
        left:0;
        width: 200%;
        height: 200%;
        bottom: 0;
        right: 0;
        z-index: 100;
        -moz-opacity: 0.8;
        opacity: 0.8;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);  /* For IE 5-7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* For IE 8 */
}
/* 2022/03/09 <Edge対応> ADD End */
