<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.category {
    width: 290px;
    height: 140px;
    line-height: 19px;
}

label.category span[class="float"] {
    position: absolute;
    right: 8px;
    top: 15px;
    font-size: 0.85em;
    font-weight: normal !important;
}

label.category span:nth-of-type(n+3) {
    display: inline-block;
    padding-top: 8px;
    font-size: 0.85em;
    font-weight: normal !important;
}

label.size {
    width: 290px;
    height: 50px;
    line-height: 19px;
}

label.paper_type {
    width: 290px;
    height: 160px;
    line-height: 19px;
}

label.paper_type span[class="float"] {
    position: absolute;
    right: 8px;
    top: 5px;
    font-size: 0.80em;
    font-weight: normal !important;
    line-height: 14px;
}

label.paper_type span:nth-of-type(n+3) {
    display: inline-block;
    padding-top: 8px;
    font-size: 0.85em;
    font-weight: normal !important;
}

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

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

label.page {
    width: 290px;
    height: 50px;
    line-height: 19px;
}

.color_icon {
    margin-top: 5px;
}

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

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

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.noki_title {
    padding-top: 8px;
    height: 48px;
}

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.full_color_white_icon {
    background-image: url('./../../../../../images/imgpricepages/image_color/full_color_white.gif');
    background-repeat: no-repeat;
    background-position: center center;
    width: 75px;
    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.w_color_icon {
    background-image: url('./../img/w_color.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 17px 17px;
    width: 17px;
    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;
}

div.full_4color_icon {
    background-image: url('./../img/4color.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 42px 17px;
    width: 42px;
    height: 17px;
    margin: 0 auto;
}

div.full_4colorplus_icon {
    background-image: url('./../img/4colorplus.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 84px 17px;
    width: 84px;
    height: 17px;
    margin: 0 auto;
}

div.full_6color_icon {
    background-image: url('./../img/6color.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75px 17px;
    width: 75px;
    height: 17px;
    margin: 0 auto;
}

fieldset {
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    padding: 16px 24px 24px 24px;
}

fieldset legend {
    font-size: 1.5em;
    font-weight: bold;
    padding: 0 16px;
}

div[id="condition"] section:first-child {
    margin-bottom: 64px;
}

div[class="main_image"],
div[class="product_guide"],
div[class="product_button"] {
    clear: both;
    overflow: auto;
    display: block;
    position: relative;
    text-align: center;
}

div[class="product_guide"],
div[class="product_button"] {
    margin-top: 36px;
}

div[class="main_image"] div img {
    display: inline-block;
    width: 715px;
}

div[class="product_guide"] div p {
    font-size: 1.2em;
    padding-top: 4px;
}

div[class="product_guide"] div p span {
    font-weight: bold;
    color: red;
}

div[class="size_guide"] {
    overflow: auto;
    margin-bottom: 24px;
}

div[class="size_guide"] ul li {
    display: inline-block;
    width: 150px;
    text-align: center;
}

div[class="size_guide"] div {
    display: inline-block;
}

div[class="size_guide"] div p:first-child {
    font-size: 1.4em;
    font-weight: bold;
}

div[class="size_guide"] ul li div:first-child label {
    width: 136px;
    height: 103px;
    display: inline-block;
    cursor: pointer;
}

/**/
div[class="product_button"] {
    overflow: auto;
    text-align: center;
}

div[class="product_button"] ul {
    display: inline-flex;
    margin: 0;
    padding: 0;
}

div[class="product_button"] ul li {
    /*display: inline-block;*/
    padding: 8px 16px;
    cursor: pointer;
    font-size: 1.1em;
    width: 260px;
}

div[class="product_button"] ul li:first-of-type {
    background-color: #ffffff;
    border: solid 2px #ff2882;
    border-radius: 18px;
    color: #ff2882;
    font-weight: bold;
    margin-left: 16px;
}

div[class="product_button"] ul li:first-of-type p {
    padding-top: 12px;
}

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