/* ------------------------------------- 
 *	特定商取引法に基づく表記
 * ------------------------------------- */

table#shop {
	width:90%;
	margin:10px auto 20px auto;
}

table#shop td,th {padding:10px; border: 1px solid #eee;}

table#shop th {
	width:160px;
	text-align:center;
	font-weight:normal;
}

/* ------------------------------------- 
 *	支払い方法・配送方法について
 * ------------------------------------- */

.sk {
	width:90%;
	margin:10px auto 20px auto;
	border:1px <{$ShopKeeper_bordercorder}> solid;
	}

.sk .title_sp {
	padding:2px;
	}
	
.sk .title {
	font-weight:bolder;
	background:<{$ShopKeeper_bgcorder}>;
	padding:5px;
	}

.sk .title img {margin:3px;}

.sk .note {
	padding:5px;
	}

.payment_img {
	margin:3px;
	}

#rule h2 {
   word-spacing: 1px;
   color: #333;
   background-color: #eee;
   line-height: 3;
   margin:20px 0px 10px 0px;
   text-align: left;
   font-size: 16px;
   line-height: 1.90;
   padding-left:17px;
}