.master-data {
    float: left;
    width: 80%;
    padding: 30px
}

.master-data projects {
    width: 200px;
    float: right;
}

.master-data .add-data-area {
    float: left;
}

.master-data .add-data-area > div.title {
    font-size: 30px;
    margin-bottom: 10px;
}

.master-data .add-data-area > div.controls {
    position: relative;
    padding: 20px 40px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-radius: 4px 4px 0 0;
}

.master-data .add-data-area > div.controls > span.add-title {
    background-color: white;
    position: absolute;
    top: -15px;
    left: 15px;
    padding: 5px
}

.master-data .add-data-area > div.controls > input[type="text"] {
    margin: 0 20px;
}

.master-data .data-table .checkboxes {
    width: 50px;
    text-align: center
}

.master-data .data-table .table > tbody > tr > th {
    background-color: #f5f5f5;
}

.master-data .data-table .table > tbody > tr > th.checkboxes,
.master-data .data-table .table > tbody > tr > td.checkboxes {
    width: 50px;
    text-align: center
}

.master-data .data-table .table > tbody > tr > th.data-field {
    width: 200px;
}

.master-data .data-table .table tbody tr td {
    vertical-align: middle;
}

.master-data .data-table .table tbody tr td > div.color-sample {
    width: 100px;
    padding: 5px;
    border: 1px solid #ddd;
}

.master-data .data-table .table a {
    cursor: pointer;
}

.master-data .add-resolution {
    position: relative;
    padding: 20px 40px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-radius: 4px 4px 0 0;
}

.master-data .add-resolution div.field {
    display: table-cell;
    padding-right: 30px;
    vertical-align: middle;
}

.master-data .add-resolution div.title {
    background-color: white;
    position: absolute;
    top: -15px;
    left: 15px;
    padding: 5px;
}

.master-data .add-resolution > div.field > input {
    margin-left: 20px;
}

.master-data .add-resolution > div.field > div {
    display: table-cell;
    vertical-align: middle;
}

.master-data .add-resolution > div.field > div.display-color-label {
    padding-right: 20px;
}

.master-data .add-resolution > div.field > div.color-picker {
    width: 120px
}

.register-contents {
    margin-left:-180px;
}

.register-contents .box {
    width:500px;
    margin:0 auto;
    padding:30px 80px
}

.register-contents input + label {
    font-size:18px;
}

/* Font Awesome Unicode */
.register-contents input.form-control {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}


/* sekiya */
/* 新規ユーザー登録・ログイン画面（subdomain.html）*/
/* templates:user:(subdomain.html)*/
#commu section#content #subdomain-form input[type="text"] {
    width: 290px;
    height: 34px;
    font-size: 14px;
    font-weight: bold;
    color: #999999;
    margin: 5px 5px 0px 0px;
    padding:0 10px; 
}

/* sekiya */
/* ログイン画面 (login.html)*/
#register-sign_up {
    padding: 0;
}
#register-sign_up {
    margin-left: 0px;
/*    margin: 0 auto;*/
}
#register-sign_up .box {
    box-shadow:none;
    background-color: #F8F8FC;
    text-align: center;
    margin-top: 40px;
    padding: 40px 38px;
}
#register-sign_up  .contents register-contents h2 {
    font-size: 22px;
}
#register-sign_up  .login_input {
    width: 100%;
    height: 34px;
    margin-top: 10px;
    padding-left: 10px;
    font-weight: bold;
    border: #CCC solid 1px;
}
#register-sign_up main a:visited {
    color: #4ABED0;
}
#register-sign_up #span_pass {
    margin-top: 30px;
    color: #808080;
    font-weight: bold;
}
#register-sign_up .register-contents {
    margin-left: 180px;
}

#register-sign_up  .center-block p {
    color: #999999;
    margin: 0 auto;
    text-align: justify;
    padding: 10px 0;
    line-height: 18px;
}
#register-sign_up .submitBtn {
    margin: 40px auto 0;
    width: 130px;
    height: 40px;
    background-color: #4ABED0;
    border-radius: 0;
    box-shadow:none;
}
#register-sign_up  label {
    font-size: 16px;
    font-weight: bold;
}


