@charset "shift_jis";

.commerce {
	margin-top: 30px;
}
.commerce table {
	width: 100%;
}
.commerce th {
	width: 170px;
	text-align: left;
	padding-left: 20px;
	border-bottom: solid 1px #ddd;
}
.commerce td {
	padding:10px;
	border-bottom: solid 1px #ddd;
}

.privacy {
	margin-top: 40px;
}
.privacy .ttl {
	margin-top: 20px;
	border: double #595857;
	padding-left: 10px;
}
.privacy .nai {
	background-color: #595857;
	line-height: 150%;
	color: lightgrey;
	padding: 10px;
}