@charset "utf-8";

/* kv_notice ----------------------- */
.kv_notice { 
	position: relative;
}
.kv_notice_box { 
	background: #FFF;
	border: 2px solid #cc0000;
	position: absolute;
	top: 68%;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 1;
	text-align: center;
	width: 500px;
	line-height: 1.8;
	padding: 10px;
	font-weight: bold;
	color: #cc0000;
	font-size: 108%;
}

@media screen and (max-width: 640px) {
.kv_notice_box { 
	top: 106vw;
	width: 90vw;
	font-size: 3.6vw;
}
}


