@charset "UTF-8";

/* tscart基本 */

body{font-family:Helvetica,Arial,Verdana,sans-serif;}
.border{border:1px solid rgb(180,180,180); margin:10px 0;}
table#border td#w530 table{width:100%;}
/* tscart商品陳列 */
.codbank{
 font-size:8pt ! important;
}

/* tscart mode=cart */
table#mode-cart{
 border:1px solid rgb(180,180,180);
 margin:10px 0;
}
table#mode-cart th{
 background:rgb(244,244,244);
}
table#mode-cart th.del{
 width:90px;
}
table#mode-cart th.sub{
 width:100px;
}
table#mode-cart th.qty{
 width:90px;
}
table#mode-cart th.price{
 width:100px;
}
table#mode-cart td{
 background:rgb(240,210,197);
 padding:2px 0;
}

/* tscart mode=regi */
table.mode-regi{
 border:1px solid rgb(180,180,180);
 margin:10px 0;
}
table.mode-regi th{
 background:rgb(244,244,244);
}
table.mode-regi th.sub{
 width:160px;
}
table.mode-regi th.qty{
 width:30px;
}
table.mode-regi th.price{
 width:160px;
}
table.mode-regi th.ihead{
 width:120px;
}
table.mode-regi td{
 background:rgb(240,210,197);
}
table.mode-regi td.ihead{
 width:390px;
}
table.mode-regi td.notehead{
 background:rgb(244,244,244);
 padding:10px;
}
table.mode-regi td.notebox{
 padding:10px;
}


/* tscart mode=conf */
table.mode-conf{
 border:1px solid rgb(180,180,180);
 margin:10px 0;
}
table.mode-conf th{
 background:rgb(244,244,244);
}
table.mode-conf td{
 background:rgb(240,210,197);
}
table.mode-conf th.sub{
 width:160px;
}
table.mode-conf th.qty{
 width:30px;
}
table.mode-conf th.price{
 width:160px;
}
table.mode-conf th.ihead{
 width:120px;
}
table.mode-conf td.ihead{
 width:390px;
}




/* tscart mode=ボタン */
table.mode-botn{
 border:1px solid rgb(180,180,180);
 margin:10px 0;
}
table.mode-botn td{
 padding:5px 0;
 background:rgb(244,244,244);
}
table.mode-botn td#thanks{
 padding:5px 0;
 background:rgb(240,210,197);
}

/*
td{
 background:rgb(140,210,197);
}
th{
 background:rgb(200,210,197);
}
*/
