<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 *
 */
table {
    display: table;
    border-collapse: collapse;
}

/**
 *
 */
#overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 901
}

div[id^="modalContents"] {
    width: 800px;
    padding: 24px 32px;
    position: fixed;
    /*
        border-radius: 15px;
    */
    background-color: #FFF;
    display: none;
    z-index: 902
}

body {
    text-align: center;
}

button.modalOpen[id="modalOpen01"] {
    border: 0;
    width: 137px;
    height: 39px;
    background: url("./../img/bt_1.gif") left top no-repeat;
}

button.modalOpen[id="modalOpen02"] {
    border: 0;
    width: 238px;
    height: 39px;
    background: url("./../img/bt_2.gif") left top no-repeat;
}

button.modalOpen[id="modalOpen03"] {
    border: 0;
    width: 137px;
    height: 39px;
    background: url("./../img/bt_3.gif") left top no-repeat;
}

button.modalOpen[id="modalOpen04"] {
    border: 0;
    width: 162px;
    height: 39px;
    background: url("./../img/bt_4.gif") left top no-repeat;
}

button.modalOpen:hover {
    cursor: pointer;
}

button.modalClose {
    width: 100px;
    height: 50px;
    margin-top: 32px;
    font-size: 1.2em;
    color: #D04255;
    background-color: #FFF;
    border: solid 2px #D04255;
    border-radius: 6px;
    transition: .4s;
}

button.modalClose:hover {
    background: #D04255;
    color: #FFF;
}

/**
 * 
 */
table.condition {
    border-collapse: collapse;
    border: 0;
    padding: 0;
    line-height: 16px;
}

th.condition,
td.condition {
    border-collapse: collapse;
    border: 0;
    margin: 0;
    padding: 0;
    line-height: 16px;
}

th.condition {
    font-size: 12px;
    white-space: nowrap;
    text-align: center;
}

td.condition {
    font-size: 12px;
    white-space: nowrap;
    text-align: left;
}

table.full, th.full, td.full {
    width: 100%;
}

table.half, th.half, td.half {
    width: 50%;
}

table.quarter, th.quarter, td.quarter {
    width: 25%;
}

th.top, td.top {
    vertical-align: top;
}

th.bottom, td.bottom {
    vertical-align: bottom;
}

th.spacer, td.spacer {
    padding-top: 0;
}

.disabled {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

label.active {
    background: #ffeae7;
}

label.size {
    width: 290px;
    height: 70px;
    line-height: 19px;
    cursor: pointer;
}

label.paper_type {
    width: 290px;
    height: 50px;
    line-height: 19px;
    cursor: pointer;
}

label.paper {
    width: 290px;
    height: 50px;
    line-height: 19px;
    cursor: pointer;
}

label.kakou1 {
    width: 290px;
    height: 50px;
    line-height: 19px;
    cursor: pointer;
}

label.color {
    width: 290px;
    height: 50px;
    line-height: 19px;
    cursor: pointer;
}

label span[class="recommended"] {
    font-size: 0.8em;
    border-radius: 15px;
    display: inline-block;
    padding: 2px 10px 0 10px;
    text-align: center;
    background-color: red;
    color: white;
}

label span[class="recommended"]:first-of-type {
    margin-left: 16px;
}

/**
 *
 */
label.one_color {
    width: 290px;
    height: 50px;
    line-height: 19px;
    position: relative;
}

label.one_color span::before {
    position: absolute;
    content: '笆ｶ';
    color: silver;
    left: 12px;
}

div.one_color,
div.modal_one_color {
    display: inline-block;
    border-bottom: solid 1px silver;
    padding-left: 16px;
    width: 274px;
    height: 50px;
    line-height: 19px;
}

div.one_color span:first-of-type,
div.modal_one_color span:first-of-type {
    padding: 16px 0 11px 0;
    display: inline-block;
    line-height: 19px;
}

div.one_color span:last-of-type,
div.modal_one_color span:last-of-type {
    text-align: center;
    border: 1px solid silver;
    padding: 10px 16px 5px 16px;
    width: 120px;
    display: inline-block;
    line-height: 19px;
}

span[id="select_color"] + span:last-of-type {
    text-align: center;
    border: 1px solid silver;
    padding: 10px 16px 5px 16px;
    margin-left: 16px;
    width: 120px;
    display: inline-block;
    line-height: 19px;
    font-size: 13px;
}

/**
 *
 */
div[class="overlay"] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 900;
}

