#commerce #contents table th, 
#commerce #contents table td {
	display: block;
	text-align: left;
}

#commerce #contents table td {
	padding-bottom: 20px;
}

@media only screen and (min-width: 620px) {
	#commerce #contents .inner {
		padding: 30px 0 100px 0;
		width: 900px;
	}

	#commerce #contents table th, 
	#commerce #contents table td {
		display: table-cell;
		padding: 15px;
		border: solid 1px;
	}

	#commerce #contents table th {
	}
}