@charset "EUC-JP";

/*
 * カート_商品一覧用CSS
 *
 * URL: http://www.sakai-hide.com
 * FILE: cart_list.css
 */

div.formWrapper div.cartList h3
{
	font-size: 1.2em;
	line-height: 33px;
}





div.cartList
{
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
	border: 0;

	text-align: left;

	font-size: 0.9em;
	line-height: 1em;
}

/** タイトル **/
.cartTitle
{
	margin-bottom: 5px;
	width: 640px;
	text-align: left;
}

div.cartList table
{
	margin: 0 0 30px 0;
	padding: 0;
	width: 100%;
	border: 1px solid #BCA17F;
	border-collapse: collapse;
	empty-cells: show;
	text-align: left;
}

div.cartList table table
{
	margin: 0;
}


div.cartList table tbody.bgColor1
{
	background-color: #fcfaf0;
}
div.cartList table tbody.bgColor1 td.colHead
{
	background-color: #eab945;
/*	text-align: center;*/
}
div.cartList table tbody.bgColor1 td.colSubHead
{
	background-color: #fae2b4;
}


div.cartList table tbody.bgColor2
{
/*	background-color: #f7f7f7;*/
}
div.cartList table tbody.bgColor2 td.colHead
{
	background-color: #f4d578;
/*	text-align: center;*/
}
div.cartList table tbody.bgColor2 td.colSubHead
{
	background-color: #fbeecb;
}

div.cartList table tbody.bgColorTotal
{
/*	background-color: #5f5a50;*/
/*	color: #53addf;*/
	background-color: #ccc;
	background-color: #efefef;

	color: #c7953e;
	color: #d76000;
	
	color: #c00;
	font-weight: bold;
}

div.cartList table tbody.bgColorSubTotal
{
	color: #0000cc;
	font-weight: bold;
}


div.cartList table tbody.bgColorAllTotal
{
/*	background-color: #474747;*/
/*	color: #f79ac9;*/
	background-color: #ccc;
	background-color: #efefef;
	color: #c00;
	font-weight: bold;
}

div.cartList table tbody.bgColorAddPrice
{
	background-color: #efefef;
	background-color: #fae2b4;
/*	color: #47bfb1;*/
	color: #f79f07;
	color: #0000cc;
	font-weight: bold;
}

div.cartList table thead
{
	background-color: #1b0a00;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

div.cartList table colgroup.colgrpCartListHead {width: 80px;}
div.cartList table colgroup.colgrpCartListSubHead {width: 80px;}
div.cartList table colgroup.colgrpCartListBody {}
div.cartList table colgroup.colgrpCartListPrice {width: 55px;}
div.cartList table colgroup.colgrpCartListCount {width: 30px;}
div.cartList table colgroup.colgrpCartListTotalPrice {width: 55px;}
div.cartList table colgroup.colgrpCartListButton {width: 40px;}

html>/**/body div.cartList table colgroup.colgrpCartListPrice {width: 65px;}
html>/**/body div.cartList table colgroup.colgrpCartListCount {width: 40px;}
html>/**/body div.cartList table colgroup.colgrpCartListTotalPrice {width: 65px;}
html>/**/body div.cartList table colgroup.colgrpCartListButton {width: 50px;}





div.cartList table td
{
	margin: 0;
	padding: 5px;
	border: 1px solid #BCA17F;
}

/** サイズ表用 **/
div.cartList table td.colSize
{
	padding: 0;
}

div.cartList table.tblSize
{
	border: 0;
	text-align: center;
}
div.cartList table.tblSize td
{
	border: 0;
}
div.cartList table.tblSize thead
{
	color: #7a5d37;
	font-weight: normal;
}

div.cartList table.tblSize td.colBdRight
{
	border-right: 1px solid #BCA17F;
}
div.cartList table.tblSize td.colBdBottom
{
	border-bottom: 1px solid #BCA17F;
}

div.cartList table.tblSize colgroup.colgCategory {width: 80px;}
div.cartList table.tblSize colgroup.colgTotalLength {width: 65px;}
div.cartList table.tblSize colgroup.colgBladeLength {}
div.cartList table.tblSize colgroup.colgWeight {width: 65px;}


/** 熨斗(のし)表用 **/
div.cartList table.tblGiftPaper
{
	border: 0;
	margin: 2px 0;
}
div.cartList table.tblGiftPaper td
{
	padding-left: 0;
	padding-right: 0;
	border: 0;
}

div.cartList table.tblGiftPaper colgroup.colgHead {width: 100px;}
div.cartList table.tblGiftPaper colgroup.colgBody {}

/** ヘッダーセル用 **/
div.cartList table td.colHead
{
	text-align: center;
}
div.cartList table td.colSubHead
{
	text-align: center;
}



/** 数値セル用 **/
div.cartList table td.colNum
{
	text-align: right;
}

/** 中央寄せセル用 **/
div.cartList table td.colCenter
{
	text-align: center;
}

/** 合計・小計セル用 **/
div.cartList table td.totalPrice
{
	text-align: right;
	font-weight: bold;
}



div.cartList table td div.text
{
	margin: 0;
	padding: 0;
	width: 82%;
	float: left;
	line-height: 1.2em;
}

div.cartList table td div.price
{
	margin: 0;
	padding: 0;
	width: 16%;
	float: right;
	line-height: 1.2em;

	text-align: right;
}

/** 「要問合せ」価格メッセージ用 **/
div.cartList div.itemInquiryPriceMessage
{
	margin: 0 0 30px 0;
	padding: 0;
	width: 100%;
	border: 1px solid #BCA17F;
	text-align: center;

	background-color: #efefef;
	color: #c00;
	font-weight: bold;
	line-height: 30px;
}
