@charset "UTF-8";
/* CSS Document */

#mfp_hidden{
	overflow: hidden;
	width: 1px;
	height: 0;
}



/*------------------------
ボタン
------------------------*/
.formBtn{
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}
.formBtn ul{
	position: relative;
	left: 50%;
	float: left;
}
.formBtn ul li{
	position: relative;
	left: -50%;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
#formConfirm, #formSend, #formReset, #formCancel{
	display: block;
	border-style: none;
	cursor: pointer;
	background-color: #595959;
	transition: opacity 0.15s ease-out;
	-webkit-transition: opacity 0.15s ease-out;
	font-size: 21px;
	text-align: center;
	color: #ffffff;
	border-radius: 5px;
	width: 150px;
	padding-top: 12px;
	padding-bottom: 12px;
}
#formConfirm{}
#formSend{}
#formReset{}
#formCancel{}
#formConfirm:hover, #formSend:hover, #formReset:hover, #formCancel:hover{
	filter: alpha( opacity=50 );
	opacity: 0.5;
}
#formConfirm[disabled]{
	cursor: default;
}
#formConfirm[disabled]:hover{
	filter: alpha( opacity=100 );
	opacity: 1;
}
/*------------------------
／ボタン
------------------------*/



/*------------------------
確認画面
------------------------*/
#mfp_overlay{
	position: absolute;
	display: none;
	z-index: 1001;
}
#mfp_overlay_background{
	background-color: #000000;
	position: absolute;
	display: none;
	z-index: 1000;
}
#mfp_overlay_inner{
	background-color: #ffffff;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border-radius: 5px;
}
#mfp_overlay_inner h4{
	text-align: center;
	margin-bottom: 10px;
	font-size: 27px;
	font-weight: bold;
	font-style: italic;
}
#mfp_confirm_table{
	width: 100%;
}
#mfp_confirm_table tr{}
#mfp_confirm_table tr th, #mfp_confirm_table tr td{
	border: 1px solid #b3b3b3;
	vertical-align: middle;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#mfp_confirm_table tr th{
	width: 230px;
	background-color: #f0f0f0;
	font-weight: normal;
}
#mfp_confirm_table tr td{}
/*------------------------
／確認画面
------------------------*/



/*------------------------
フォーム
------------------------*/
#mailformpro label{}
#mailformpro label.mfp_checked{}
.mfp_err{
	display: none;
	padding-left: 17px;
	margin-top: 5px;
	background-image: url(images/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 11px;
	line-height: 13px;
	color: #ff0000;
}
.problem{
	background-color: #ffcccc;
}
/*------------------------
／フォーム
------------------------*/



/*------------------------
その他
------------------------*/
#mfp_loading_screen{
	z-index: 2000;
	opacity: 0.8;
	display: none;
	background-color: #000000;
	position: absolute;
}
#mfp_loading{
	z-index: 2001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(images/mfp_loading.gif);
}
/*------------------------
／その他
------------------------*/