/* 頁面固定 */
body {
    background: url(/img/bgb.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    }
    .section {
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 4px;
        text-shadow: 2px 4px 30px #fff;
        padding: 2rem;
    }
    /* 頁面固定end */
    .registration-modal .registration-content {
                padding: 30px;
            }
    
    .registration-content label {
        font-size: 1.14em;
        font-weight: normal;
    }
    
    @media screen and (max-width: 480px) {
        .registration-modal .registration-content {
            padding: 15px;
        }
    }
    
    .must {
        color: #FF0000;
        margin: 0px 5px 0 0;
        font-size: 150%;
        font-weight: bold;
        vertical-align: middle;
        line-height: 110%;
        padding-top: 5px;
    }
    
    .regisration-title {
        margin: .5em 0;
        font-size: 2.625em;
        line-height: 1.1em;
        font-weight: 400;
        color: #2f2c2c;
    }
    
    #company-1 h3 {
        color: #6034BF;
    }
    
    .overflows{
        width: 100%;
        overflow-x: auto;
    }
    .mid-box{
        background-color:#cccccc;
        margin-bottom:15px;
        text-align:center;
        padding:15px;
    }

    .hrfont{
        border-top: 0.125em solid #ccc;
        width: 100%;
    }