@charset "UTF-8";
@import url("css/confirm.flat.css");
@import url("css/confirm.overlay.css");

body {
	overflow-x: hidden;
}

/*==========================================================
フォームのレイアウト
============================================================*/
#form {
	width: 600px;
	margin:40px auto 60px;
}
#form2 {
	padding: 0 20px 10px;
	border: solid 1px #88AD3B;
	font-size: 12px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}

#form h2 {
	color:#668E36;
	font-size:40px;
	line-height: 40px;
	text-align:center;
	margin:0 0 20px;
}

/*↓背景色の設定　サーバーup時に反映される*/
.mfp_achroma { /*奇数列*/
}
.mfp_colored { /*偶数列*/
}


/*==========================================================
質問項目欄
============================================================*/
#mailformpro dt {
	float: left;
	width: 150px;
	clear: both;
	padding: 7px 0;
}
.must {
	background: #C00;
	color: #FFF;
	font-size: 10px;
	padding: 4px 5px;
	margin: -2px 5px 0;
	float:right;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}


/*==========================================================
入力欄
============================================================*/
#mailformpro dd {
	border-bottom: solid 1px #CCC;
	margin: 0;
	padding: 7px 5px 7px 160px;
	line-height: 1.5em;
}
#mailformpro input,
#mailformpro textarea {
	padding: 3px;
	font-size: 14px;
}
#mailformpro textarea {
	width:95%;
	height:120px;
}
#mailformpro select {
	font-size: 14px;
	vertical-align: middle;
}

/*入力欄・リスト使用*/
#mailformpro ul,
#mailformpro ol {
	margin: 0;
	padding: 0;
}
#mailformpro li,
#mailformpro li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*金額集計*/
div#mfp_price {
	color: #C00;
	font-size: 36px;
	padding: 10px;
	font-weight: bolder;
}
div#mfp_price span {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}


/*==========================================================
送信確認
============================================================*/
#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: block;
}
.mfp_checked {
	padding: 3px;
	border: solid 1px #CCC;
	background: #E8EEF9;
}
.mfp_not_checked {
	padding: 3px;
	border: solid 1px #EEE;
}


/*==========================================================
送信ボタン
============================================================*/
.mfp_buttons {
	clear: both;
	padding: 10px 0;
	text-align: center;
}



/*確認画面のボタン設定（画像を使う場合）*/
/*input#reset,
input#send {
	cursor:pointer;
	font-size:0;
	line-height:0;
	border-style:none;
	padding:0;
	width:120px;
	height:35px;
}
input#reset {
	background:url(images/reset-01.png);
}
input#reset:hover {
	background:url(images/reset-02.png);
}
input#send {
	background:url(images/submit-01.png);
}
input#send:hover {
	background:url(images/submit-02.png);
}*/


.mfp_buttons button.imagebutton {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	background: none;
}


/*==========================================================
確認画面
============================================================*/
#mfp_confirm_table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 640px;
	border-bottom: 1px solid #CCC;
}
#mfp_confirm_table tr.mfp_achroma { /*確認画面の奇数列の背景色*/
}
#mfp_confirm_table tr.mfp_colored { /*確認画面の偶数列欄の背景色*/
	background: #F6F7F9;
}
#mfp_confirm_table th,
#mfp_confirm_table td {
	font-size: 12px;
	border-top: solid 1px #CCC;
	padding: 5px 10px;
}
#mfp_confirm_table th {
	text-align:left;
	white-space: nowrap;
	width: 120px;
}
#mfp_confirm_table td {
	line-height: 1.5em;
	word-break: break-all;
}
@media screen and (max-width: 850px) {
	#mfp_confirm_table {
		width: 100%;
	}
	#mfp_confirm_table th {
		width: 100px;
	}
}

/*==========================================================
thanksページ
============================================================*/
#thanks {
	width:700px;
	margin:20px auto;
}
.mfp_thanks {
	padding: 30px;
}
.mfp_thanks p {
	line-height: 1.7em;
}
#close {
	text-align:center;
}
/*thanks.jsによる受付番号*/
#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0;
}
#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}
.mfp_thanks {
	width:500px;
	margin:0 auto;
}
.mfp_thanks #mail {
	padding:10px;
	font-size:12px;
	border:solid 1px #cc0000;
	max-width:410px;
}
@media screen and (max-width: 800px) {
	#thanks {
		width:auto;
	}
	#thanks a, #thanks a img {
		display:block;
		width:294px;
		height:42px;
	}
	#thanks a {
		margin:0 auto;
	}
	.mfp_thanks {
		padding: 15px;
	}
	.mfp_thanks p {
		line-height: 1.2em;
	}
	/*thanks.jsによる受付番号*/
	#mfp_thanks {
		font-size: 12px;
		padding: 10px 0;
	}
	#mfp_thanks strong {
		font-size: 16px;
	}
}


/*==========================================================
エラーメッセージ
============================================================*/
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0 0 0;
	padding: 3px 0 5px 17px;
	color: #F00;
	font-size: 12px;
	line-height: normal;
	background: url(images/mfp_error.gif) no-repeat 0 1px;
}
.mfp_parent_error {
/*	border: solid 2px #F00;*/
}
.problem {
	background: #FCC;
}
div#mfp_error {
	background: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}


/*==========================================================
warming：入力不備がある場合
============================================================*/
div#mfp_warning {
	background: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_warning p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}


/*==========================================================
読み込み待ち
============================================================*/
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(../../images/mfp_loading.gif);
}


/*==========================================================
入力項目　hidden？
============================================================*/
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
}
div#mfp_hidden input {
	margin: 10px;
}






#mailformpro .name3  {
    display: inline;
}
#mailformpro .name2 input {
    margin-right:5px;
}
/*入力・確認画面のボタン設定（cssで設定する場合）*/
.mfp_buttons button {
    font-family: "Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
    font-size: 20px;
    text-decoration: none;
	background:#ADD14D;
    color: #111;
    margin: 0;
	width:150px;
    padding: 10px;
    display: inline-block;
    border: none;
    border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
.mfp_buttons button:hover {
	cursor: pointer;
	opacity:0.8;
}
#reset:hover, /*入力画面のリセットボタン*/
#mfp_button_cancel:hover /*確認画面のキャンセルボタン*/ {
	background:#6098c7;
}
#send:hover, /*入力画面の送信ボタン*/
#mfp_button_send:hover /*確認画面の送信ボタン*/ {
	background:#f28f9a;
}
#toi1 {
margin-top:40px;
margin-bottom:40px;
}
#mailformpro textarea {
    height: 120px;
}