.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
        color:#333;
}
/*
.white-popup table{
    width:100%;
    border-collapse:collapse;
    border:none;
    border-spacing:0;
}
.white-popup th,
.white-popup td{
    vertical-align:top;
    border:solid 1px #000;
    font-weight:normal;
    text-align:left;
    padding: 0.3em 0.5em;
}
.white-popup th{
    width:140px;
    font-weight:bold;
}
*/
.white-popup table {
    border-collapse: separate;
    /*border-spacing: 1px;*/
    text-align: left;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    width:100%;
}
.white-popup table th {
    /* width: 150px; */
    padding: 5px 10px;
    font-weight: bold;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    display:block;
    background-color: #F6F7F9;
}
.white-popup table td {
    /* width: 350px; */
    padding: 5px 10px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    display:block;
}
/*
.white-popup table tr.colored {
    background-color: #F6F7F9;
}
*/
.white-popup .submit_box{
    margin: 14px 0 0;
    text-align: center;
}
.white-popup h4 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 14px;
    /*font-weight: bold;*/
    letter-spacing: 1px;
 }
 /*
 .white-popup .conform_title span{
    border-bottom: 2px solid #dfdfdf;
    display: inline-block;
    padding: 0 2px;
  }
 */
.white-popup .modal_button {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    opacity: 1;
    padding: 8px 20px;
    margin: 0 5px;
    outline: none;
    border: 1px solid #D5D5D5;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font: normal normal normal medium/normal Arial, Helvetica, sans-serif;
    font-size:16px;
    font-weight:bold;
    color: rgba(0, 0, 0, 0.9);
    text-decoration: none;
    text-align: left;
    text-transform: none;
    text-indent: 0;
    -o-text-overflow: clip;
    text-overflow: clip;
    letter-spacing: normal;
    white-space: normal;
    word-spacing: normal;
    word-wrap: ;
    background: #DDD;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
    /* box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2); 
    text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.7);*/
    text-shadow: 0px 2px 0px #FFF;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transform: scaleX(1) scaleY(1) scaleZ(1);
    transform: scaleX(1) scaleY(1) scaleZ(1);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    
    background: -webkit-gradient(linear, center top, center bottom, from(#FEFEFE), to(#DEDEDE));
    background: -moz-linear-gradient(top, #FEFEFE, #DEDEDE);
    background: -ms-linear-gradient(top, #FEFEFE 0%, #DEDEDE 100%);
}
.white-popup .modal_button:hover {
    opacity: 0.5 ;
    filter: alpha(opacity=50) ; /* Ie用 */
    cursor : pointer ;
}


#form .leadtext{margin-bottom:1rem;}
#form table {width:100%;}
#form table , #form td, #form th{
    border: 1px solid #cccccc !important;
    border-collapse: collapse;
}
#form td, #form th {
    padding: 0.5rem;
}
#form th {
    background: #f1f1f1;
    font-weight:bold;
}
#form table th,#form table td  {
    width: 100%;
    display:block;
}

/* form */
#form .validation_span{color:#F00; !important}

#form table input[type="text"] , 
#form table input[type="email"] , 
#form table textarea{
    width:100% !important;
    font-size:1.2rem !important;
    padding:0.4rem !important;
    border:1px solid #cccccc !important;
    border-radius:2px !important;
}
#form table input[type="text"]:focus , 
#form table input[type="email"]:focus , 
#form table textarea:focus{
    outline: none !important;
    background:#f9f9f9 !important;}
#form table textarea{height:10rem !important;}
#form table .contact_submit{
    padding:1.25rem 1.25rem 0.5rem 1.25rem !important; 
    text-align:center !important;}
#form table .contact_submit .button{
    margin:0 0.3rem 0.75rem 0 !important;}