/* 印刷用 */


/* ADP の汎用テクニック(A4印刷) */

p, dt, dd, th, td, li  {
    line-height: 1.6;
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: white;
    background-image: none;
    font-size: 10pt;
    line-height: 1.4;
}
head+body {
    /* width: 185mm; */
    width: 260mm;
    max-width: 100%;
    min-width: 80%;
    margin: 0 auto;
}

/* テーブルの文字サイズ */
table.list {font-size: 11pt;}

/* トップメニュー・サブメニュー・ボトムバーは消す */
div.top_bar, div.sub_bar, div.bottom_bar {display: none;}

/* ふりがなインデックスは消す */
p.f_index {display: none;}

/* 何件中何件表示も消す */
table.keiyaku_index {display: none;}

/* ソート順・件数フォームは消す */
form.order_num {display: none;}

/* アイコン画像は消す */
img.icon {display: none;}

/* プリント対象外とされたリンク/セルは消す。それ以外でも下線は消す */
a.noprint,td.noprint,th.noprint,div.noprint {display: none;}
a {text-decoration: none;}

/* プリントのみの対象とされたものは表示する */
div.only_at_print {display: block;}
p.only_at_print {display: block;}
span.only_at_print {display: inline;}

/* 月次作業計画はA4横に収まるように */
table#yotei_list {width: 260mm;}

/* 協力会社名/契約者名 */
p#index_subject { font-weight:bold; margin: 20px 0;}

