@charaset "Shift-JIS";

/*  レジのサブタイトル*/
.regSubTitle{
 line-break		:strict;
 font-family		:"ＭＳ Ｐゴシック",sans-serif;
 font-size		:x-small;
 font-style		:normal; /* normal/italic/oblique */
 letter-spacing		:normal; /* normal/1ptなど */
 white-space		:normal; /* normal/nowrap */
 line-height		:1.5em;
 font-weight		:bold; /* normal/bold/100~900 */
 text-align		:left;
 color			:#264d4d;
 padding-top		:2;
 padding-left		:10;
 padding-right		:0;
 padding-bottom		:2;
 border-left-style	:solid;
 border-left-color	:#4E5276;
 border-left-width	:20px;
 border-bottom-style	:solid;
 border-bottom-color	:#4E5276;
 border-bottom-width	:1px;
 background-color	:#e7e7cd;

}

/*-----------------------------------------------------------------------------*/
/*  カート罫線(中間）　タイトル部*/
.cart_header_L{
 line-break		:strict;
 font-family		:"ＭＳ Ｐゴシック",sans-serif;
 font-size		:x-small;
 font-style		:normal; /* normal/italic/oblique */
 letter-spacing		:normal; /* normal/1ptなど */
 white-space		:normal; /* normal/nowrap */
 line-height		:1.5em;
 font-weight		:normal; /* normal/bold/100~900 */
 text-align		:center;
 color			:black;
 padding-top		:2;
 padding-left		:10;
 padding-right		:0;
 padding-bottom		:2;
 border-top-style	:solid;
 border-top-color	:gray;
 border-top-width	:1px;
 border-left-style	:solid;
 border-left-color	:gray;
 border-left-width	:1px;
 background-color	:lemonchiffon;

}

/*  カート罫線(右）　タイトル部*/
.cart_header_R{
 line-break		:strict;
 font-family		:"ＭＳ Ｐゴシック",sans-serif;
 font-size		:x-small;
 font-style		:normal; /* normal/italic/oblique */
 letter-spacing		:normal; /* normal/1ptなど */
 white-space		:normal; /* normal/nowrap */
 line-height		:1.5em;
 font-weight		:normal; /* normal/bold/100~900 */
 text-align		:center;
 color			:black;
 padding-top		:2;
 padding-left		:10;
 padding-right		:0;
 padding-bottom		:2;
 border-top-style	:solid;
 border-top-color	:gray;
 border-top-width	:1px;
 border-left-style	:solid;
 border-left-color	:gray;
 border-left-width	:1px;
 border-right-style	:solid;
 border-right-color	:gray;
 border-right-width	:1px;
 background-color	:lemonchiffon;

}

/*  カート罫線(左、中間）　ボディ部*/
.cart_body_L{
 line-break		:strict;
 font-family		:"ＭＳ Ｐゴシック",sans-serif;
 font-size		:x-small;
 font-style		:normal; /* normal/italic/oblique */
 letter-spacing		:normal; /* normal/1ptなど */
 white-space		:normal; /* normal/nowrap */
 line-height		:1.5em;
 font-weight		:normal; /* normal/bold/100~900 */
 text-align		:left;
 color			:black;
 padding-top		:2;
 padding-left		:10;
 padding-right		:0;
 padding-bottom		:2;
 border-top-style	:solid;
 border-top-color	:gray;
 border-top-width	:1px;
 border-left-style	:solid;
 border-left-color	:gray;
 border-left-width	:1px;
 background-color	:white;
}
/*  カート罫線(左、中間）　ボディ数値部*/
.cart_body_Lnum{
 line-break		:strict;
 font-family		:"ＭＳ Ｐゴシック",sans-serif;
 font-size		:x-small;
 font-style		:normal; /* normal/italic/oblique */
 letter-spacing		:normal; /* normal/1ptなど */
 white-space		:normal; /* normal/nowrap */
 line-height		:1.5em;
 font-weight		:normal; /* normal/bold/100~900 */
 text-align		:right;
 color			:black;
 padding-top		:2;
 padding-left		:10;
 padding-right		:5;
 padding-bottom		:2;
 border-top-style	:solid;
 border-top-color	:gray;
 border-top-width	:1px;
 border-left-style	:solid;
 border-left-color	:gray;
 border-left-width	:1px;
 background-color	:white;
}


/*  カート罫線(右）　ボディ部*/
.cart_body_R{
 line-break		:strict;
 font-family		:"ＭＳ Ｐゴシック",sans-serif;
 font-size		:x-small;
 font-style		:normal; /* normal/italic/oblique */
 letter-spacing		:normal; /* normal/1ptなど */
 white-space		:normal; /* normal/nowrap */
 line-height		:1.5em;
 font-weight		:normal; /* normal/bold/100~900 */
 text-align		:left;
 color			:black;
 padding-top		:2;
 padding-left		:10;
 padding-right		:0;
 padding-bottom		:2;
 border-top-style	:solid;
 border-top-color	:gray;
 border-top-width	:1px;
 border-left-style	:solid;
 border-left-color	:gray;
 border-left-width	:1px;
 border-right-style	:solid;
 border-right-color	:gray;
 border-right-width	:1px;
 background-color	:white;
}


