@charset "UTF-8";
.body{
text-align: left;
}
.pc_in{
background: rgba(255, 255, 255, 1);
}

#contact h5{
font-size: 30px;
}

/*=============================================================
#contact
=============================================================*/
#formWrap {
	width:80%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
form input[type="text"], form textarea {
	width:80%;
	padding:5px;
	display:block;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:80%;
	height:40px;
    margin: 30px auto;
    
}
#contact p{
font-size: 14px;
}