@charset "utf-8";

/**************************/
/*     ページ基本設定     */
/**************************/
td.input-name {
	text-align:right;
}

/****************************/
/*-- ナビゲーションボタン --*/
/****************************/

/**---- 各種ボタン --**/

/*-- ナビゲーションボタン[送信する]ボタン --*/
.btn_send {
	background: url(/j3/images/member/btn-send.png) no-repeat center center;
	text-indent:-9999px;
	cursor:pointer;
}

/*-- [同意する]ボタン（利用規約） --*/
.btn_agree{
	display:block;
	width:150px;
	height:20px;
	background: url(../../images/member/btn_agree.png) no-repeat;
	text-indent:-9999px;
}

/*-- [同意しない]ボタン（利用規約） --*/
.btn_disagree{
	display:block;
	width:150px;
	height:20px;
	background: url(../../images/member/btn_disagree.png) no-repeat;
	text-indent:-9999px;
}

/*-- [パスワード変更]ボタン（パスワード変更画面） --*/
.btn_register2{
	display:block;
	width:150px;
	height:20px;
	background: url(../../images/member/btn-register2.png) no-repeat;
	border:none;
	text-indent:-9999px;
	cursor:pointer;
}

/*-- [会員トップへ戻る]ボタン（会員登録完了画面） --*/
.btn_membertop{
	display:block;
	height:20px;
	width:150px;
	background: url(../../images/member/btn_goto_membertop.png) no-repeat;
	text-indent:-9999px;
}
/*-- [退会]ボタン --*/
.btn_quit{
	display:block;
	height:20px;
	width:150px;
	background: url(../../images/member/btn_quit.png) no-repeat;
	border:none;
	text-indent:-9999px;
}
/*-- [回答を送信]ボタン --*/
.btn_mailremainder{
	display:block;
	height:20px;
	width:150px;
	background: url(../../images/member/btn_mailremainder.png) no-repeat;
	border:none;
	text-indent:-9999px;
}
/*-- [ご注文の続きへ]ボタン --*/
.btn-ordertocontinue{
	display:block;
	height:20px;
	width:150px;
	background: url(../../images/member/btn-ordertocontinue.png) no-repeat;
	border:none;
	text-indent:-9999px;
}
/**************************/
/***    会員登録機能    ***/
/**************************/
/*-- 会員系機能ラップ --*/
.member{
	padding:0 10px;
}
	.member img{
		vertical-align:baseline;
	}
	.member hr{
		margin:20px 0;
	}
	/*--　各種会員画面用見出し設定　--*/
	.member h2{
		margin:0 0 20px;
		padding:0 0 0 20px;
		border-bottom:3px double #666;
		border-left:5px solid #666;
		font-size: 18px;
		font-weight:700;
	}
	
	.member h3{
		margin:0 0 15px;
		padding:0 20px;
		background:#666;
		font-size:16px;
		font-weight:700;
		color:#fff;
	}
	
	.member h4{
		margin:0 0 10px;
		padding:0 0 0 20px;
		border-bottom:1px solid #666;
		font-size:14px;
		font-weight:700;
	}

/*--　会員登録等上部ステップガイド・説明文等表示領域　--*/
.memberInfoArea{
	padding:0 10px;
	margin:0 0 20px;
}

	/*-- 各画面注意事項・説明文表示領域 --*/
	.memberInfoArea .infoText{
		padding:5px 10px;
		background:#FFFFCC;
	}
		.memberInfoArea .infoText ul{
			margin:5px 0 5px 15px;
		} 


	/*-- 利用規約用ステップガイド --*/
	.memberInfoArea .stepGuide501{
		height:30px;
		margin:0 0 15px;
		background:#fff url(../../images/member/memberStep-501.png) no-repeat scroll left center;
		text-indent:-9999px;
	}
	/*-- 登録内容入力用ステップガイド --*/
	.memberInfoArea .stepGuide502{
		height:30px;
		margin:0 0 15px;
		background:#fff url(../../images/member/memberStep-502.png) no-repeat scroll left center;
		text-indent:-9999px;
	}
	/*-- 入力内容確認用ステップガイド --*/
	.memberInfoArea .stepGuide503{
		height:30px;
		margin:0 0 15px;
		background:#fff url(../../images/member/memberStep-503.png) no-repeat scroll left center;
		text-indent:-9999px;
	}
	/*-- 完了用ステップガイド --*/
	.memberInfoArea .stepGuide504{
		height:30px;
		margin:0 0 15px;
		background:#fff url(../../images/member/memberStep-504.png) no-repeat scroll left center;
		text-indent:-9999px;
	}
	
	/*-- 法人-登録内容入力用ステップガイド --*/
	.memberInfoArea .stepGuide505{
		height:30px;
		margin:0 0 15px;
		background:#fff url(../../images/member/memberStep-502.png) no-repeat scroll -144px center;
		text-indent:-9999px;
	}
	/*-- 法人-入力内容確認用ステップガイド --*/
	.memberInfoArea .stepGuide506{
		height:30px;
		margin:0 0 15px;
		background:#fff url(../../images/member/memberStep-503.png) no-repeat scroll -144px center;
		text-indent:-9999px;
	}
	/*-- 法人-入力内容確認用ステップガイド --*/
	.memberInfoArea .stepGuide504-2{
		height:30px;
		margin:0 0 15px;
		background:#fff url(../../images/member/memberStep-504.png) no-repeat scroll -144px center;
		text-indent:-9999px;
	}
	
	/*-- 法人-入力内容確認用ステップガイド --*/
	.memberInfoArea .stepGuide511{
		height:30px;
		margin:0 0 15px;
		background:#fff url(../../images/member/memberStep-502.png) no-repeat scroll -144px center;
		text-indent:-9999px;
	}
	

