/* 
 * 
 */
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="b3"] div {
    background-image: url('./../img/b3.gif');
}

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

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

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

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

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

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

label[data-icon="a1"] input:checked + div {
    background-image: url('./../img/a1_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: 10px;
}

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: 100px;
}

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

a[class="link_photoposter"] img {
    margin: 16px 0 32px 0;
}

a[class="link_photoposter"] img:hover {
    opacity: 60%;
}
