﻿@charset "UTF-8";
/* CSS Document */

.noprint {
    display: none !important;
}

div#fm002 #legend_frame {
    margin-top: 20px;
}
div#fm002 #print-footer {
    display: block;
}

div#fm006 #wind-contents table {counter-reset:img_no;}
div#fm006 .img_title {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    width: inherit;
    text-align: center;
    position: absolute;
    bottom: 0;
    counter-increment:img_no;
}
div#fm006 .img_title:before {
    content: "図" counter(img_no) "　";
}

body.report_print {
    width: 980px !important;
}

/*------------
改ページ
-----------------------------------------------------*/
.pagebreak { page-break-after: always; }