/*会員登録画面入力フィールド幅*/
/*E-Mail*/
.s50x-fld_email{
	width:350px;
}
/*パスワード*/
.s50x-fld_pass{
	width:200px;
}


.s50x-fld_name{
	width:150px;
}
/*部署名*/
.s50x-fld_busyo{
	width:200px;
}
/*出生年*/
.fld_birthY{
	width:100px;
}
/*住所1・2*/
.fld_address	{
	width: 460px;
}

/*TEL*/
.s50x-fld_tel{
	width:200px;
}
/*FAX*/
.s50x-fld_fax{
	width:200px;
}

/******************************/
/***    　利用規約表示　    ***/
/******************************/
.member .terms ul{
	margin:0 0 20px;
}
	.member .terms ul li{
		margin:0 0 10px 35px;
		padding:0 10px 0 0;
		list-style-position:outside;
	}
		.member .terms ul li li{
			list-style:none;
		}
		



/******************************/
/***    会員登録内容入力    ***/
/******************************/
.memberEntry{
	background:#e1e1e1;
	border: 1px solid #999;
	
}
	.memberEntry .memberEntryLine{
		border-top:1px solid #eee;
		border-bottom:1px solid #C9C9C9;
		background:#fff url(../../images/member/memberTableContentsBg.png) repeat-y scroll left top;
	}
		.memberEntry .memberEntryLine .memberEntryHead{
			float:left;
			width:180px;
			padding: 5px 0 5px 20px;
			text-align:left;
			font-weight:700;
		}
		.memberEntry .memberEntryLine .memberEntryContents{
			float:left;
			padding:5px 0 5px 20px;
			width:380px;
		}
		
			.memberEntry .memberEntryLine .zipcord input{
				width:100px;
			}
			.memberEntry .memberEntryLine .zipcord .sys_ziptoadr{
				border:outset 2px #fff;
			}
			
		
		
			/*氏名・姓・名*/
			.memberEntry .memberEntryLine .input-name span.he{
				display:block;
				float:left;
				width:18px;
				height:10px;
			}
			.memberEntry .memberEntryLine .input-name input{
				float:left;
				width:150px;
				margin-right:10px;
			}
		
			.memberEntry .memberEntryLine .memberEntryExplanation{
				float:left;
				padding:5px 0 5px 20px;
			}
			
	/*-説明文-*/
	.memberEntry p.memberEntryExplanation{
		position:relative;
		padding:5px 15px;
		border-top:1px solid #eee;
		border-bottom:1px solid #C9C9C9;
		background:#fff;
	}
		/*-削除ボタン表示-*/
		.memberEntry p.memberEntryExplanation .btn_delete {
			position: absolute;
			right: 5px;
			top: 3px;
		}

/*補足文*/
.memberEntry input{
	margin-right:10px;
}



/*-入力必須マーク表示-*/
.essential2{
	background: url(../../images/member/maru.png) no-repeat scroll 10px center;
}


/*- 当社からのメールを受け取るインプット -*/
.s502-receivedmail{
	padding:5px 0;
}



