@charset "UTF-8";
    #more{
      position: relative;
    }
    #morein{
      position: absolute;
      left: 25px;
      bottom: 25px;
      border-collapse:collapse;
      background-color: white;
      display:none;
    }
    .td{
      border: 1px solid black;
    }
    #box{
        width: 100%;
        height: 100%;
        background: rgba(37,37,37,0.5);
        position: fixed;
        top: 0;
        left: 0;
        display: none;
    }
    #cont{
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }