* {
  -webkit-user-select: none; /* iOS / Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* IE */
  user-select: none;         /* 標準 */
}

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

html {
    touch-action: manipulation;
}

table tr td {
    padding: 2px;
}

.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;
}

.radius {
    border-radius: 5px;
}

#report {
    width: 405px;
    background-color: #fff;
    padding: 0px 0;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 5px;
    border-radius:1%;
    border: 1px solid #999;
    z-index: 1; 
}


#profile {
}

#submenu {
    display: none;
    width: 405px;
    background-color: #eee;
    color: #eee;
    padding: 0px 0;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 5px;
    border-radius:1%;
    border: 1px solid #999;
    z-index: 2; 
}

