@charset "shift_jis";
/*
-----------------
wantsShop
返品ページCSS
更新日：2009.6.3
-----------------*/

/*基本クラス設定
-----------------*/

.backTBL {
	margin-bottom: 20px;
}

.backTBL th {
	background-color: #E2F4F8;
	border: 1px solid #FFFFFF;
	text-align: center;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.backTBL td {
	text-align: center;
	border: 1px solid #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #F8FDFE;
}
.backList {
	margin-left:25px;
	list-style:disc;
}
.address {
	background-color: #E2F4F8;
	padding: 10px;
}

p.s2 {
	margin: 0px;
}