/******************************/
/***    会員入力内容確認    ***/
/******************************/
.confirmation{
	background:#fff;
	border:1px solid #666;
	background:url(../../images/member/memberTableContentsBg.png) repeat-y scroll left top;
}
	.confirmation .confirmationLine{
		border-top:1px solid #eee;
		border-bottom:1px solid #C9C9C9;

	}
		.confirmation .confirmationLine .confirmationHead{
			float:left;
			width:190px;
			padding: 5px 10px 5px 0;
			text-align:right;
			font-weight:700;
		}
		.confirmation .confirmationLine .confirmationContents{
			float:left;
			width:700px;
			padding:5px 0 5px 20px;
		}


/************************************************/
/***      会員登録完了/パスワード変更完了     ***/
/************************************************/
.temporaryCode{
	background:#fff;
	border:1px solid #666;

}
	.temporaryCode p.Explanation{
		padding:10px 15px;
		border-bottom:1px solid #ccc;
		font-weight: bold;
		color: #0099CC;
	}
	
	.temporaryCode .temporaryCodeLine{
		border-top:1px solid #eee;
		border-bottom:1px solid #C9C9C9;
		background:url(../../images/member/memberTableContentsBg2.png) repeat-y scroll left top;
		font-size:16px;
	}
		.temporaryCode .temporaryCodeLine .temporaryCodeHead{
			float:left;
			width:190px;
			padding: 5px 10px 5px 0;
			text-align:center;
			font-weight:700;
			color:#fff;
		}
		.temporaryCode .temporaryCodeLine .temporaryCodeContents{
			float:left;
			padding:5px 0 5px 20px;
		}



/*ページ下部のナビゲーションボタン*/
div.page_navigation2 {
	border:3px solid #E0E0E0;
	margin:0pt auto;
	padding:0pt;
	width:790px;
}

.page_navigation2 div.half_l {
	float:left;
	margin:0px auto 8px;
	padding:0px;
	width:395px;
}

.page_navigation2 div.half_r {
	float:right;
	margin:0px auto 8px;
	padding:0px;
	width:395px;
}

div.half_r input.go_payment_step{
	width:150px;
	margin:20px 100px 10px;
	padding:0px;
	background-image: url(/j3/images/member/btn_go_payment.gif);
	background-repeat: no-repeat;
	cursor:pointer;
	text-indent:-9999px;
}


.page_navigation3 input {
border:medium none;
display:block;
height:20px;
margin:20px auto;
max-height:20px;
max-width:150px;
padding-top:40px;
width:150px;
}

div.center_big_single input.go_payment_step{
	width:150px;
	margin:8px 320px 10px;
	padding:0px;
	background-image: url(/j3/images/member/btn_go_payment.gif);
	background-repeat: no-repeat;
	cursor:pointer;
	text-indent:-9999px;
}

div.center_big_single p.go_payment_text{
	text-align:center;
	padding-top:10px;
	font-size:14px;
}

div.center_big_single span.go_payment_attentiontext{
	font-size:25px;
}

/*　[ご注文の続きへ]ボタン　*/
	li.ordertocontinueBtn p {
		margin:0 0 5px;
		color:#FF6600;
		font-size:14px;
		font-weight:700;
	}
	li.ordertocontinueBtn .btn-ordertocontinue {
		margin:0 auto;
	}

/**************************/
/***パスワードリマインダ***/
/**************************/

/*-リマインダ系画面共通 + 一部会員系画面-*/
h1.s32x , h1.s62x , h1.s63x , h1.s64x {
	margin:15px 65px;
	padding-left:15px;
	font-size:18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099CC;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #0099CC;
}

div.s32x-main , div.s321-main , div.s62x-main {
	border-top:8px solid #0099CC;
	font-size:12px;
	margin:0pt auto 20px;
	padding:20px;
	width:752px;
}

/*-リマインダ系入力フォーム共通-*/
div.check_fld	{
	width: 680px;
	background-color: #E2F2F5;
	margin: 23px auto 16px;
	padding:16px;
	border: solid 1px #c0c0c0;
}

.check_fld table	{
	margin: 0 auto;
	text-align:left;
}

.check_fld th	{
	padding: 3px 8px 4px;
	vertical-align: top;
	width: 8em;
	text-align: left;
}

.check_fld span.eg	{
	font-size: 10px;
	margin-left: 8px;
	vertical-align: bottom;
}

div.check_fld .fld_email {
	width: 300px;
}

div.check_fld .essential {
	color:#FF7000;
	font-size: 10px;
	padding: 1px 0px 0px;
	vertical-align:top;
	width:1em;
}

