@charset "utf-8";
/*
header#topHead {
display:flex;
justify-content:space-between;
align-items:center;
padding-top: 9px;
min-width: 1240px;
}
*/
.headerLogo{ margin-bottom:30px;}
header#topHead { width: 220px; text-align:center; margin-top:60px; }
header#topHead,header#topHead .headerLogo h2{ font-size:20px; font-weight:600; }

/*
header#topHead .linkItems {
display: flex;
justify-content: space-around;
gap:5px;
margin-right: 18px;
}
*/
header#topHead .linkItem {
	display: block;
	text-decoration: none;
	color: #989898;
	font-size:14px;
	padding:0;
	text-align:left;
	background-repeat:no-repeat;
	background-size:25px 25px;
	background-position:top 11px center;
	border-radius:0 30px 30px 0;
	padding: 12px 0 12px 15px;
	margin-bottom: 10px;
}
header#topHead .linkItem:hover, header#topHead .linkItem.current{ background-color:#fff; color:#2D8C3C; text-indent:5px;}
#clearCacheButton{width:220px; height:38px; display:grid; place-content:center left;  background-color: #2D8C3C; border:1px solid #2D8C3C; border-radius:0 30px 30px 0; border-left:none; color:#fff;cursor: pointer; font-size: 14px; margin-left:0; margin-top:20px; padding-left:15px; transition:0.3s; font-weight:600;}
#clearCacheButton:hover{background-color: #fff; color:#2D8C3C; text-indent:5px;}
/*
header#topHead a.icon0{background-image:url('../images/icon0.svg');}
header#topHead a.icon1{background-image:url('../images/icon1.svg');}
header#topHead a.icon2{background-image:url('../images/icon2.svg');}
header#topHead a.icon3{background-image:url('../images/icon3.svg');}
header#topHead a.icon4{background-image:url('../images/icon4.svg');}
header#topHead a.icon5{background-image:url('../images/icon5.svg');}
header#topHead a.icon6{background-image:url('../images/icon6.svg');}
header#topHead a.icon7{background-image:url('../images/icon7.svg');}
.linkItem:hover,.linkItem.current {
color:#2772b3;
background-color: #FFF;
}
header#topHead a.icon0:hover,header#topHead a.icon0.current{background-image:url('../images/icon0_blue.svg');}
header#topHead a.icon1:hover,header#topHead a.icon1.current{background-image:url('../images/icon1_blue.svg');}
header#topHead a.icon2:hover,header#topHead a.icon2.current{background-image:url('../images/icon2_blue.svg');}
header#topHead a.icon3:hover,header#topHead a.icon3.current{background-image:url('../images/icon3_blue.svg');}
header#topHead a.icon4:hover,header#topHead a.icon4.current{background-image:url('../images/icon4_blue.svg');}
header#topHead a.icon5:hover,header#topHead a.icon5.current{background-image:url('../images/icon5_blue.svg');}
header#topHead a.icon6:hover,header#topHead a.icon6.current{background-image:url('../images/icon6_blue.svg');}
header#topHead a.icon7:hover,header#topHead a.icon7.current{background-image:url('../images/icon7_blue.svg');}
*/
