.requestIbis {
	display: flex;
	justify-content: center;
	align-items: center;
}

.promotion-code table {
	border: none;
	outline: none;
	width: 640px;
	border-collapse: collapse;
}

.promotion-code thead {
	background-color: #D9E0E6;
}

.promotion-code tbody tr:nth-child(odd) {
	background-color: #F3F5F7;
}

.promotion-code tbody tr:nth-child(even) {
	background-color: #FFFFFF;
}

.promotion-code :where(th, td) {
	height: 40px;
	font-size: 12px;
	border: none;
	outline: none;
	padding-left: 8px;
	padding-right: 8px;
}

.promotion-code th {
	word-break: keep-all;
}

.promotion-code td {
	text-align: center;
}

.promotion-code th > div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
}

.promotion-code-info-icon {
	width: 16px;
	height: 16px;
	min-width: 16px;
	min-height: 16px;
	cursor: pointer;
	background: url(/img/icon/info.png);
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

.promotion-code-edit-button {
	display: inline-block;
	width: 32px;
	height: 32px;
	min-width: 32px;
	min-height: 32px;
	cursor: pointer;
	background: url(/img/icon/edit.png);
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.requestIbis a {
	color: #FFFFFF;
	font-size: 15px;
	line-height: 1;
	text-align: left;
	text-decoration: none;
	width: 50%;
	height: 48px;
	padding: 17px 8px 15px 44px;
	display: inline-block;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background-image: url('/img/icon/ibis_account.png');
	background-position: 12px 12px;
	background-repeat: no-repeat;
	background-color: #76AF05;
}

.usage-history {
	font-size: 21px;
	text-align: center;
	line-height: 1.25;
	font-weight: bold;
	width: 640px;
	height: 56px;
	padding: 8px;
	display: table;
}

.not-activate-message,
.login-message {
	text-align: center;
	margin-top: 8px;
	margin-bottom: 36px;
}

.useButton {
	width: 64px;
	height: 36px;
	font-weight: normal;
	border: 1px solid #D9E0E6;
	border-left: 0;
	background-color: #FFFFFF;
	background-position: -1px 1px;
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	left: 360px;
	top: 0;
	white-space: nowrap;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-ms-border-radius: 0 4px 4px 0;
	-o-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

#contents-searchBox {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-grow: 1;
	max-width: 360px;
	text-align: center;
	height: 36px;
	margin-bottom: 24px;
	position: relative;
	margin-left: 120px;
}