@charset "UTF-8";
/* price
-------------------------------------------------------------*/

/* price-nav */
body.price #content .price-nav {
    border: 1px solid #e0e0df;
    background: #f2f2f2;
}

body.price #content .price-nav td {
    padding: 8px;
    border-right: 1px dotted #e0e0df;
    text-align: center;
}

body.price #content .price-nav td.last-child {
    border-right: none;
}

body.price #content .price-nav td a {
    padding-right: 18px;
    text-decoration: none;
    background: url(../img/common/icon-down.gif) no-repeat 100% 1px;
}

body.price #content .price-nav td a:focus
,body.price #content .price-nav td a:hover
,body.price #content .price-nav td a:active {
    text-decoration: underline;
}

/* valuebox */
body.price #content .valuebox {
    margin-bottom: 2em;
    background: url(../img/print/howto-box-bg-repeat.gif) repeat-y left top;
}

body.price #content .valuebox h2 {
    position: relative;
    margin-bottom: -43px;
}

body.price #content .valuebox .text {
    position: relative;
    margin: 0 30px 2em 136px;
}

body.price #content .valuebox .image {
    margin-bottom: 0;
}

body.price #content .valuebox .note {
    padding: 1em;
    background: url(../img/print/howto-box-bg-bottom.gif) no-repeat left bottom;
}


/* estimate */
body.price #content #estimate h3 {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}

body.price #content #estimate .estimate01
,body.price #content #estimate .estimate02 {
    margin-bottom: 1.5em;
}

body.price #content #estimate .hr {
    margin-top: 2em;
}

/* silkprint */
body.price #content #silkprint .silk-pricelist01 h3
,body.price #content #silkprint .silk-pricelist02 h3 {
    margin: 0;
    border: none;
}

body.price #content #silkprint .column1-2 .rightbox {
    width: 440px;
}

body.price #content #silkprint .platemaking h4 {
    padding: 0;
    color: #e26d10;
    background: none;
}

body.price #content #silkprint .platemaking dl {
    margin-bottom: 2em;
    padding: 5px;
    line-height: 55px;
    font-weight: bold;
    text-align: center;
    background: url(../img/price/price-silkprint-bg01.gif) no-repeat left center;
}

body.price #content #silkprint .platemaking dt {
    float: left;
    width: 442px;
}

body.price #content #silkprint .platemaking dd {
    float: right;
    width: 208px;
}

body.price #content #silkprint .platemaking span {
    white-space: nowrap;
}

/* option */
body.price #content #option .text p.last-child {
    margin-bottom: 2em;
}

/* others */
body.price #copy .column1-2 .rightbox
,body.price #numbers .column2-1 .leftbox
,body.price #embroidery .column1-2 .rightbox {
    width: 440px;
}

/* copy */
body.price #copy table {}
body.price #copy table tr.tr-02 th {
    color: #333;
    background: #fff;
}

body.price #copy table tr.tr-02 th.first-child {
    border-left: 1px dotted #333;
}

/* table-numbers */
body.price table.table-numbers {}
body.price table.table-numbers tr {}
body.price table.table-numbers tr th {
    color: #e26d0f;
}



/* .priceTable added 2010-08-23 (Nakahara@MonkeyWorks)
------------------------------------------------------------ */
.priceTableLead {
    margin-left: 10px;
}

.priceTable {
    width: 100%;
    margin-bottom: 6px;
    border-collapse: collapse;
    border-top: 1px solid #5a5a5a;
    border-bottom: 1px solid #5a5a5a;
    border-right: 1px solid #5a5a5a;
    border-left: 1px solid #5a5a5a;
}

.priceTable th {
    background: #f5f5f5;
}

.priceTable th,
.priceTable td {
    width: 13.3%;
    padding: 8px 6px;
    border-right: 1px solid #5a5a5a;
    border-bottom: 1px solid #5a5a5a;
    text-align: center;
    vertical-align: middle;
}

.priceTable th.last-child,
.priceTable td.last-child {
    border-right-width: 1px;
}

.blousonTable td.last-child {
    border-right-width: 1px;
}

.priceTable .empty {}

.priceTable .h01 {
    width: 20%;
    border-bottom: 1px solid #5a5a5a;
    background: #f5f5f5;
    color: #e26d0f;
    font-weight: bold;
}

.priceTable .h02 {
    border-bottom: 1px solid #5a5a5a;
    background: #f5f5f5;
    color: #e26d0f;
    font-weight: bold;
}

.priceTable .h03 {
    background: #ddd;
    font-weight: bold;
}

.priceTable .h04 {
    width: 4.5%;
    background: #ddd;
    font-weight: bold;
}

#jersey .priceTable .h04 {
    width: 1.7%;
}

.blousonTable .h04 {
    width: 2%;
}

.priceTable .h05s {
    border-bottom-width: 1px;
}

.priceTable .h06s {
    border-right-width: 1px;
}

.priceTable .h07 {
    width: 30%;
}

.priceTable .em {
    background: #f9e2ab;
}

.priceTable img {
    vertical-align: middle;
}



/* font-size sample */
/*
    default = 12px
    24px = 200%
    23px = 192%
    22px = 183%
    21px = 175%
    20px = 166%
    19px = 158%
    18px = 150%
    17px = 142%
    16px = 133%
    15px = 125%
    14px = 117%
    13px = 108%
    11px = 92%
    10px = 84%
    9px = 75%
    8px = 67%
    7px = 58%
*/


.sp {
    display: none;
}

/*スマホ
------------------------------*/

@media screen and (max-width: 750px) {

    .pc {
        display: none;
    }
    .sp {
        display: block;
    }

    body.price #content .price-nav td a {
    padding-right: 0;
    text-decoration: none;
    background:none;
}


body.price #content .valuebox .text {
    position: static;
    margin: 0 auto 3%;
    width: 94%;
}

    body.price #content .valuebox {
    margin-bottom: 5%;
    background:none;
}


body.price #content .valuebox .note {
    padding: 1em;
    background:none;
}


body.price #content #silkprint .platemaking dl {
    margin:0 auto 3%;
    padding:0;
    line-height:1.5;
    font-weight: bold;
    text-align: left;
    background:none;
    border-radius: 3px;
    border: #ccc 2px solid;
    width: 94%;
}

body.price #content #silkprint .platemaking dt {
    float: left;
    width: 60%;
    padding: 3%;
    box-sizing: border-box;
    background: #afd661;
}

body.price #content #silkprint .platemaking dd {
    float: right;
    width: 40%;
    padding: 3%;
    box-sizing: border-box;
}


body.price #content #silkprint .platemaking span {
    white-space:normal;
}
}
