#contact #contents table {
	margin: 10px 0 0 0;
	width: 100%;
}

#contact #contents table th, 
#contact #contents table td {
	display: block;
	text-align: left;
	vertical-align: top;
}

#contact #contents table th {
	padding: 20px 0 0 0;
}

#contact #contents table td input, 
#contact #contents table td textarea {
	width: 100%;
}

#contact #contact_tel {
	padding: 20px 0;
	margin: 0 0 30px 0;
	border: solid 2px;
	text-align: center;
	line-height: 1;
}

#contact #contact_tel h2 {
	padding: 0 0 20px 0;
	font-size: 2rem;
}

#contact #contact_tel p {
	font-size: 1.6rem;
	line-height: 1.2;
}

#contact #contact_tel a {
	font-size: 2rem;
	color: #715C57;
}

#contact #contact_form, 
#contact #contact_confirm, 
#contact #contact_complete {
	text-align: center;
}

#contact #contact_form h2 {
	padding: 0 0 10px 0;
	font-size: 2rem;
}

#contact #error {
	padding: 15px;
	margin: 15px 0;
	color: #C30D23;
	border: solid 2px #C30D23;
	background-color: #FFEEEE;
	text-align: left;
}

#contact #error ul {
	list-style-type: disc;
	list-style-position: inside;
}

#contact #submit {
	padding: 30px 0;
}

#contact #submit input {
	padding: 10px 0;
	width: 100%;
}


@media only screen and (min-width: 620px) {
	#contact #contents .inner {
		padding: 0;
		width: 900px;
	}

	#contact #contents table th, 
	#contact #contents table td {
		display: table-cell;
		padding: 10px;
	}

	#contact #contents table th {
		width: 9em;
	}

	#contact #contents table td input {
		width: 50%;
	}

	#contact #contact_tel {
		padding: 30px;
		margin: 30px 0;
	}

	#contact #contact_tel p {
		font-size: 1.8rem;
	}

	#contact #contact_tel a {
		font-size: 2.6rem;
	}

	#contact #submit {
		padding: 50px 0 100px 0;
	}

	#contact #submit input {
		width: 30%;
	}
}