@charset "UTF-8";

/* てがろぐ用 グローバルメニュー */
.NavBox
ul {
	list-style-type: none;
	background-color: #770000;
	display: flex;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 0 ;
	padding: initial;	
}

.NavBox
ul li {
	border-right: 1px solid #cccccc;
	display: block;
	padding: 4px 20px;
	font-weight: bold;
	color: #ffffff;
}

.bulebgc
{
	background-color: #1e90ff;
}

.NavBox
a {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	color:#aa0000; 
	text-decoration:none; 
	background-color:#ffcc99;
	color: #ffffff;
}

/* 簡易レスポンシブ用CSS */
@media screen and (max-width:599px) {
.NavBox
ul {
	display: none;
}
}


.leftline
{
	border-left: 1px solid #cccccc;
}


/* 上に戻るボタン */
#page_top{
width: 40px;
height: 40px;
position: fixed;
right: 12px;
bottom: 15px;
background: #f76617;
opacity: 0.5;
}
#page_top a{
position: relative;
display: block;
width: 40px;
height: 40px;
text-decoration: none;
}

#page_top a::after{
content: '▲';
font-size: 18px;
font-weight: bold;
color: #fff;
position: absolute;
top: 9px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}