/*  カート罫線(右）　ボディ部（中央揃え）*/
.cart_body_Rcenter{
 line-break		:strict;
 font-family		:"ＭＳ Ｐゴシック",sans-serif;
 font-size		:x-small;
 font-style		:normal; /* normal/italic/oblique */
 letter-spacing		:normal; /* normal/1ptなど */
 white-space		:normal; /* normal/nowrap */
 line-height		:1.5em;
 font-weight		:normal; /* normal/bold/100~900 */
 text-align		:center;
 color			:black;
 padding-top		:2;
 padding-left		:10;
 padding-right		:0;
 padding-bottom		:2;
 border-top-style	:solid;
 border-top-color	:gray;
 border-top-width	:1px;
 border-left-style	:solid;
 border-left-color	:gray;
 border-left-width	:1px;
 border-right-style	:solid;
 border-right-color	:gray;
 border-right-width	:1px;
 background-color	:white;
}


/*  カート罫線(右）　ボディ数値部(右揃え）*/
.cart_body_Rnum{
 line-break		:strict;
 font-family		:"ＭＳ Ｐゴシック",sans-serif;
 font-size		:x-small;
 font-style		:normal; /* normal/italic/oblique */
 letter-spacing		:normal; /* normal/1ptなど */
 white-space		:normal; /* normal/nowrap */
 line-height		:1.5em;
 font-weight		:normal; /* normal/bold/100~900 */
 text-align		:right;
 color			:black;
 padding-top		:2;
 padding-left		:10;
 padding-right		:5;
 padding-bottom		:2;
 border-top-style	:solid;
 border-top-color	:gray;
 border-top-width	:1px;
 border-left-style	:solid;
 border-left-color	:gray;
 border-left-width	:1px;
 border-right-style	:solid;
 border-right-color	:gray;
 border-right-width	:1px;
}

/*  カート罫線　ボディ合計部*/
.cart_body_Bnum1{
 line-break		:strict;
 font-family		:"ＭＳ Ｐゴシック",sans-serif;
 font-size		:x-small;
 font-style		:normal; /* normal/italic/oblique */
 letter-spacing		:normal; /* normal/1ptなど */
 white-space		:normal; /* normal/nowrap */
 line-height		:1.5em;
 font-weight		:normal; /* normal/bold/100~900 */
 text-align		:right;
 color			:black;
 padding-top		:2;
 padding-left		:10;
 padding-right		:5;
 padding-bottom		:2;
 border-left-style	:solid;
 border-left-color	:gray;
 border-left-width	:1px;
 border-bottom-style	:solid;
 border-bottom-color	:gray;
 border-bottom-width	:1px;
 background-color	:lemonchiffon;
}
/*  カート罫線　ボディ合計部*/
.cart_body_Bnum{
 line-break		:strict;
 font-family		:"ＭＳ Ｐゴシック",sans-serif;
 font-size		:x-small;
 font-style		:normal; /* normal/italic/oblique */
 letter-spacing		:normal; /* normal/1ptなど */
 white-space		:normal; /* normal/nowrap */
 line-height		:1.5em;
 font-weight		:normal; /* normal/bold/100~900 */
 text-align		:right;
 color			:black;
 padding-top		:2;
 padding-left		:10;
 padding-right		:5;
 padding-bottom		:2;
 border-left-style	:solid;
 border-left-color	:gray;
 border-left-width	:1px;
 background-color	:lemonchiffon;
}

/*  カート罫線　ボディ合計部2*/
.cart_body_B2{
 line-break		:strict;
 font-family		:"ＭＳ Ｐゴシック",sans-serif;
 font-size		:x-small;
 font-style		:normal; /* normal/italic/oblique */
 letter-spacing		:normal; /* normal/1ptなど */
 white-space		:normal; /* normal/nowrap */
 line-height		:1.5em;
 font-weight		:normal; /* normal/bold/100~900 */
 text-align		:right;
 color			:black;
 padding-top		:2;
 padding-left		:10;
 padding-right		:5;
 padding-bottom		:2;
 border-left-style	:solid;
 border-left-color	:gray;
 border-left-width	:1px;
}

/*  カート罫線なし　ボディ部（左揃え）*/
.cart_body_Lnoline{
 line-break		:strict;
 font-family		:"ＭＳ Ｐゴシック",sans-serif;
 font-size		:x-small;
 font-style		:normal; /* normal/italic/oblique */
 letter-spacing		:normal; /* normal/1ptなど */
 white-space		:normal; /* normal/nowrap */
 line-height		:1.5em;
 font-weight		:normal; /* normal/bold/100~900 */
 text-align		:left;
 color			:black;
 padding-top		:2;
 padding-left		:10;
 padding-right		:5;
 padding-bottom		:2;
}

/*  カート罫線なし　ボディ部*/
.cart_body_noline{
 line-break		:strict;
 font-family		:"ＭＳ Ｐゴシック",sans-serif;
 font-size		:x-small;
 font-style		:normal; /* normal/italic/oblique */
 letter-spacing		:normal; /* normal/1ptなど */
 white-space		:normal; /* normal/nowrap */
 line-height		:1.5em;
 font-weight		:normal; /* normal/bold/100~900 */
 text-align		:right;
 color			:black;
 padding-top		:2;
 padding-left		:10;
 padding-right		:5;
 padding-bottom		:2;
}


/*  カート罫線　フッター部*/
.cart_footer{
 line-height		:1px;
 padding-top		:0;
 padding-left		:0;
 padding-right		:0;
 padding-bottom		:0;
 border-top-style	:solid;
 border-top-color	:gray;
 border-top-width	:1px;

}
/*  カート罫線　フッター部*/
.cart_footer_noline{
 line-height		:1px;
 padding-top		:0;
 padding-left		:0;
 padding-right		:0;
 padding-bottom		:0;
}