#register-sign_up .switch-team {
    width: 500px;
    margin: auto auto -30px auto;
    padding: 40px 0 10px 0;
}

#register-sign_up .switch-team a {
    color: #ccc !important;
    border: none;
    font-size: 13px;
}

#register-sign_up .switch-team a:hover {
    color: #4ABED0 !important;
}

#register-sign_up .switch-team i {
    margin: 0 10px 0 0;
}

/* sekiya */
/* 新規ユーザー登録画面(register.html)*/
/* templates:user:(register.html)*/
#commu section #register-sign_up .login_input {
    width: 100%;
    height: 34px;
    font-size: 14px;
    /*margin-top:10px;*/
    margin:5px auto 5px;
    padding: 0 10px;
    font-weight: bold;
    color: #999999;
}
#commu section #register-sign_up label {
    color: #808080;
    display: inline-block;
}
#commu section #register-sign_up #user_password span {
    display: inline-block;
    color: red;
    margin-top: 5px;
}

#commu section #register-sign_up .user-password-notes {
    margin: 20px 0 0 0;
    line-height: 20px;
}

/* sekiya */
/*パスワード復旧(recover-password.html)*/
/*templates:user:(recover-password.html)*/

#recover-password {
    width:500px;
    margin: 0 auto;
    text-align: center;
}

#recover-password input {
    width: 100%;
    height: 34px;
    font-size: 14px;
    font-weight: bold;
    color: #999999;
    margin: 5px auto 0px;
    padding:0 10px; 
    border: #CCC solid 1px;
}
#recover-password .innerBox {
    padding: 0;
}
.recover-info {
    color: red;
    font-size: 12px;
    font-weight: bold;
}
#recover-comment {
    margin:5px 0 10px;
}
/* sekiya */
/*パスワード変更画面(reset-password.html)*/
/*templates:user:(reset-password.html)*/
#reset-password{
    background-color:#F8F8FC;
    box-shadow: none;
    padding: 40px 38px;
    margin: 40px auto;
}
#reset-password #registerForm .form-box {
    width: -webkit-fill-available;
    height: 34px;
    font-size: 14px;
    margin-bottom: 5px;
    margin-right: 0;
    padding: 0 10px;
    font-weight: bold;
    color: #999999;
    border: #CCC solid 1px;
}

#reset-password #submit_btn{
    color: #FFFFFF;
        background-color:#4ABED0;
    margin: 20px auto 0;
    width: 130px;
    height: 40px;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    border: none;
}
#reset-password .btn{
    display:block;
}
#reset-margin{
    width: auto;
    margin-left: 0px;
}
#reset-password h2{
    text-align:center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
/*--スマートフォン対応--*/
/*--sekiya--*/

@media screen and (max-width: 999px) and (min-width: 737px) {
    /* 999px以下用（タブレット用）の記述 */
    header,#visual,.start01,.start02,#function {
        min-width:100%;
        margin: auto;
    }
    #content-center {
        width: 100%;
        height: auto;
    }
    #top_header header{
        min-width:1000px;
    }
/*    #register-sign_up .center-block p {
        width: 450px
    }*/
}



@media screen and (max-width: 736px) {
    /* 736px以下用（SP用）の記述 */
    body {
        background: #FFF;
        line-height: 1.6;
    }

    main {
        width: 100%;
        overflow: hidden;
    }

    /*--header--*/
    header {
        height: auto;
    }

    header h1 {
        padding: 10px 0 0 10px;
    }

    #commu section#content {
        padding: 30px 20px 0;
    }

    #content-center {
        width: 100%;
        height: auto;
    }

    #commu section#content .user-regist-form,
    #user-regist-form box {
        width: 100%;
        height: auto;
        margin: 0 auto;
        text-align: center;
        padding: 20px 20px;
    }

    .register-contents {
        margin: auto;
    }

    #commu section#content input[type="text"] {
        width: 100%;
        height: 34px;
    }

    #commu section#content #subdomain-form input[type="text"] {
        width: 100%;
        height: 34px;
    }
    /*チームを切り替える*/
    #register-sign_up .switch-team {
        width:auto;
        padding: 0 0 20px 0;
        margin: 0;
    }
}
