@charset "utf-8";

.closed-notice-top {
	width: 100%;
	text-align: center;
	background: #008000;
	font-size: 1.1rem;
	color: #FFFFFF;
	margin-top: -50px;
	margin-bottom: 40px;
	line-height: 200%;
}

.closed-notice-top a:link {
	color: #FFFF00;
	text-decoration: underline;
	text-underline-offset: 0.2em;
	font-weight: 400;
}

.closed-notice-top a:visited {
	color: #FFFF00;
	text-decoration: underline;
	text-underline-offset: 0.2em;
	font-weight: 400;
}

.closed-notice-top a:hover {
	color: #E0FFFF;
	text-decoration: underline;
	text-underline-offset: 0.2em;
	font-weight: bold;
}

.closed-notice-top a:active {
	color: #FFD966;
	text-decoration: underline;
	text-underline-offset: 0.2em;
	font-weight: 700;
}


.closed-notice {
	width: 100%;
	text-align: center;
	background: #008000;
	font-size: 1.1rem;
	color: #FFFFFF;
	line-height: 200%;
	margin-top: 20px;
	margin-bottom: 25px;
}

.closed-notice a:link {
	color: #FFFF00;
	text-decoration: underline;
	text-underline-offset: 0.2em;
	font-weight: 400;
}

.closed-notice a:visited {
	color: #FFFF00;
	text-decoration: underline;
	text-underline-offset: 0.2em;
	font-weight: 400;
}

.closed-notice a:hover {
	color: #E0FFFF;
	text-decoration: underline;
	text-underline-offset: 0.2em;
	font-weight: bold;
}

.closed-notice a:active {
	color: #FFD966;
	text-decoration: underline;
	text-underline-offset: 0.2em;
	font-weight: 700;
}

