/* 
 * 
 */
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: 0px;
}

/* 
 * ラジオボタンを画像に置き換える
 */
label[data-icon] {
    position: relative;
    display: inline-block;
}

label[data-icon] input {
    position: absolute;
    z-index: 0;
}

label[data-icon] div {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

/* 
 * ラジオボタンを画像に置き換える（サイズ）
 */
label[data-icon="a5"] div {
    background-image: url('./../img/a5.gif');
}

label[data-icon="b5"] div {
    background-image: url('./../img/b5.gif');
}

label[data-icon="a4"] div {
    background-image: url('./../img/a4.gif');
}

label[data-icon="b4"] div {
    background-image: url('./../img/b4.gif');
}

label[data-icon="a3"] div {
    background-image: url('./../img/a3.gif');
}

/* 
 * ラジオボタンを画像に置き換える（サイズ／反転）
 */
label[data-icon="a5"] input:checked + div {
    background-image: url('./../img/a5_on.gif');
}

label[data-icon="b5"] input:checked + div {
    background-image: url('./../img/b5_on.gif');
}

label[data-icon="a4"] input:checked + div {
    background-image: url('./../img/a4_on.gif');
}

label[data-icon="b4"] input:checked + div {
    background-image: url('./../img/b4_on.gif');
}

label[data-icon="a3"] input:checked + div {
    background-image: url('./../img/a3_on.gif');
}

/* 
 * 価格表
 */
table.price_table {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-collapse: collapse;
    border: 1px solid #333333;
}

table.price_table td.price_even,
table.price_table td.price_odd {
    font-size: 9px;
}

th.product_detail {
    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;
    width: 120px;
}

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

td.body_color,
td.cover_color {
    background-color: #EAEAEA;
    text-align: center;
    border-collapse: collapse;
    border: 1px solid #333333;
    padding: 4px 0;
}

td.page,
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;
}

td.body_color,
td.cover_color {
    height: 25px;
}

td.body_color {
    background-color: #EAEAEA;
}

td.cover_color {
    background-color: #FFE9BB;
}

td.page {
    background-color: #EAEAEA;
}

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

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

td.price_even,
td.price_odd {
    min-width: 85px;
}

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.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;
}
