/****************************************
contact
****************************************/
.purple {
	color: #8f82bc;
}
.pink {
	color: #ea68a2;
}
.red {
	color: #e4007f;
}
.gred {
	color: #ff0000;
}
.blue {
	color: #7ecef4;
}
.yellow {
	color: #fff100;
}
.orange {
	color: #facd89;
}
.contact {

}
@media only screen and (max-width: 1000px) {
	.contact {
		width: 98%;
		margin: 0 auto;
	}
}
.contact p {
	margin: 0 auto 2%;
	padding: 1%;
	font-size: 90%;
}
.send_ok {
	padding: 8% 0 20%;
	text-align: center;
	line-height: 200%;
}
.form table {
	width: 100%;
	margin: 1% auto;
	font-size: 85%;
}
.form table th {
	width: 18%;
	padding: 1%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #1b1b1b;
	border: 1px #1b1b1b solid;
}
.form table td {
	width: 76%;
	padding: 2%;
	text-align: left;
	vertical-align: middle;
	border: 1px #1b1b1b solid;
}
@media only screen and (max-width: 680px) {
	.form table {
		width: 99.5%;
	}
	.form table tr {
		display: block;
	}
	.form table th {
		width: 98%;
		display: list-item;
		text-align: left;
		font-size: 85%;
		border-bottom: none;
		list-style: none;
	}
	.form table td {
		width: 98%;
		padding: 1%;
		display: list-item;
		list-style: none;
		font-size: 85%;
		border-bottom: none;
	}
	.form table tr:last-child td {
		border-bottom: 1px #1b1b1b solid;
	}
}
.form input[type="text"],.form input[type="email"],.form input[type="number"] {
	width: 90%;
	background: #fffef7;
	margin: 1px;
	padding: 1%;
	font-size: 100%;
	border: 1px #343434 solid;
}
.form table td textarea {
	background: #fffef7;
	width: 90%;
	margin: 0;
	padding: 1%;
	border: 1px #343434 solid;
}
.caution {
	margin: 1% auto;
	text-align: right;
}
.contact .form .submit {
	width: 100%;
	margin: 0 auto 20%;
    text-align: center;
}
.contact .form .submit input {
	width: 47.5%;
	margin: 1%;
}
@media screen and (max-width: 680px) {
	.contact .form .submit input {
		width: 96%;
		margin: 1% auto 2%;
		float: none;
		display: block;
	}
}
.submit input[type="submit"],.submit input[type="button"],.submit input[type="reset"],div.mfp_buttons button#mfp_button_send,div.mfp_buttons button#mfp_button_cancel {
	padding: 2%;
	color: #ffffff;
	border-radius: 0;
	background: #535353;
	font-size: 110%;
	cursor: pointer;
}
.submit input[type="submit"]:hover,.submit input[type="button"]:hover,.submit input[type="reset"]:hover,.submit input[type="submit"].hover,.submit input[type="button"].hover,.submit input[type="reset"].hover,div.mfp_buttons button#mfp_button_send:hover,div.mfp_buttons button#mfp_button_send.hover,div.mfp_buttons button#mfp_button_cancel:hover,div.mfp_buttons button#mfp_button_cancel.hover {
	background-color: #888888;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
