@charset "UTF-8";

/* ▼　フォーム　▼ */

.c-text {
	margin: 10px 0;
}

#error {
	margin: 10px auto;
	padding: 10px 20px;
	width: 598px;
	background-color: #fff2f2;
	border: 1px solid #f00;
}

#error p {
	line-height: 24px;
	color: #f00;
}

.contact {
	margin: 20px auto;
	width: 600px;
	border-collapse: collapse;
}

.contact th{
	font-weight: normal;
	vertical-align: middle;
	height: 70px;
	line-height: 40px;
	width: 150px;
	text-align: left;
	color: #333;
	border-bottom: 1px dotted #ccc;
}

.contact td{
	vertical-align: middle;
	border-bottom: 1px dotted #ccc;
}

input[type=text],
input[type=tel],
input[type=email]{
	width: 100%;
	height: 30px;
	font-size: 16px;
}

textarea {
	width: 100%;
	height: 200px;
	margin: 20px 0;
}

.submit {
	text-align: center;
	margin: 0 auto;
}

input[type=submit],
input[type=reset]{
	margin-top: 20px;
	width: 100px;
	height: 40px;
	font-size: 16px;
}

