@charset "Shift_JIS";

.notice {
	margin: 20px 0;
	padding: 0 20px;
	background-color: #fff0f0;
	border: solid 2px #ff8080;
	border-radius: 5px;
	text-align: left;
}

.notice .title {
	text-align: center;
	color: #ff3333;
	font-weight: bold;
}

.notice p strong {
	color: #009900;
}

.close-info {
	margin: 24px 0;
	text-align: center;
}

.close-info a {
	padding: 4px 12px;
	border: solid 1px #009900;
	background-color: #ffffff;
}

.close-info a:link,
.close-info a:active,
.close-info a:visited {
	color: #009900;
}

.close-info a:hover {
	color: #00cc00;
	border-color: #00cc00;
}

.campaign-label {
	position: absolute;
	top: -32px;
	right: -8px;
}
