body {
    overflow: hidden;
    font-size: 95%;
}

html {
    touch-action: manipulation;
}


.main_body {
    padding: 20px;
}

.foo {
    background: #708090;
}


span.loading {
    width: 100vw;
    height: 100vh;
    transition: all 0.3s;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.loaded {
    opacity: 0;
    visibility: hidden;
}

.edit:hover {
    background: #EEE;
    cursor: pointer;
}

.required:after {
    content:"必須";
    position:absolute;
    font-size:.7em;
    background:red;
    color:white;
    width:30px;height:15px;
    text-align:center;
    line-height:15px;
    border-radius:10%;
    box-shadow:0 0 1px #333;
    margin-left: 5px;
    margin-top: 3px;
    z-index: 0;
}

.peekabar {
    background-color: #ff0000 !important;
    color: white;
    z-index: 2000;
    font-size: 0.8rem;
    line-height: 1.2;
}

.pointer {
    cursor: pointer;
}

#agentinfo {
	z-index: 99;
	position: fixed;
	top: 0;
	right: -600px;
	width: 600px;
	color: #666;
	padding: 0 40px 0 0;
	background: #F5F5F5;
}

#agentinfo .nav-icon {
	position: absolute;
	left: 0px;
	width: 40px;
	background: #F5F5F5;
}
#agentinfo .nav-icon-side {
	position: absolute;
	left: 10px;
	top: 40%;
	background: #F5F5F5
}
#agentinfo .slide-inner {
	overflow: auto;
	overflow-x: hidden;
	background: #F5F5F5;
        height:600px;
}
#agentinfo .slide-inner section {
	padding: 20px;
	background: #F5F5F5;  
}


.fade-enter-active, .fade-leave-active {
  transition: opacity .2s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}


.tooltip span:before {
	content: '';
	position:absolute;
	top:10px;
	left:-20px;
	border:12px solid transparent;
	border-right:12px solid #808080;
}
.tooltip span {
	position:absolute;
	background-color:#808080;
	color:white;
	font-size:0.8em;
	border-radius:0.5em;
	padding:10px;
	margin:-0.8em 0.5em 0 1em;
	display:none;
        z-index: 99;
}