/* Familiar Trading : contact.css */


/*======================================================================*
 *  [ Contact Form  ]
 *======================================================================*/

#form .table dt b {
	-webkit-flex: 1;
	flex: 1;
	text-align: left;
}
#form .table dt .reqd {
	width: 2.8em;
	margin-left: 5px;
	padding: 2px;
	background: #f29437;
	color: #fff;
	font-size: 1.3rem;
	font-weight: normal;
	text-align: center;
}
#form .table dd .mfp_err {
	display: none;
	margin-top: 10px;
	color: #ff0000;
	font-size: 1.4rem;
	line-height: 1;
}
/* Tablet */
@media screen and (max-width: 768px) {
	#form .table dd .select, 
	#form .table dd .select select {
		display: block;
		width: 100% !important;
	}
} /* */


/*======================================================================*
 *  [ Mail Form pro | setting  ]
 *======================================================================*/

body {
	overflow-x: hidden;
}
#mailformpro .wrap {
	margin-top: 35px;
}
/* 隠蔽 */
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 0;
}
/* 確認：フラット */
div#mfp_phase_confirm {
	display: none;
}

/* 確認：オーバーレイ */
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
	max-width: 90%;
}
div#mfp_overlay_inner p {
	margin-bottom: 15px;
	color: #966731;
	font-weight: bold;
	text-align: center;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10000;
}
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	margin: -12px 0 0 -12px;
	width: 64px !important;
	height: 64px !important;
	background-image: url(../img/loading.gif);
}
/* エラー */
div.mfp_err {
	clear: both;
	display: none;
	margin-top: 5px;
	color: #ec0086;
	font-size: 1.2rem; /* 12px */
}
.mfp_parent_error {
	border: solid 2px #F00;
}
.problem {
	background-color: #ffe5e5;
}
div#mfp_error {
	display: none;
}
div#mfp_warning {
	display: none;
}
.hidefield {
	height: 0px;
	overflow: hidden;
}
.showfield {
	height: auto;
	overflow: visible;
}
/* ボタン */
.mfp_buttons {
	margin: -10px;
}
.mfp_buttons button {
	margin: 10px;
}
.mfp_buttons .cancel {
	background: #999;
}
.mfp_buttons .cancel:hover {
	background: #ccc;
}
/* Smartphone */
@media screen and (max-width: 480px) {
	#mailformpro .wrap {
		margin-top: 15px;
	}
} /* */

