@charset "Shift_JIS";

.header {
	top:0;
}

.off-js {
	height:20px !important;
	visibility:visible !important;
	position:fixed !important;
	top:0 !important;
	z-index:99999 !important;
	width:100% !important;
	background:#f3b6bd !important;
	text-align:center !important;
	font-size:12px !important;
	line-height:18px !important;
}
@media screen and (max-width: 768px) {
	.off-js {
		height:18px !important;
	}
}