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

#contents .contactForm {
	border-collapse:collapse;
	width:100%;
	margin:0 0 50px;
}
#contents .contactForm th {
	font-weight:normal;
	text-align:left;
	width:200px;
	border-top:#d4dadf 1px solid;
	border-bottom:#d4dadf 1px solid;
	padding:12px 24px;
	background:#ddeaf6;
}
#contents .contactForm td {
	border:#d4dadf 1px solid;
	padding:12px 24px;
}
#contents .contactForm td input[type="text"] {
	height:25px;
}
#contents .contactForm td textarea {
	width:100%;
}
#contents #input_btn {
	width:100%;
	margin:30px 0 0;
}
#contents #input_btn td {
	text-align:center;
}
#contents #input_btn td input {
	padding:5px 10px;
	cursor:pointer;
	margin:0 15px;
}
#contents .t_section {
	margin:0 0 15px;
}

@media screen and (min-width: 0px) and (max-width: 650px) {
#contents .contactForm {
	border-bottom:#d4dadf 1px solid;
}
#contents .contactForm th {
	width:100%;
	display:block;
	border-bottom:none;
}
#contents .contactForm td {
	width:100%;
	display:block;
	border-bottom:none;
}
}