body {
    overflow: hidden;
    font-size: 1em;
    touch-action: manipulation;
}

html {
    touch-action: manipulation;
}

.notification {
    touch-action: manipulation;
}

.main_body {
    padding: 20px;
}

.foo {
    background: #708090;
}

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

.num {
    text-align:right;
}

.cursor {
}
.cursor:hover {
    cursor: pointer;
}

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

h1 {
    position: relative;
    padding: 0 65px;
    text-align: center;
}

h1:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #000;
}

h1 span {
    position: relative;
    padding: 0 1em;
    background: #fff;
}

.swal2-title {
    font-size: 1.2em
}

#footer {
    background: #fff;
    position: fixed;
    justify-content: space-between;
	z-index: 1500;
	bottom: -36px;
	height: 80px;
}
#footer td {
	padding-top: 15px;
	padding-bottom: 0px;
}

#bar {
    background: #ff7300;
    position: fixed;
	z-index: 1500;
	top: 0px;
	height: 50px;
	width: 100%;
}

#bar td {
	padding: 13px;
	height: 50px;
}


.midashi001 {
    margin: 2em 0 1em 0;
    border-left: 7px solid #708090;
    padding: 7px;
    font-weight: bold;
    color: #999;
}

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

.error {
    background-color: #FFAAAA;
}

#side_menu {
    z-index: 100000;
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    background: #AAA;
    padding: 10px;
}
.side_menu_item {
    margin-top: 10px;
    margin-bottom: 10px;
}
.side_menu_icon {
    padding-right: 7px;
}
.notification {
    padding-right: 20px;
    padding-left: 20px;
}
.aa-bottom {
    padding-bottom: 3px !important;    
    margin-bottom: 3px !important;
}
.aa-hr {
    margin-bottom: 5px;
    margin-top: 5px;    
}
.margin_bottom_5px {
    margin-bottom: 5px !important;
}
