@charset "utf-8";

/* ---------------------------------------- 
 - transaction
---------------------------------------- */
#transaction {
    width: 90%;
    max-width: 850px;
    margin: 0 auto 100px;
}
#transaction a:hover {
	text-decoration: none;
}
#transaction table {
	width: 100%;
	margin-bottom: 20px;
	box-sizing: border-box;
	border-top: solid 1px #92a395;
	border-left: solid 1px #92a395;
	border-left: solid 1px #92a395;
	border-spacing: 0;
}
#transaction table th {
	width: 30%;
	padding: 10px;
	box-sizing: border-box;
	border-right: solid 1px #92a395;
	border-bottom: solid 1px #92a395;
	vertical-align: middle;
	text-align: left;
	background-color: #d0d1cc;
}
#transaction table td {
	width: 70%;
	padding: 10px;
	box-sizing: border-box;
	border-right: solid 1px #92a395;
	border-bottom: solid 1px #92a395;
	vertical-align: middle;
}
#transaction table td .notice li {
    text-indent: -1em;
    margin-left: 1em;
    padding: 0 0 5px;
}
@media screen and (max-width: 768px) {
	#transaction table th {
		width: 100%;
		display: block;
	}
	#transaction table td {
		width: 100%;
		display: block;
	}
}