@charset "UTF-8";

* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



/*　EGG　背景　うすピンク#FFF0F0　*/
body {
	background-color: #FFFFFF;
	text-align: center;
}


/*　EGG　コンテンツWrapper　

サンクス時の幅の制御（＠media）が効かない為、indexとthanks　HTMLページに
div#wrapper　のみを記述している。

*/

div#wrapper {

	text-align: left;
	background-color: #FFF;
	margin: 10px auto;
	border-radius: 5px;
	border: solid 1px #999;
	box-shadow: 0px 0px 0px #666;

}



/*EGG ヘッダーの色　フッダーも一緒に代わる　*/
div#wrapper div#header,div#wrapper div#footer {
	border: 1px solid #CCC;
	background-color: #6485C1;
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
}
div#wrapper div#header {
	margin: 5px;
	border-radius: 5px;
	padding-top: 0%;
	padding-right: 30px;
	padding-bottom: 0%;
	padding-left: 30px;
}

/*　EGG ヘッダー 1行目　社名　文字装飾　*/

div#wrapper div#header h1 {
	color: #FFF;
	text-shadow: 0px 0px 0px #000;
	font-size: 1.4em;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	font-family: sans-serif;
}
/*　EGG ヘッダー 2行目　「申込みフォーム」文字装飾　*/
/*　テキストシャドウ　0　0　500　*/
div#wrapper div#header p {
	padding: 0px;
	line-height: 1em;
	color: #F8F8F8;
	text-shadow: 0px 0px 0px #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4em;
	font-weight: bold;
}


/* EGG TXT */

div#txt-normal {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 14.4px;

}
/* EGG サンクスページ　TOPページへ戻るボタン　 */



/***********************************************/
/* CSS　ボタン   Button                              */
/***********************************************/


#link-box-button {
	height: 50px;
	width: 340px;
	margin-top: 6px;
	background-color: #6485C1;
	line-height: 54px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 24px;
	color: #FFF;

}
a.lo-link-button:link {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFF;
		text-decoration: none;
}
a.lo-link-button:hover {
	background-color: #62B834;
	color: #FFF;
}

a.lo-link-button:visited {
  color: #FFF;
}

/*　ボタンここまで　*/

/*　Thanksページ　コピーライトの
文字　*/
.f-txt {
	font-size: 0.9em;
	color: #999;
}



div#wrapper div#container {
	padding: 0px 20px;
}
/*　フッター　文字装飾　*/
div#wrapper div#footer {
	color: #FFF;
	clear: both;
	padding: 5px;
	margin: 5px;
	border-radius: 5px;
	text-align: center;
	font-size: 12px;
}
ul.example_pages {
	border: solid 1px #CCC;
	padding: 15px 30px;
}
ul.example_pages li {
	padding: 5px 0px;
}
div#example_selector {
	padding: 10px 0px;
	text-align: left;
}
div#example_selector span {
	display: block;
	font-size: 14px;
	padding: 5px 0px;
}
div#example_selector select {
	font-size: 18px;
	border-radius: 3px;
	border: solid 1px #CCC;
	padding: 5px 10px;
	box-shadow: 0px 0px 5px #CCC inset;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	outline: none;
}
div.tips {
	margin: 10px auto;
	padding: 5px 20px;
	border: solid 1px #CCC;
	border-radius: 5px;
	box-shadow: 0px 2px 10px #CCC;
	background: #FEE;
}
div.tips p {
	font-size: 14px;
	line-height: 2em;
}
div.tips strong {
	color: #800040;
}
div.tips span {
	display: block;
	padding: 5px 10px;
	color: #008080;
}
div.tips em {
	font-style: normal;
	color: #090;
	font-weight: bold;
}
div.tips ol li {
	padding: 10px;
	margin: 15px;
	font-size: 12px;
	line-height: 1.7em;
	border: solid 1px #CCC;
	border-radius: 5px;
	background: #FFF;
}
div.tips ol li span {
	padding: 0px 10px;
}
div.tips ol li img {
	display: block;
	width: 280px;
	border: none;
	margin: 5px auto;
}


@media screen and (max-width: 800px) {

	
	div#wrapper div#header {
		border-radius: 0px;
		padding: 10px;
	}
	div#wrapper div#header h1 {
	font-size: 18px;
	}
	form#mailformpro dl dt {
		float: none;
		width: auto;
		font-size: 12px;
		padding: 5px;
		text-align: left;
	}
	form#mailformpro dl dd {
		clear: both;
		border-top: none;
		padding: 5px 15px;
		font-size: 12px;
		line-height: 1.5em;
	}
	div.mfp_buttons button {
		font-size: 14px;
	}
	table#mfp_confirm_table tr th {
		white-space: nowrap;
		width: 100px;
	}
	div#mfp_thanks {
		text-align: center;
		font-size: 18px;
		padding: 20px 0px;
	}
	div#mfp_thanks strong {
		color: #C00;
		font-size: 24px;
		display: block;
	}
}
