@charset "UTF-8";

body {
	overflow-x: hidden;
}
.mfp_buttons {
    padding-top: 20px;
    text-align: center;
}
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 30px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 800px;
	max-width: 90%;
    color: #000;
}
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;
	width: 40px;
	height: 40px;
	background-image: url(_images/mfp_loading.gif);
}
div#mfp_overlay_inner h4 {
    text-align: center;
    padding-bottom: 1em;
}
div#mfp_overlay_inner tr {
    display: flex;
    width: 100%;
    border-top: 1px solid #ccc;
}
div#mfp_overlay_inner tr:last-of-type {
    border-bottom: 1px solid #ccc;
}
div#mfp_overlay_inner table {
    width: 100%;
}
div#mfp_overlay_inner th {
    width: 12em;
    padding: 5px 10px;
    text-align: right;
}
div#mfp_overlay_inner td {
    flex: 1;
    padding: 5px 10px;
}

#mailformpro {
    letter-spacing: 0;
}
#mailformpro button,
#mfp_overlay_inner button,
#mailformpro input:not([type="radio"]):not([type="checkbox"]),
#mailformpro textarea,
#mailformpro select {
    appearance: none;
    padding: 0 5px;
    border: solid 1px #000;
    border-radius: 0;
    outline: none;
    font-size: 1rem;
    font-family: inherit;
    display: block;
}
#mailformpro select,
#mailformpro input[type="radio"],
#mailformpro input[type="checkbox"] {
    padding: 0;
    border: 0;
    outline: none;
    font-size: 1rem;
    font-family: inherit;
}
#mailformpro button,
#mfp_overlay_inner button {
    display: inline-block;
}
#mailformpro input {
    max-width: 100%;
}

#mailformpro dd.mfp.name input:not([type="radio"]):not([type="checkbox"]) {
    display: inline-block;
}
dd.mfp.short input {
    width: 10em;
}
dd.mfp.long input {
    width: 20em;
}
dd.mfp.textbox textarea {
    width: 40em;
    min-height: 7.5em;
    max-width: 100%;
}
.mfp_err {
    color: #d00;
    font-size: 12px;
    padding-left: 18px;
    background: left center no-repeat url(../mfp.statics/_images/mfp_error.gif);
}