section[class="modal"] {
    display: none;
}

section[class="modal"] div[class="selectbox"] {
    position: fixed;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: auto;
    z-index: 901;
}

label.modal_one_color {
    display: inline-block;
    width: 135px;
    height: 50px;
    line-height: 19px;
    text-align: center;
    color: white;
    cursor: pointer;
}

label.modal_one_color_empty {
    display: inline-block;
    width: 135px;
    height: 50px;
    line-height: 19px;
    text-align: center;
    color: white;
}

.select_one_color {
    border: 3px solid black;
}

section[class="modal"] h3 {
    margin-top: -30px;
}

section[class="modal"] div[class="command"] {
    margin: 24px 0 16px 0;
    text-align: center;
}

section[class="modal"] div[class="command"] button[name="button_ok"] {
    border-radius: 5px;
    border: solid 2px red;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    text-align: center;
    background-color: red;
    color: white;
    cursor: pointer;
    font-size: 1.4em;
}

div[class="modal_close"] {
    position: relative;
    top: 10px;
    left: 640px;
    z-index: 902;
    cursor: pointer;
    display: inline-flex;
}

div[class="modal_close"] img {
    width: 32px;
}

/*  */
.color_icon {
    margin-top: 5px;
}

#preview {
    position: absolute;
    border: 1px solid #333;
    background: #FFF;
    padding: 5px;
    display: none;
}

div[class="result"] td {
    line-height: 19px;
}

/**
 * 萓｡譬ｼ陦ｨ
 */
table.price_table {
    width: 715px;
    margin: 0 auto;
    padding: 0;
    border-collapse: collapse;
    border: 1px solid #333333;
}

table.price_table td.price_even,
table.price_table td.price_odd {
}

th.product_title,
th.product_part {
    background-color: #FFFFFF;
    border-collapse: collapse;
    border: 1px solid #333333;
    padding: 4px 0;
    text-align: center;
    height: 32px;
}

th.noki_title {
    background-color: #002800;
    color: white;
    border-collapse: collapse;
    border: 1px solid #333333;
    padding: 4px 0;
    text-align: center;
    height: 42px;
    vertical-align: center;
}

th.noki_part {
    border-collapse: collapse;
    border: 1px solid #333333;
    padding: 4px 0;
    text-align: center;
    height: 42px;
    vertical-align: center;
}

th.body_color_title,
th.body_color_part,
th.cover_color_title,
th.cover_color_part,
th.page_title,
th.page_part {
    background-color: #EAEAEA;
    text-align: center;
    border-collapse: collapse;
    border: 1px solid #333333;
    padding: 4px 0;
    height: 20px;
}

td.busu_even,
td.busu_odd,
td.price_even,
td.price_odd {
    text-align: center;
    border-collapse: collapse;
    border: 1px solid #333333;
    padding: 4px 0;
    height: 20px;
}

td.busu_even,
td.price_even {
    background-color: white;
}

td.busu_odd,
td.price_odd {
    background-color: #FFFFCC;
}

div.full_color_icon {
    background-image: url('./../../../../images/imgpricepages/image_color/full_color.gif');
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 17px;
    margin: 0 auto;
}

div.k_color_icon {
    background-image: url('./../../../../images/imgpricepages/image_color/k_color.gif');
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 17px;
    margin: 0 auto;
}

div.cm_color_icon {
    background-image: url('./../../../../images/imgpricepages/image_color/corm_color.gif');
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 17px;
    margin: 0 auto;
}

div.cmk_color_icon {
    background-image: url('./../../../../images/imgpricepages/image_color/bgclear_cormork_color.gif');
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 17px;
    margin: 0 auto;
}

/**
 *
 */
section:not(:first-of-type) {
    margin-top: 40px;
}

div[class="product_guide"],
div[class="product_size"],
div[class="template_link"],
div[class="noki_guide"] {
    overflow: auto;
}

div[class="frame_note"] {
    border: #FF2883 1px solid;
    border-radius: 10px;
    padding: 16px;
}

/**/
div[class="product_guide"] img {
    width: 715px;
}

