@charset "utf-8";

#footer_wrapper {
	position: absolute;
	display: flex;
	align-items: center; 
	bottom: 0;
	width: 100%;
	background-color: #000;
	background-image: none;
	padding: 0px;
	z-index: 99;
}

#sokuhimeTimer.regimaster_footer {
	padding: 10px 15px;
	text-decoration: underline !important;
}

#sokuhimeTimer.regimaster_footer,
#himeTimer.regimaster_footer span {
	color: #ff9a00;
}

#himeTimerDisp.regimaster_footer {
	width: 375px;
	padding: 10px 15px;
	position: unset;
}

@keyframes blink_new {
	0% {
		opacity: 1;
	}
	30% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

#himeTimerRegNew a,
#himeTimerRegCountZero a {
	font-size: 25px;
	text-decoration: underline !important;
	animation: blink_new 2s infinite;
	color: #ff9a00;
}

#himeTimerRegCountZero {
	display: none;
}

#himeCntPop.jqmWindow {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	max-width: 640px;
	background-color: #fff;
	border-radius: 5px;
	z-index: 3001;
	border: solid 2px #d00000;
	color: unset;
	margin-left: 0;
	padding: 0;
}

.jqmOverlay { background-color: #000; }

.modal-window-title {
	background-color: #d00000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.modal-window-title div {
	display: flex;
	align-items: center;
	width: 100%;
}

.modal-window-title div img {
	width: 26px;
	margin: 0 5px 0 0;
}

.modal-window-title div span {
	font-weight: bold;
}

.button-close {
	position: relative;
	color: #eaeaea;
	cursor: pointer;
	width: 30px;
	height: 30px;
}

.button-close span:nth-child(1) {
	transform: rotate(45deg) translate(-1px, -1px);
}

.button-close span:nth-child(2) {
	transform: rotate(-45deg) translate(1px, -1px);
}

.button-close span {
	width: 30px;
	height: 3px;
	background: #fff;
	display: inline-block;
	position: absolute;
	left: calc(50% - 15px);
	top: 50%;
	border-radius: 20px;
}

.modal-window-title button {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	border: 0;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: none;
	border-radius: 0;
}

.modal-window-txt {
	display: block;
	box-sizing: border-box;
	padding: 15px 15px 20px 15px;
	font-weight: bold;
}

.modal-window-txt a {
	text-decoration: underline !important;
}
