/* 
 * 「本文のの内容を選択」、「表紙の内容を選択」、「納期・部数の選択」のテーブル基本設定
 */
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;
}

/* 
 * 「本文のの内容を選択」、「表紙の内容を選択」、「納期・部数の選択」の枠
 */
td#step_01 {
    background-image: url('./../../../images/musentoji/honbun_on.png');
    background-repeat: no-repeat;
    width: 220px;
    height: 320px;
}

td#step_02 {
    background-image: url('./../../../images/musentoji/hyoshi_off.png');
    background-repeat: no-repeat;
    width: 173px;
    height: 320px;
    filter: alpha(opacity=45);
    -moz-opacity: 0.45;
    opacity: 0.45;
}

td#step_03 {
    background-image: url('./../../../images/musentoji/option_off.png');
    background-repeat: no-repeat;
    width: 173px;
    height: 320px;
    filter: alpha(opacity=45);
    -moz-opacity: 0.45;
    opacity: 0.45;
}

td#step_last {
    background-image: url('./../../../images/musentoji/nouki_off.png');
    background-repeat: no-repeat;
    width: 174px;
    height: 320px;
    filter: alpha(opacity=45);
    -moz-opacity: 0.45;
    opacity: 0.45;
}

/* 
 * アプリケーションアイコンや項目の前についている下向き▼
 */
p.application_icon {
    background-image: url('./../../../images/musentoji/apri.png');
    background-repeat: no-repeat;
    width: 134px;
    height: 23px;
    margin: 0;
    padding: 0;
}

p.down_arrow_icon {
    background-image: url('./../../../images/material/yajirushi9.gif');
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    padding-left: 10px;
}

/* 
 * 金額表示
 */
div.price_value {
    color: #990000;
    font-size: 19px;
    padding: 20px 0;
    width: 100%;
    text-align: center;
}
/*
 *税抜き表示
 */
div.price_tax_non {
    color: #202020;
    font-size: 15px;
    padding: 0 0 20px 0;
    width: 100%;
    text-align: center;
}
/*
 *カッコ内税込み・税抜き文字
 */
div.price_value p{
    display: inline-block;
    color: #990000;
    font-size: 14px;
    vertical-align: bottom;
}
div.price_tax_non p{
    display: inline-block;
    color: #404040;
    font-size: 12px;
    vertical-align: bottom;
}

/*
* 「価格を表示」もしくは「注文する」ボタン
*/
div.price {
    background-image: url('./../../../images/musentoji/btn_kakaku_off.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 150px;
    height: 23px;
    display: block;
    cursor: pointer;
}

div.price:hover {
    background-image: url('./../../../images/musentoji/btn_kakaku_on.png');
    background-repeat: no-repeat;
}

div.order {
    background-image: url('./../../../images/musentoji/btn_off.gif');
    background-repeat: no-repeat;
    background-position: center center;
    width: 150px;
    height: 28px;
    display: none;
    cursor: pointer;
}

div.order:hover {
    background-image: url('./../../../images/musentoji/btn_on.gif');
    background-repeat: no-repeat;
}

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

th.size_A4 {
    background-image: url('./../../../images/imgpricepages/a4b.gif');
    background-repeat: no-repeat;
    background-position: left center;
    width: 100%;
    height: 34px;
}

th.size_A5 {
    background-image: url('./../../../images/imgpricepages/a5b.gif');
    background-repeat: no-repeat;
    background-position: left center;
    width: 100%;
    height: 34px;
}

th.size_B5 {
    background-image: url('./../../../images/imgpricepages/b5b.gif');
    background-repeat: no-repeat;
    background-position: left center;
    width: 100%;
    height: 34px;
}

th.size_B6 {
    background-image: url('./../../../images/imgpricepages/b6b.gif');
    background-repeat: no-repeat;
    background-position: left center;
    width: 100%;
    height: 34px;
}

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

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

td.body_color,
td.cover_color,
td.page,
td.busu_even,
td.busu_odd,
td.price_even,
td.price_odd,
td.price_match {
    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_match {
    background-color: #FF9900;
}

td.price_even,
td.price_odd,
td.price_match {
    width: 75px;
}

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

button.button {
    margin: 2px;
    border: 1px solid red;
    background-color: white;
    color: red;
    border-radius: 10px;
}

button.button:hover {
    background-color: whitesmoke;
    cursor : pointer;
}

button.button:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
}