@charset "utf-8";

@media (max-width: 599px) {
} /* end -599 */

@media (min-width: 600px) and (max-width:959px) {
} /* end 600-959 */

@media (min-width: 960px) {
} /* 960- */

/* ------------------------------------------------ contact */

/* input */
#contact input[type="text"],
#contact input[type="email"],
#contact textarea {
	width: 100%;
	border:1px #ccc solid;
	font-size:1.4rem;
	padding:4px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#contact .mwform-zip-field input[type="text"],
#contact .mwform-tel-field input[type="text"] {
	width: 5em;
}
#contact .mwform-zip-field input[name="user_postnum[data][0]"],
#contact .mwform-tel-field input[name="user_tel[data][0]"] {
	margin: 0 0 0 .5em;
}

#contact input[type="radio"] {
	width:15px;
	height:15px;
	border:1px solid #19283C;
	border-radius:15px;
	background:transparent;
	opacity:0.5;
}
#contact input[type="radio"]:checked{
	background:#19283C;
	opacity:1;
}

#contact select {
	padding: 10px 20px;
	font-size:1.4rem;
	border: 1px solid #999;
	background: #eee;
}

#contact .submit-container {
	text-align: center;
	padding: 2em 0 0;
}
#contact .submit-container input[type="submit"] {
	font-size: 14px !important;
	font-size: 1.4rem !important;
	padding:10px 20px !important;
}
#contact input[type="submit"] {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 12px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
	text-align:center;
	text-decoration:none;
	cursor: pointer;
}
#contact input[type="submit"]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}

/* error */
#contact span.error {
	display: inline-block;
	color:#fff;
	background:#ff647a;
	padding: 4px;
	margin: 6px 0 0;
}

/* require */
#contact span.require{
	display:inline-block;
	font-size:10px;
	font-size:1.2rem;
	font-weight:bold;
	padding: 4px 12px;
	margin:0 0 0 4px;
	color:#fff;
	background:#4da560;
	line-height:1;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	-o-border-radius: 2em;
	border-radius: 2em;
}


@media (max-width: 599px) {

	#contact table { width: 100%; }
	#contact table th,
	#contact table td {
		display: block;
		border: none;
		border-bottom: 1px #ccc solid;
		text-align: center;
	}
	#contact table th {
		padding: 1em;
	}
	#contact table td {
		padding: 1em;
	}

} /* end -599 */

@media (min-width: 600px) {

	#contact table {
		width: 80%;
		margin: 0 auto;
	}
	#contact table th,
	#contact table td {
		text-align: left;
		padding: 1em;
	}

} /* 600- */