div[class="product_guide"] p:first-of-type {
    font-size: 2em;
    font-weight: bold;
    color: #FF2883;
}

div[class="product_guide"] p:last-of-type {
    padding-top: 16px;
    font-size: 0.9em;
    color: red;
}

.print_area {
    margin: 20px 0;
}

.print_area_btn, a.print_area_btn {
    color: #fff !important;
    background-color: #00BE00;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 0.25rem 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    border-radius: 0.1rem;
    border: solid 1px #00BE00;
    margin-right: auto !important;
    margin-left: auto !important;
}
.print_area_btn:hover, a.print_area_btn:hover {
    color: #00BE00 !important;
    background-color: #fff;
}

/**/
div[class="product_size"] img {
    width: 680px;
}

div[class="template_link"] p[class="button"] {
    display: inline-block;
    width: 300px;
    font-size: 1.2em;
    padding: 4px 16px;
    border: #00aaff 1px solid;
    border-radius: 20px;
    background-color: #00aaff;
    color: white;
    cursor: pointer;
}

div[class="template_link"] p[class="button"]:hover {
    background-color: #00aaff;
    opacity: 0.6;
}

div[class="template_link"] a,
div[class="template_link"] a:link,
div[class="template_link"] a:visited,
div[class="template_link"] a:hover,
div[class="template_link"] a:active {
    color: white;
}

div[class="template_link"] p:last-of-type {
    padding-top: 16px;
    font-size: 0.9em;
    color: red;
}

div[class="noki_guide"] {
    padding: 8px 16px;
    border: #ffeae7 1px solid;
    border-radius: 10px;
    background-color: #ffeae7;
    font-weight: bold;
}

div[class="noki_guide"] span[class="note_noki"] {
    color: red;
}

div[class="paper_groups"] {
    position: relative;
}

div[class="paper_groups"] &gt; ul[class="order_select"] &gt; li:nth-of-type(n+3) {
    margin-top: 18px;
}

div[class="float"] {
    position: absolute;
    top: 60px;
    left: 24px;
    font-weight: bold;
    color: red;
}

.grid2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: center;
}
.grid2_p{
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    margin: 0 auto;
    width: 371px;
}
.top_bnr_media{
    display: none;
}
.responsive_media{
    display: none;
}
.responsive_width1{
    width: 87%;
}
.square_list{
    font-size: 24px;
}
.order_ttl{
    font-size: 28px;
}
.order_attention{
    font-size: 18px;
}
@media screen and (max-width: 767px) {
    #content img {
        width: 100%;
    }
    .grid2{
        grid-template-columns: 1fr;
    }
    .grid2_p{
        grid-template-columns: 1fr;
        width: 100%;
    }
    .container .selectbox .order_select {
        grid-template-columns: 1fr;
        width: 90%;
    }
    div[class="float"]{
        top: 118px;
    }
    .container .order_form {
        display: grid;
        grid-template-columns: 1fr;
    }
    .container .order_form span {
        width: 96%;
    }
    .top_bnr_pc{
        display: none;
    }
    .top_bnr_media{
        display: inline-block;
    }
    .responsive_pc{
        display: none;
    }
    .responsive_media{
        display: block;
    }
    .responsive_width1{
        width: 90%;
    }
    .responsive_width4{
        width: 90%;
    }
    .responsive_mt1{
        margin-top: 40px;
    }
    .square_list{
        font-size: 20px;
    }
    .order_ttl{
        font-size: 23px;
    }
    .container h3{
        font-size: 16px;
    }
    label.size{
        width: 100%;
        height: auto;
    }
    label.paper{
        width: 100%;
    }
    .order_attention{
        font-size: 12px;
    }
    .container .result table td{
        font-size: 13px;
    }
    .main_image2{
        width: 85%;
    }
    .responsive_width3{
        width: 80%;
    }
    #footer .responsive {
        display: inherit;
        width: 100%;
    }
    #global-footer-nav, #footer, #container-bottom {
        width: 100% !important;
    }
}
@media screen and (max-width: 367px) {
    div[class="float"]{
        top: 147px;
    }
    label.paper{
        width: 100%;
        height: auto;
    }
    .container .order_form span {
        width: 94%;
    }
}</pre></body></html>