@charset "UTF-8";

body {
	background-color: #EEE;
	text-align: center;
	margin: 0;
	font-family:Arial,Verdana,Helvetica,Roboto,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Meiryo,'游ゴシック','Yu Gothic',sans-serif;
	font-size:14px;
	line-height:1.5;
}
div#wrapper {
	width: 600px;
	text-align: left;
	background-color: #FFF;
	margin: 0 auto;
	padding: 50px;
}
div#wrapper div#header {
	padding-bottom: 20px;
	border-bottom: 1px solid #EEE;
	line-height: 1.5;
	font-size: 13px;
}
div#wrapper div#header h1 {
	padding-bottom: 20px;
	border-bottom: 1px solid #EEE;
}
div#wrapper div#header h1 img {
	max-width: 280px;
	height: auto;
}
div#wrapper div#header h2 {
	font-size: 18px;
	font-weight: bold;
}
div#wrapper div#footer {
	color: #000000;
	clear: both;
	text-align: center;
	font-size: 12px;
	margin-top: 50px;
}
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;
}
form#mailformpro .onethird {
	width: 32%!important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	margin-right: 1%;
}
form#mailformpro .half {
	width: 49%!important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	margin-right: 1%;
}
form#mailformpro .full {
	width: 100%!important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	max-width: 100%!important;
	resize: none;
}
@media screen and (max-width: 740px) {
	body {
		padding: 0px;
		margin: 0px;
	}
	div#wrapper {
		padding: 20px;
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-shadow: none;
		border: none;
	}
	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;
	}
}
