/*画面表示の変更*/
.icon-icon_navigate_next:before {
	/*content: url(humburger2.png);*/
	content: url(hamburger3.svg);
}

.acti-menu-open {
	/*border-top-right-radius:5px;
	border-bottom-right-radius:5px;*/
	background-color:transparent;
	opacity: 0.6;
}

.circle, .circle1{
	border-color:rgba(51,204,204,0.7);/*rgba(96,230,140,0.9);*/
	border-right:5px solid rgba(0,0,0,0);
	border-left:5px solid rgba(0,0,0,0);
}

nav.to-left, nav.to-right {
	display: none !important;
}

/*CBタイトル表示の変更*/
#cboxTitle{
	color:black;
	transform:translateY(4px);
	-webkit-transform:translateY(4px);
}

@media screen {/*印刷対応メッセージ*/
}

@media print {/*印刷対応メッセージ*/
	body {
		display:none;
	}
	#msg4prn {
		display:block;
		font-size:60px;
	}
}

/*その他補正*/
ul.acti-popupwrap-header li.acti-current {
	background-image: none;
	background: transparent;
}
ul.acti-popupwrap-header li.acti-current p {

	position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 7px 10px;
    width: 100%;
    vertical-align: middle;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

	color: #fff;
	font-weight: bold;
}

.acti-popupwrap-inner {
    height: calc(100% - 20px)!important;
}

/*THEME:dark*/
body.dark {
    background: #555!important;
}
body.dark .acti-menu-open {
	background-color: transparent;
	opacity: 0.9;
/*	background-color: rgba(0,0,0,0.8)!important;*/
}
body.dark .acti-footer-container, body.dark .acti-header-container {
    background-color: rgba(0,0,0,0.6)!important;
}

