@charset "utf-8";

/* Block Skip */
div#blockskip { 
	z-index: 9999;
	overflow: visible; 
	margin: 0; 
	padding: 0; 
	width: 100%; 
}


div#blockskip a { 
	display: block; 
	/* float: left; */ /*blockskip時にheaderが非表示になるためコメントアウト */
	background: #666666; 
	margin: 0; 
	margin-top: -1px; 
	padding: 0; 
	width: 100%; 
	min-width: 980px; 
	color: #ffffff; 
	text-align: center; 
	text-decoration: none; 
	font-size: 1px; 
	color: #666666; 
	line-height: 0; 
	cursor: default; 
	height: 1px; 
	overflow: hidden; 
}

div#blockskip a:hover { 
	text-decoration: underline;
}

div#blockskip a.show { 
	color: #ffffff; 
	height:1.5em; 
	margin-top: -3px; 
	padding: 5px 0; 
	font-size: 93%; 
	line-height: 1; 
	cursor: pointer; 
}