/* ------------------------------------- 
 *	特定商取引法
 * ------------------------------------- */
/*特定商取引表*/
table.table_sk {
 width: 635px;
 font-size: 0.85em;
 margin: 15px 0 15px 15px;
 border-collapse: separate;
 border-spacing: 2px;
}
.table_sk th {
	font-weight: normal;
	background: #eee;
	padding: 3px;
	text-align: center;
	width: 150px;
}

.table_sk td {
	background: #FFF;
	padding: 3px;
 border-bottom:1px solid #ddd;
}

/*配送・支払方法*/
div.terms {
 font-size: 0.85em;
 margin: 15px 0 15px 20px;
}
div.terms div {
 margin: 0 0 0 15px;
}
.payment_table{
	width:400px;
	margin:0px 0px 10px 0px;
}

.payment_img {
	width:30px;
	height:30px;
	margin:3px;
	float:left;
}

.table_ship1 {
 width: 95% !important;
}
.table_ship1 td {
 text-align: center;
}

.table_ship2 {
 width: 95% !important;
}
.table_ship2 th {
 width: 200px;
}