@charset "utf-8";
/* CSS Document */



#formWrap { margin:0 auto; width:70%;}
.formTable th  { width: 30%; text-align: left; }

 
@media only screen and (max-width:480px){
    #formWrap{ width:100%;}
    table.formTable{ width:50%;}
    table.formTable th,
    table.formTable td{
        width: 95%;
        display: block;
        border-top: none;
    }
	table.formTable th
    table.formTable tr:first-child th   { border-top: 1px solid #ddd; }
	
	.submit { width:70%; margin:0 auto;}
}