/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016/06/10, 9:38:22
    Author     : atsushi
*/

.ccm-ui .row,
.ccm-ui .form-horizontal .controls,
.ccm-ui .form-horizontal .control-group {
    margin: 0;
}
.ccm-ui .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
}
.ccm-ui label {
    display: block;
    margin-bottom: 0;
    color: #333;
}
.ccm-ui legend {
    line-height: 1 !important;
}
    
.ccm-ui label, .ccm-ui input, .ccm-ui button, .ccm-ui select, .ccm-ui textarea {
    font-weight: normal;
    line-height: 18px;
    }


/*----- ↑　この上までconcret5のデフォ-----*/

.ccm-ui .container {
    width: 80% !important;
    margin: 0 auto;
}
div.container {
    padding-top: 0 !important;
}

#registration {
    margin: 30px auto;
    width: 60%;
    background: rgba(204,204,204,0.2);
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
}

#registration .row {
    font-family: Meiryo, Tahoma, Roboto, 'Droid Sans',Verdana, Arial, sans-serif !important;
    font-size: 18px;
    }

#registration h1 {
        font-family: Meiryo, Tahoma, Roboto, 'Droid Sans',Verdana, Arial, sans-serif !important;
        font-size: 24px;
    }

#registration label,
#registration input,
#registration legend {
    font-family: Meiryo, Tahoma, Roboto, 'Droid Sans',Verdana, Arial, sans-serif !important;
    font-size: 18px;
}

#registration .ccm-form legend {
    border: none;
}

#registration .control-label,
#registration .controls {
    font-family: Meiryo, Tahoma, Roboto, 'Droid Sans',Verdana, Arial, sans-serif !important;
    font-size: 15px;
    line-height: 1.6;
}
    
#registration .control-group {
    margin-bottom: 15px;
    }

#registration .control-label {
    text-align: left !important;
    font-weight: bold;
    }
#registration .control-label {
    float: none !important;
}

#registration .control-group .controls {
    margin:0 !important;
    width: 100%;
}

#registration .control-group .controls input,
#registration .control-group .controls select {
    /*font-size: 1.2em;*/
    font-weight: normal;
    padding:10px;
    height: auto;
    border:solid 1px #ccc;
    width:100%;
    text-align: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    }

#registration .control-group .controls .checkbox {
    text-align: left;
}

#registration .control-group .controls .checkbox input {
    width:auto;
    border: none;
}


.ccm-required {
    display: none !important;
    }
#registration .actions {
    margin: 0;
    padding: 0;
    border: none;
    }

.ccm-ui .page-header {
    padding-bottom: 0;
    margin: 18px 0;
    border:none;
}
.ccm-ui legend {
    border: none;
}
   


.ccm-ui .form-horizontal .control-label {
    width: 100% !important;
}
.ccm-ui .row {
    margin-left: 0 !important;
}

.ccm-ui button.btn, .ccm-ui input[type="submit"] {
    text-shadow: none !important;
}

#registration .actions input[type=submit] {
    width: 100%;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 10px;
    color: #fff;
    background: #49a9d4;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

#policyAgreement {
    margin-top:2rem;
    margin-bottom: 2rem;
    text-align: center;
    border: 1px #aaa dotted;
    padding: 0.5rem 1rem 1rem 1rem;
}

/*
#registration #policyAgreement .control-label,
#registration #policyAgreement .controls {
    text-align: center !important;
}*/

.captureComfirm {
    text-align: left;
}

/*----- デスクトップ1200px以下-----*/
@media screen and (max-width:1200px) {
.ccm-ui .container {
    width: 100% !important;
    margin: 0 auto;
}
div.container {
    padding-top: 0 !important;
}
    
#registration {
    margin: 10px auto;
    width: 80%;
    background: rgba(204,204,204,0.2);
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    font-size: 0.8em;
}
#registration label, #registration input, #registration legend {
    font-size: 0.8em;
    font-weight: bold;
    }
#registration .control-group {
    margin-bottom: 10px;
    }
}

@media screen and (max-width:640px) {
.ccm-ui .container {
    width: 100% !important;
    margin: 0 auto;
}
    #registration {
    margin: 10px auto;
    width: 95%;
    background: rgba(204,204,204,0.2);
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    font-size: 0.8em;
}
}