@charset "UTF-8";
/* CSS Document */
.contents {
	margin-bottom: 40px;
}

table.contact{
	width: 100%;
}

table.contact th{
	text-align: left;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAA;
	width: 25%;
	background-color: #F2F2F2;
}

table.contact td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAA;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.mfp_buttons{	
	text-align: center;
	margin-top: 30px;
}

input[type="image"]{
	width: 250px;
}


textarea {
	width:100%;
}

#formWrap img{
	width: 250px;
}