
/* =========================================================
 regist
========================================================= */
div.regist .input-screen {
    /* padding: 10%; */
}

div.regist .img-logo img {
    margin: 0 auto 10% auto;
    width: 90%;
    height: auto;
    display: block;
}

div.regist .input-form {
    margin: 0 0 5% 0;
    border-bottom: dotted 1px #ccc;
}

div.regist .input-form li {
    margin: 0 0 0 0;
    float: left;
    font-weight: bold;
    font-size: 110%;
}

div.regist .input-form li input {
    font-weight: normal;
}

div.regist li.ti-sei {
    margin: 0 100% 1% 0%;
}

div.regist li.sei-form {
    margin: 0 60% 5% 2%;
    width:35%;

}

div.regist li.ti-mei {
    margin: 0 100% 1% 0%;
}

div.regist li.mei-form {
    margin: 0 60% 5% 2%;
    width:35%;
}

div.regist li.ti-mail,
div.regist li.ti-pass {
    margin: 0 50% 3% 0;
}

div.regist li.mail-form,
div.regist li.pass-form,
div.regist li.conf-form {
    margin: 0 0 5% 0;
    width:70%;
}

div.regist .form-control {
    background-color: #fff;
    border: 1px solid #dadae0;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #555;
    display: block;
    font-size: 14px;
    /*height: 34px;*/
    height: 52px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    width: 100%;
}

div.regist .form-control:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

div.regist .form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

div.regist .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    cursor: not-allowed;
    opacity: 1;
}

div.regist .btn-form {
    margin: 5% auto;
    padding: 3% 10%;
    display: block;
    background: #fea000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
    font-size: 130%;
    font-weight:bold;
    color: #fff;
}





div.regist .btn-form a  {
    color: #fff;
}


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  Media Queries
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
@media only screen and (min-width: 780px) {
    div.regist #main {
        /*width: 940px;*/
        box-sizing: border-box;
    }

    /*div.regist .input-screen {
        padding: 40px 20px 20px 20px;
    }*/

    div.regist .img-logo {
        margin: 0 auto 20px auto;
        width: 450px;
        display: block;
    }

    div.regist .img-logo img {
        width: 450px;
    }

    div.regist .input-form {
        margin: 0 auto 15px auto;
        width: 500px;
        padding :0 50px 0 50px ;
    }

    div.regist .input-form li {
        margin: 0;
        font-weight: bold;
        font-size: 110%;
    }

    div.regist .input-form li input {
        font-weight: normal;
        font-size: 100%;
        width:100%;
    }

    div.regist li.ti-sei {
        margin: 10px  10px 15px 10px;
    }

    div.regist li.sei-form {
        margin: 0 0px 15px 10px;
    }

    div.regist li.ti-mei {
        margin: 10px 10px 15px 40px;
    }

    div.regist li.mei-form {
        margin: 0 0 15px 10px;
    }

    div.regist li.ti-mail,
    div.regist li.ti-pass {
        margin: 7px 10px  10px 10px;
        width:100%;
    }

    div.regist li.mail-form {
        margin: 0 0 15px 60px;
        width:400px
    }

    div.regist li.pass-form {
        margin: 0 0 15px 60px;
        width:300px
    }

    div.regist li.conf-form {
        margin: 0 0 15px 60px;
        width:300px
    }

    div.regist .form-control {
        display: block;
        font-size: 14px;
        /*height: 34px;*/
        height: 52px;
        line-height: 1.42857;
        padding: 3px 12px;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        width: 100%;
    }

    div.regist .seimei {
        width: 190px;
    }

    div.regist .long-form {
        width: 435px;
    }

    div.regist .btn-form {
        margin: 0 auto 20px auto;
        padding: 15px 60px;
    }
}

.ui-dialog-buttonset{
  margin-right: 300px;
}

.field_with_errors{
  display: inline;
}
