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

/*お問い合わせテーブル*/

#contact{
	padding-top: 0px;
}


.thank {
font-size: 16px;
text-align: center;
}


.table_contact {
	border: solid 1px #96968d; 
	border-collapse: collapse;
	width: 630px;
	height:385px;
	border-spacing: 0;
}

.table_contact th,td {
	border: solid 1px #96968d; 
	border-collapse: collapse;
    vertical-align : center;
	padding: 13px 0px 13px 15px;
}

.table_contact th {
	font-weight: bold;
	text-align:left;
	background-color: #e5e9e9;
}

input#submit_button {
	/*width: 276px;
	height:55px;
	font-weight: bold;
	font-size: 1.4em;
	background:url(../images/button.png) no-repeat;
	border-style: none;*/
	margin-left: 250px;
	margin-top: 20px;
	margin-buttom: 100px;
}

input.graduation {
	width:100px;
}
