<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.ad {
    width: 187px;
    height: 50px;
    line-height: 19px;
    cursor: pointer;
}

label.size {
    width: 187px;
    height: 50px;
    line-height: 19px;
    cursor: pointer;
}

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

label.kakou1 {
    width: 187px;
    height: 196px;
    line-height: 19px;
    cursor: pointer;
}

label.kakou1 span {
    display: block;
}

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"] {
    overflow: auto;
}

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

div[class="product_guide"] {
    margin-top: 24px;
}

/**/
div[id="condition"] section:first-of-type {
    overflow: hidden;
    height: 350px;
}

div[class="product_guide"] {
    position: relative;
    top: -170px;
    left: 16px;
    text-align: left;
}

div[class="product_guide"] p {
    font-size: 0.9em;
}

div[class="product_guide"] p:nth-of-type(4) {
    padding-top: 16px;
}

/**/
section:nth-of-type(2) h3:before {
    content: '笆�';
    color: red;
}

/**/
@keyframes my-fade-in {
    from {
        opacity: 0.6;
    }
    to {
        opacity: 1;
    }
}

div[class="example"] {
    overflow: hidden;
    border-radius: 10px;
    border: solid 1px silver;
    background-color: white;
}

/**/
div[class="example_display"] ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

div[class="example_display"] ul li {
    display: table-cell;
    margin: 0;
    animation-name: my-fade-in;
    animation-duration: 1s;

}

div[class="example_display"] ul li:not(:first-of-type) {
    overflow: hidden;
    display: none;
    clear: both;
}

div[class="example_display"]:last-of-type {
    border-radius: 0 0 10px 10px;
    border-left: solid 1px silver;
    border-right: solid 1px silver;
    border-bottom: solid 1px silver;
    background-color: white;
}

div[class="example_display"]:last-of-type ul li div {
    overflow: hidden;
    display: inline-block;
}

div[class="example_display"]:last-of-type ul li {
    padding-top: 10px;
}

div[class="example_display"]:last-of-type ul li div:nth-of-type(-n + 2) {
    float: left;
    width: 400px;
}

div[class="example_display"]:last-of-type ul li div:first-of-type {
    height: 184px;
    padding: 8px 0 8px 15px;
    text-align: left;
}

div[class="example_display"]:last-of-type ul li div:first-of-type img {
    cursor: pointer;
}

div[class="example_display"]:last-of-type ul li div:first-of-type p:first-of-type {
    font-size: 1.6em;
    font-weight: bold;
    color: #ff2882;
}

div[class="example_display"]:last-of-type ul li div:first-of-type p {
    font-size: 1.1em;
    line-height: 1.8em;
}

div[class="example_display"]:last-of-type ul li div:first-of-type img {
    margin-top: 8px;
}

div[class="example_display"]:last-of-type ul li div:last-of-type {
    float: right;
    width: 297px;
    height: 190px;
}

/**/
div[class="example_menu"] {
    border-left: solid 1px silver;
    border-right: solid 1px silver;
    background-color: white;
}

div[class="example_menu"] ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

div[class="example_menu"] ul li {
    display: table-cell;
    margin: 0;
    padding: 10px 0;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

div[class="example_menu"] ul li:first-of-type {
    width: 143px;
    background-color: #FF0000;
    color: white;
}

div[class="example_menu"] ul li:not(:first-of-type) {
    width: 142px;
    background-color: #FFBFBF;
    color: black;
    border-left: solid 1px #ffffff;
}

/**/
map[name="ImageMap"] area {
    cursor: pointer;
}

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