@charset "utf-8";
/*
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 : 2015/08/24, 17:19:17
    Author     : m-gonoue
*/

/*
 * Form status
 * ------------------------------*/
*[required],
.required { background-color:rgba(255, 221, 221, 0.7); }
*[required].dealed,
.required.dealed { background-color:rgba(223, 240, 216, 1); }
.caution       { background-color:rgba(252, 248, 227, 1); }
/* .alert         { background-color:rgba(255, 221, 221, 0.7); margin-bottom: 0px; } */
div.required   { padding:0px 15px 5px 15px; margin-left:15px; }
.alphabet      { ime-mode:disabled; }
#email_confirm { font-size:230%; font-family: monospace; }
span.label     { margin-right:1em; }
div.form-group div.continue { float: left; }
/* div.input-group{ padding:0px 15px !important; } */
.ui-widget-content{ border-color: #ccc; }
.form-text     { width:100%; height:30px; margin:0; padding:7px; font-size:14px; line-height:1.2;}
.form-text-lg  { width:100%; height:30px; margin:0; padding:7px; font-size:120%; font-weight:700; }
