@charset "utf-8";
#formWrap {
width:600px;
font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック",Arial,helvetica,sans-serif;
font-size:100%;
line-height:120%;
color:#333;
margin:0 auto;
}
table.formTable {
width:100%;
border-collapse:collapse;
margin:0 auto;
}
table.formTable td, table.formTable th {
border:1px solid #999;
background:#FFFADF;
padding:5px;
}
table.formTable th {
width:30%;
font-weight:normal;
text-align:left;
background:#FF9;
}
h3 {
font-size:150%;
color:#666;
}
input[type="submit"], input[type="reset"], input[type="button"] {
font-size:100%;
}

@media screen and (max-width:615px) {
#formWrap {
width:98%;
margin:0 auto;
}
table.formTable th, table.formTable td {
display:block;
width:auto;
}
table.formTable th {
border-bottom:0;
margin-top:25px;
}
input[type="text"], textarea {
display:block;
width:97%;
font-size:110%;
padding:5px;
}
input[type="submit"], input[type="reset"], input[type="button"] {
display:block;
width:100%;
height:38px;
}
}