p.remind_submit	{
	margin: 20px auto 8px;
	text-align: center;
}

p.remind_submit input {
	cursor:pointer;
}


/****-s321　パスワードリマインダ（照会）-****/
div.s321-main .check_fld {
	width: 680px;
	background-color: #E2F2F5;
	margin: 23px auto 16px;
	padding:23px 16px 16px;
	border: solid 1px #c0c0c0;
}

div.s321-main .check_fld th	{
	padding: 3px 8px 4px;
	vertical-align: top;
	width: 5em;
	text-align: left;
}

/****-s323　パスワードリマインダ（メール送信連絡）-****/
h3.remind_head {
	margin-bottom: 16px;
	padding: 0px 0px;
	font-size: 16px; 
	font-weight: bold;
	text-align: left;
}


div.s32x-main div.temporary_code p	{
	margin-top: 16px;
	margin-left: 0px;
	font-weight: bold;
	color: #0099CC;
}

div.s32x-main div.temporary_code ul	{
	margin: 8px auto 16px 16px;
}

/*********************************/
/*** s601 会員ページトップ画面 ***/
/*********************************/
	.memberTop .memberTopLine{
		width:450px;
		margin:0 10px 20px 0;
		vertical-align:top;
	}
		.memberTop .memberTopLine .memberTopHead{
			margin:0 0 5px;
			font-size:16px;
			font-weight:700;
		}
			.memberTop .memberTopLine .memberTopHead a{
				display:block;
				height:25px;
				padding:5px 20px 0;
				background:url(../../images/member/bg_titleLink.png) repeat-x scroll center center;
				border:1px solid #666;
				text-decoration:none;
			}

		.memberTop .memberTopLine  p{
			margin:0 0 0 10px;
		}

/**************************/
/***-商品配送先管理画面-***/
/**************************/
.searchCondition{
	margin:0 0 20px;
	background:#e1e1e1;
	border: 1px solid #999;
	
}
	.searchCondition .searchConditionLine{
		border-top:1px solid #eee;
		border-bottom:1px solid #C9C9C9;
		background:#fff url(../../images/member/memberTableContentsBg.png) repeat-y scroll left top;
	}
		/* 入力項目見出し */
		.searchCondition .searchConditionLine .searchConditionHead{
			float:left;
			width:180px;
			padding: 5px 0 5px 20px;
			text-align:left;
			font-weight:700;
		}
		
		/* 入力内容 */
		.searchCondition .searchConditionLine .searchConditionContents{
			float:left;
			padding:5px 0 5px 20px;
			width:380px;
		}
			/* テキストインプットの基本幅 */
			.searchCondition .searchConditionLine .searchConditionContents input{
				width:350px;
			}
			/*　チェックボックスの幅指定　*/
			.searchCondition .searchConditionLine .checkBox input{
				width:auto;
				border:none;
			}
			/*　氏名入力用テキストインプット幅（姓名別）　*/
			.searchCondition .searchConditionLine .nameInput input{
				width:150px;
			}
			
		/*　項目内容注意書　*/
		.searchCondition .searchConditionLine .searchConditionExplanation{
			float:left;
			padding:5px 0 5px 20px;
		}
	/*-説明文-*/
	.searchCondition p.searchConditionExplanation{
		padding:5px 15px;
		border-top:1px solid #eee;
		border-bottom:1px solid #C9C9C9;
		background:#fff;
	}
	
	/*- 検索ボタン表示領域 -*/
	.searchCondition .pagenav{
		padding:5px 15px;
		margin:0;
		background:#fff;
	}
	
	/*-- 検索結果表示テーブル --*/
	
	table.searchCondition{
		width:930px;
	}
		table.searchCondition th{
			padding:5px 0;
			text-align:center;
		}
		table.searchCondition td{
			padding:5px 0;
			background:#fff;
			text-align:center;
		}
			table.searchCondition td .btn_delete{
				margin:0 auto;
			}

