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

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

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

table#shop th {
	width:150px;
	background:#EBFFCF;
	text-align:left;
	font-weight:normal;
}

table#shop td {
	background:#FFF;
}

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

.sk {
	margin:10px auto 20px auto;
	border:1px #CCC solid;
	}

.sk .title {
	font-weight:bolder;
	background:#DDD;
	padding:10px;
	
}

.sk .title img {
	margin-right: 15px;
	vertical-align: middle;
	width: 147px;
}

html.ua-mobile .sk .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 20px;
}


html.ua-mobile .sk .title img {
	width: 30%;
	height: auto;
}


img.paypal {
	padding: 5px;
	background: #fff;
}

.sk .note {
	padding:10px 13px;
	line-height: 1.7;
	background:#FFF
	}

.payment_img {
	margin:3px;
}

img.jaccss {
	padding: 5px;
	background: #fff;
}

.sk a.titlelink{
	text-decoration: none;
}