@charset "UTF-8";
/* ---- ヘッダバー ---- */
div#bar_header  {
	text-align:center;
	font-weight:bold;
	width: 100%;
	padding-top:5px;
	padding-bottom:2px;
	font-size:1.2em;
	background: #cc0000;
	border-bottom: 1px solid #888;
	color: #FFF;
	position: fixed!important;
	top:0;
	left:0;
	position: absolute;
	z-index: 10; 
}
#bar_header p{
	padding-bottom:0px;
}
.header{
	padding-top:0px;
}

	
	
	


/*-----------------------------------------------
ページ上部ボタン
-----------------------------------------------*/
#gototop {
        top: 60px!important;
}
@media screen and (max-width: 760px) {
	div#bar_header {
	font-size:1em;
	}	
}
@media screen and (max-width: 640px) {
	
}