.sitenotice-banner {
	background: #fff3cd;
	border-bottom: 1px solid #ffe69c;
	color: #664d03;
	font-size: 14px;
	text-align: center;
}

.sitenotice-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 40px;
	position: relative;
}

.sitenotice-text {
	display: inline-block;
	line-height: 1.4;
}

.sitenotice-dismiss {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	background: none;
	border: none;
	font-size: 20px;
	line-height: 1;
	color: #664d03;
	cursor: pointer;
	padding: 4px 8px;
}

.sitenotice-dismiss:hover {
	color: #40350a;
}
