@charset "UTF-8";

/* Contact table
------------------------------------------------------------------------- */

.contact {
	text-align: center;
		width: 700px
	margin-bottom: 15px;
}


.contact-form {
	width: 700px
	margin-bottom: 15px;
}

.contact-form th,
.contact-form td {
	font-size: 14px;
	line-height: 1.3;
	border: none;
	padding: 1em 2em 1em 0;
}

.contact-form th {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	background: none;
	width: 20%;
}

.contact-form td {
	background: none;
	padding-right: 0;
	width: 600px;
}

.contact-form label {
	display: block;
	padding: 10px 0 0 0;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form select,
.contact-form textarea {
	padding: 0.7em;
}

.contact-form select {
	margin-top: 0.5em;
}

.contact-form textarea {
	height: 12em;
}

.contact-form .full-width {
	width: 93%;
}

.must {
	color: #c00;
	margin: 0 0.3em;
}

.contact .list-3column li img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

.list-2column li .photo,
.list-3column li .photo,
.list-4column li .photo {
	margin-bottom: 0.4em;
	text-align: center;
}

/* submit-btn */

