<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


body {
    margin:20px 0;
    background:#ffe;
}


/* div#page */
div#page {
    width:740px;
    margin:0 auto;
}


h1 {
    font-size:1.3em;
    text-align:center;
    margin-bottom:1em;
}

h2 {
    font-size:1em;
    margin-bottom:1em;
}




/*
**    div#first_note
======================================================================*/
div#first_note {
    margin-bottom:2em;
}
    /* table */
    div#first_note table {
        border-collapse:collapse;
        font-size:0.95em;
        margin:auto;
    }
        div#first_note table th, div#first_note table td {
            padding:0.3em 1em;
            font-weight:normal;
            border:solid #999;
            white-space:nowrap;
            vertical-align:middle;
        }
        div#first_note table th {
            white-space:nowrap;
            text-align:center;
            background:#555;
            color:#fff;
            border-width:3px 0 3px 3px;
        }
        div#first_note table td {
            font-size:1.2em;
            color:#f60;
            font-weight:bold;
            line-height:normal;
            border-width:3px 3px 3px 0;
            background:#fafee2;
        }
            div#first_note table td span {
                font-size:0.7em;
                color:#000;
                font-weight:normal;
                letter-spacing:normal;
                vertical-align:middle;
            }
            div#first_note table td a {
                font-size:0.7em;
                vertical-align:middle;
            }



/*
**    div#fax_sheet
======================================================================*/
div#fax_sheet {
    background:#fff;
    padding:1.5em;
    border:2px ridge #ddd;
}
    div#fax_sheet h2 {
        font-size:1.1em;
        border-bottom:1px solid #000;
        text-align:center;
        margin-bottom:2em;
    }
        div#fax_sheet h2 strong {
            font-size:1.4em;
        }
        div#fax_sheet h2 span {
            font-size:0.75em;
            font-weight:normal;
        }
    /* div.section */
    div#fax_sheet div.section {
        margin-bottom:1.5em;
    }
        div#fax_sheet div.section h3 {
            font-size:0.8em;
            background:#000;
            color:#fff;
            padding:0.3em 0.5em 0.2em;
            margin-bottom:0;
        }
        div#fax_sheet div.section p {
            margin:0.3em 0;
            font-size:0.8em;
        }
        /* div#comment_box */
        div#fax_sheet div.section div#comment_box {
            border:1px solid #000;
            width:100%;
            height:5em;
        }
    /* table */
    div#fax_sheet div.section table {
        font-size:0.8em;
        border-collapse:collapse;
        width:100%;
    }
        div#fax_sheet div.section table th, div#fax_sheet div.section table td {
            text-align:left;
            vertical-align:top;
            padding:0.3em 1em 0.2em;
            font-weight:normal;
            border-bottom:1px solid #000;
        }
        div#fax_sheet div.section table th {
            width:10em;
            white-space:nowrap;
            border-right:1px solid #ddd;
        }
        div#fax_sheet div.section table td {
        }
            /* span.add */
            div#fax_sheet div.section table td span.add {
                font-size:0.8em;
                color:#000;
            }
    /* div#products */
    div#fax_sheet div#products {
    }
        div#fax_sheet div#products table {
        }
        div#fax_sheet div#products table th {
            width:65%;
        }
        div#fax_sheet div#products table td {
        }
    /* div#signature */
    div#fax_sheet div#signature {
    }
        /* table */
        div#fax_sheet div#signature table {
            border:2px dotted #aaa;
            border-collapse:collapse;
            font-size:0.8em;
            width:100%;
            background:#eee;
            color:#333;
        }
            div#fax_sheet div#signature table th, div#fax_sheet div#signature table td {
                padding:0.2em 1em;
                vertical-align:middle;
                text-align:left;
            }
            div#fax_sheet div#signature table th {
                width:15em;
                font-weight:normal;
            }
            div#fax_sheet div#signature table td {
                font-size:1.2em;
                font-weight:bold;
                line-height:normal;
            }
                div#fax_sheet div#signature table td span {
                    font-size:0.7em;
                    font-weight:normal;
                    vertical-align:middle;
                }



/*======================================================================*/
* {
    margin:0;
    padding:0;
}


p,ul,table {
    font-size:0.95em;
    line-height:1.3em;
    margin-bottom:1em;
}


/* p.submit */
p.submit {
    text-align:center;
    margin:2em 0;
}
    p.submit span {
        border:5px ridge #0cf;
    }
    p.submit input {
        font-size:1.2em;
        padding:0.3em 2em;
    }

/* .add */
.add {
    color:red;
}

/* .alt */
.alt {
    position:absolute;
    top:-10000em; left:-10000em;
}




/*
**    印刷用
======================================================================*/
@media print {
    body {
        background:#fff;
        margin:auto;
        font-family:"ＭＳ Ｐゴシック","Osaka","Verdana",sans-serif;
    }
    h1 {
        display:none;
    }
    div#page {
        width:auto;
        margin:auto;
    }
    div#fax_sheet {
        border-width:0;
    }
    div#first_note {
        display:none;
    }
    p.submit {
        display:none;
    }
}


</pre></body></html>