/******************************************/
/***-　　商品配送先情報の登録画面　　　-***/
/***-　　退会パスワード入力画面　　　　-***/
/***-パスワードリマインダメール入力画面-***/
/******************************************/
.inputInfo{
	margin:0 0 20px;
	background:#e1e1e1;
	border: 1px solid #999;
}
	.inputInfo .inputInfoLine{
		border-top:1px solid #eee;
		border-bottom:1px solid #C9C9C9;
		background:#fff url(../../images/member/memberTableContentsBg.png) repeat-y scroll left top;
	}
		/* 入力項目見出し */
		.inputInfo .inputInfoLine .inputInfoHead{
			float:left;
			width:180px;
			padding: 5px 0 5px 20px;
			text-align:left;
			font-weight:700;
		}
		
		/* 入力内容 */
		.inputInfo .inputInfoLine .inputInfoContents{
			float:left;
			padding:5px 0 5px 20px;
			width:380px;
		}
			.inputInfo .inputInfoLine .inputInfoContents input[type="text"]{
				width:350px;
				border:1px solid #666;
			}
			.inputInfo .inputInfoLine .checkBox input{
				width:auto;
				border:none;
			}
			.inputInfo .inputInfoLine .zipcord input{
				width:100px;
			}
			.inputInfo .inputInfoLine .zipcord .sys_ziptoadr{
				border:outset 2px #fff;
			}
		/*　項目内容注意書　*/
		.inputInfo .inputInfoLine .inputInfoExplanation{
			float:left;
			padding:5px 0 5px 20px;
		}
	/*-説明文-*/
	.inputInfo p.inputInfoExplanation{
		position:relative;
		padding:5px 15px;
		border-top:1px solid #eee;
		border-bottom:1px solid #C9C9C9;
		background:#fff;
	}
		/*- 削除ボタン -*/
		.inputInfo p.inputInfoExplanation .btn_delete{
			position:absolute;
			top:3px;
			right:5px;
		}
	
	/*登録ボタンの表示位置設定*/
	.inputInfo .pagenav {
		background: none repeat scroll 0 0 #FFFFFF;
		margin: 0;
		padding: 5px 15px;
	}
	

/*****************************************/
/***-　csv仕様説明ポップアップ画面　　-***/
/*****************************************/

	.member .popupInfo ul {
			margin: 0 0 20px;
	}
		.member .popupInfo ul li {
				list-style-position: outside;
				margin: 0 0 10px 35px;
				padding: 0 10px 0 0;
		}


/*** s614 注文履歴4 ****/
.result_list_table td.price {
text-align:right;
}
.result_list_table td.num {
text-align:right;
}
.result_list_table td.status {
text-align:center;
}
div.s614-maincon{
	width:800px;
	margin:0 auto;
}
.result_list_table td.item_name {
font-weight:bold;
}
.result_list_table td.item_detail {
	background:transparent url(/j3/images/member/icn_class.gif) no-repeat scroll left 50%;
	padding-left:24px;
	text-align:left;
}

.estimate_order_table table.status {
border-top:1px solid #B0B0B0;
}
.estimate_order_table table.status th {
background-color:#C2E2EF;
}
div.estimate_order_table table {
border-collapse:collapse;
border-color:#B0B0B0;
border-style:solid;
border-width:0px 1px 1px;
margin:0px auto;
padding:2px 4px;
width:800px;
}

div.estimate_order_table th {
background-color:#E3F3F4;
color:#404040;
padding:1px 4px;
width:8em;
}
.estimate_order_table td {
border-left:1px solid #B0B0B0;
border-right:1px solid #B0B0B0;
padding:1px 2px;
}
.estimate_order_table table.prices th {
background-color:#C2E2EF;
}
.estimate_order_table table.payment th {
background-color:#C2E2EF;
}
.result_list_table table {
border:1px solid #B0B0B0;
border-collapse:collapse;
margin:0px;
text-align:center;
width:100%;
}
h2.simple {
margin:15px 0 5px;
background:transparent none repeat scroll 0%;
font-size:12px;
font-weight:bold;

}
.result_list_table th {
	background-color:#0099CC;
	border:1px solid #A0A0A0;
	color:#FFFFFF;
	font-weight:bold;
	height:20px;
	padding:0px 4px;
	text-align:center;
}

.result_list_table td {
border:1px solid #D0D0D0;
height:20px;
padding:0px 4px;
text-align:left;
}

.result_list_table th.item_name {
width:300px;
}
.result_list_table th.summary{
width:300px;
}
.result_list_table th.price {
width:200px;
}


/*** s614 注文履歴4 ****/
div.s615-maincon{
	width:800px;
	margin:0 auto;
}

.estimate_item_table table.status {
border-top:1px solid #B0B0B0;
}
.estimate_item_table table {
border-collapse:collapse;
border-color:#B0B0B0;
border-style:solid;
border-width:0px 1px 1px;
margin:0px auto;
padding:2px 4px;
width:800px;
}
.estimate_item_table table.status th {
background-color:#C2E2EF;
color:#000000;
}

