.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;
    border-spacing: 0px;
}
.white-popup table th {
    width: 150px;
    padding: 5px 10px;
    font-weight: bold;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
}
.white-popup table td {
    width: 350px;
    padding: 5px 10px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
}
.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 ;
}


