@charset "UTF-8";

@page {
margin: 15mm 10mm;
}

* html body { zoom:90%; }
body { background:#fff none; color:#222; }
#container { width:auto; font-size: 11.5pt; }
.wrapper { width:auto; font-size: 11.5pt; }
#main { margin:0; }
#contents { float:none; width:auto; }
#header, #main_visual, #globalnavi, #sidebar, #footer, #side_fixed_box { display:none; }

/*ページ途中で切れる対策*/
p, table, img, h1, h2, h3 { page-break-inside: avoid; }
h1, h2, h3 { clear:both; }

#contents hr { border-bottom:solid 1px #222; }
#contents #social_btn { display:none; }

/*▼見出し▼*/
/*擬似要素リセット*/
#contents h1:before, #contents h1:after, #contents h2:before, #contents h2:after, #contents h3:before, #contents h3:after, #contents h4:before, #contents h4:after { display:none; }

#contents h1 { font-size:2.3em; padding:0; color:#222; width:auto; }
#contents h2 { background:none; border:none!important; border-bottom:solid 4px #222!important; padding:0 10px 15px; color:#222; width:auto; }
#contents h3 { background:none; border:solid 1px #222!important; width:auto; padding:8px 10px; color:#222; }
#contents h4 { background:none; border:none; color:#222; width:auto; overflow:hidden; position:relative; }
#contents h5 { color:222; width:auto; }

/*▼索引▼*/
#contents .list_box { border-bottom:solid 1px #222; width:auto; }
#contents .list_box .tit_box { border:none; width:auto; }
#contents .list_box .tit_box span { display:none; }
#contents .list_box h4 { float:none; background:none; padding:0; color:#222; position:static; overflow:hidden; border:none; zoom:1; }
#contents .list_box h4 a:link { color: #222; text-decoration:none; }
#contents .list_box h4 a:visited { color: #222; text-decoration:none; }
#contents .list_box .icon_img { display:none; width:auto; }

/*▼テーブル▼*/
#contents table { width:100%; }
#contents table.table01 { width:100%; }

#contents table th { color:#222; }
#contents table th, #contents table td { border-color:#222; }
#contents table.table01 th { color:#222; }



