<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
#key{
	position: relative;
}
.topBuyBtArea{
	padding: 1em;
	position: absolute;
	width: 57%;
	bottom: 2%;
	text-align: right;
}
.topBuyBtArea a{
	width: calc(50% - 1em);
	display: inline-block;
	margin: 0 0.5em;
	max-width: 256px;
	transition: all 200ms 0s ease-out;
	transform: scale(1);
}
.topBuyBtArea a:hover{
	transform: scale(1.1);
}
@media screen and (max-width: 768px) {
.topBuyBtArea{
	padding:0.8em 1em 0.5em;
	position: relative;
	width: 100%;
	bottom: 0;
	text-align: center;
}

}</pre></body></html>