.uk-link:hover,a:hover {
  color:#fff;
  background-color:#1b74fb;
  text-decoration:none;
}



.atwiki-contents h2,.atwiki-sp-contents h2 {
    background-color: #4a9ec2;
    border-left: 2px solid #f90;
    color: #fff;
    font-size: 20px;
//    font-weight: 700;
    margin: 16px 0 12px;
    padding: 3px 8px
}

.atwiki-page-info .atwiki-pagename {
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    margin: 0
	width: 100%;
	background-color: #3C7CF0;
    color: #fff;
	text-align: center;
}

.atwiki-contents .atwiki-link-img-icon,.atwiki-sp-contents .atwiki-link-img-icon {
    height: 0px;
    display: none;
}

.open {
	cursor:pointer;
}
#pop-up {
	display: none;
}
.overlay {
	display: none;
}
#pop-up:checked + .overlay {
	display: block;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.6);
}
.window {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 90vw;
	max-width: 360px;
    padding: 20px;
	height: 300px;
	background-color: #fff;
	border-radius: 4px;
	align-items: center;
	transform: translate(-50%, -50%);
}
.close {
	position: absolute;
	top: 4px;
	right: 4px;
	cursor:pointer;
}

#atwiki-footer-fixed-nav #atwiki-footer-fixed-buttons li button#footer-fixed-menubar {
    top: 600px;
    left: 0px;
    z-index: 99;
    scale: 120%
}

#atwiki-footer-fixed-nav #atwiki-footer-fixed-buttons li button#footer-fixed-popular {
    top: 0px;
    left: 0;
    display: none;
    z-index: 99
}

.atwiki-contents a img, .atwiki-sp-contents a img {
	border: 0px solid #0066dc;
	border-radius: 4px;
	position: relative;
}
