@charset "UTF-8";

@page {
    margin: 15mm 10mm;
}

html {
    font-size: 10.5pt;
    margin-top: 0;
}

body {
    background: #fff none;
    min-width: 0;
}

#cms_toolbar,
#cms-top {
    display: none;
}

#header,
#footer,
#side_fixed_box,
#button_chat_open,
#chat_widget,
#navibar {
    display: none;
}

#conts {
    width: auto;
}

.wrapper {
    width: auto;
}

#main {
    margin: 0;
}

/*ページ途中で切れる対策*/
p,
tr,
img,
h1,
h2,
h3 {
    page-break-inside: avoid;
}

h1,
h2,
h3 {
    clear: both;
}

#conts ol li:before {
    color: #111;
}

/*擬似要素リセット*/
#conts h4,
.list_box a .text_area .title {
    padding-left: 0;
}

#conts h4:before,
.list_box a .text_area .title:before {
    display: none;
}

h2,
.color_box {
    border: 1px solid #111;
}

table thead th {
    background: #fff;
    color: #111;
    font-weight: bold;
}