/*** s615 注文履歴5 ****/
.estimate_item_table table.status tr.item_name th {
border-top:1px solid #B0B0B0;
}
.estimate_item_table table.status th {
background-color:#C2E2EF;
color:#000000;
}

.estimate_item_table table.status tr.item_name td {
border-top:1px solid #B0B0B0;
}
.estimate_item_table td {
border-left:1px solid #B0B0B0;
border-right:1px solid #B0B0B0;
padding:1px 2px;
}

.estimate_item_table th {
background-color:#E3F3F4;
color:#404040;
padding:1px 4px;
width:100px;
}

.estimate_item_table table.prices th {
background-color:#C2E2EF;
border-bottom:1px solid #B0B0B0;
color:#000000;
width:100px;
}

td.s615-td2{
	width:250px;
}
p.s615-repeatbtn{
	margin:7px 0 0px;
	text-align:right;
}
div.s615-finishedimage img{
	border:1px solid #999999;
}



/*************************************/
/***      パスワード変更　　　　　 ***/
/*************************************/
.changePassword{
	background:#e1e1e1;
	border: 1px solid #999;
	
}
	.changePassword .changePasswordLine{
		border-top:1px solid #eee;
		border-bottom:1px solid #C9C9C9;
		background:#fff url(../../images/member/memberTableContentsBg.png) repeat-y scroll left top;
	}
		.changePassword .changePasswordLine .changePasswordHead{
			float:left;
			width:180px;
			padding: 5px 0 5px 20px;
			text-align:left;
			font-weight:700;
		}
		.changePassword .changePasswordLine .changePasswordContents{
			float:left;
			padding:5px 0 5px 20px;
			width:380px;
		}
		.changePassword .changePasswordLine .changePasswordContents input{
			border:1px solid #666;
			width:350px;
		}
		.changePassword .changePasswordLine .changePasswordExplanation{
			float:left;
			padding:5px 0 5px 20px;
		}
	/*-説明文-*/
	.changePassword .explanation631{
		padding:5px 15px;
		border-top:1px solid #eee;
		border-bottom:1px solid #C9C9C9;
		background:#fff;
	}




/*************************************/
/***-s222 状況確認2-ステータス表示-***/
/*************************************/

.contents_body {
	margin-top:20px;
}

div.order_status table input {
	width:400px;
}

div.order_status {
	background-color:#F0F9FA;
	margin:16px auto 25px;
	padding:8px;
	width:650px;
}
table.s22x-input1{
	margin:0 auto;
}
table.ordering_items {
	border:1px solid #C0C0C0;
	border-collapse:collapse;
	margin:16px auto;
	text-align:center;
	width:900px;
}
.ordering_items th {
	background-color:#666;
	border:1px solid #ccc;
	color:#fff;
	font-weight:bold;
	height:1.5em;
	vertical-align:middle;
}
.ordering_items td {
	border-bottom:1px solid #C0C0C0;
	padding:5px;
}
.ordering_items td img{
	border:1px solid #cccccc;
}

.ordering_items td.item_name table{
	width:100%;
}
	.ordering_items td.item_name table th{
		width:30%;
	}

.ordering_items table.total {
	border-collapse:collapse;
	margin-left:auto;
	margin-right:0pt;
	margin-bottom: 50px;
}
.ordering_items table.total th {
	background:transparent none repeat scroll 0% 50%;
	border:medium none;
	color:#000000;
	padding:0pt 32px;
	text-align:right;
}
.ordering_items table.total tr.sum th {
	padding-top:4px;
}
.ordering_items table.total th {
	background:transparent none repeat scroll 0% 50%;
	border:medium none;
	color:#000000;
	padding:0pt 32px;
	text-align:right;
}
.ordering_items table.total tr.sum td {
	padding-top:4px;
}
.ordering_items table.total td {
	background:transparent none repeat scroll 0% 50%;
	border:medium none;
	color:#000000;
	padding:0pt;
	text-align:right;
}
table.s222-eceiptshop{
	margin-bottom:30px;
}
table.s222-eceiptshop td{
	vertical-align:top;
}
table.s222-eceiptshop td.url-link{
	border-bottom:none;
}
table.s222-eceiptshop th.s222-shopname{
	width:150px;
}
table.s222-eceiptshop th.s222-eceiptshop{
	width:350px;
}


