<style>

/* お問い合わせページ ***************** */
#formWrap {
margin:0 auto;
}

table.formTable{
margin:0 auto;
border-collapse:collapse;
text-align:left;
}

table.formTable td,table.formTable th{
border:1px solid #ccc;
padding:10px;
}

table.formTable th{
width:22.5%;
background:#faf0e6;
}

/* タブレットサイズ以下 */

	@media all and (max-width: 768px) {

table.formTable th{
width:31%;
}

}

</style>