@charset "UTF-8";
/*
	./_example.css/default/default.css
	./_example.css/max-width.800px/mobile.css
*/

body {
	background-color: #fff;
	text-align: center;
	font-family:Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
}


a {
  color: #4a608c;
}



div#wrapper {
	width: 650px;
	text-align: left;
	background-color: #FFF;
	margin: 10px auto;
	border: dashed 2px #666;
}

div#header {
	margin: 5px;
	padding: 10px 10px 0px 10px;
}
h1 {
	color: #000;
	font-size: 1.5em;
	padding: 5px 20px 5px 20px;
	margin: 0px;
	line-height:1em;
	border-bottom:#999999 solid 2px;
	font-weight:600;
}
h2 {
	color: #333;
	font-size: 0.9em;
	padding: 5px 20px 10px 30px;
	margin: 0px;
	line-height:1em;
}
h3  {font-size: 1.3em;
     font-weight:bold;
	 letter-spacing:0.2em;
	
}


.close  {font-size: 1em;
         border:#999999 solid 1px;
		 line-height: 1.5em;
		 padding:2px;
}

.close:hover {background-color: #96CBDA;
			  color: #fff;
			  border: none;
}

div#header p {
	font-size: 0.9em;
	color: #000;
	line-height:1.3em;
}

.header_in   {width: 80%;
              margin:auto;
			  padding: 0px 20px 10px 20px;
			  border:#999999 1px dotted;
}

.small       {font-size: 0.9em;
}
.nagare      {font-weight:bold;
              letter-spacing:0.2em;
			  padding: 2px;
			  border-bottom:1px #666666 double;
			  line-height: 1.5em;
			  padding: 0px 5px 0px 5px;
}

div#container {
	padding: 0px 20px;
}
div#footer {
	color: #666;
	clear: both;
	padding: 5px;
	margin: 5px;
	border-radius: 5px;
	text-align: center;
	font-size: 0.8em;
	border-top:2px #666 dashed;
}
ul.example_pages {
	border: solid 1px #CCC;
	padding: 15px 30px;
}
ul.example_pages li {
	padding: 5px 0px;
}
div#example_selector {
	padding: 10px;
	text-align: center;
}
div#example_selector select {
	font-size: 18px;
	border-radius: 3px;
	border: solid 1px #CCC;
	padding: 5px 10px;
	box-shadow: 0px 0px 5px #CCC inset;
}
div.tips {
	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 p strong {
	color: #800040;
}
div.tips p span {
	display: block;
	padding: 10px;
	color: #008080;
}
@media screen and (max-width: 600px) {
	body {
		padding: 0px;
		margin: 0px;
	}
	div#wrapper {
		border-radius: 0px;
		padding: 0px;
		margin: 0px;
		width: 100%;
		box-shadow: none;
		border: none;
	}

	form#mailformpro dl dt {
	float: none;
	width: auto;
	font-size: 1em;
	padding: 5px;
	text-align: left;
	}
	form#mailformpro dl dd {
	clear: both;
	border-top: none;
	padding: 5px 15px;
	font-size: 1em;
	line-height: 1.5em;
	}
	div.mfp_buttons button {
		font-size: 1em;
	}
	div#mfp_phase_confirm h4 {
		font-size: 18px;
	}
	ul#mfp_phase_stat {
		padding: 0px;
	}
	ul#mfp_phase_stat li {
		float: left;
		text-align: center;
		padding: 5px 0px;
		border-radius: 3px;
		margin: 5px;
		list-style: none;
		font-size: 14px;
		width: 28%;
	}
	ul#mfp_phase_stat li.mfp_phase_arrow {
		bos-shadow: none;
		display: none;
	}
	ul#mfp_phase_stat li.mfp_active_phase {
		background-color: #E8EEF9;
		box-shadow: 0px 0px 5px #000;
	}
	ul#mfp_phase_stat li.mfp_inactive_phase {
		background-color: #CCC;
		color: #666;
		box-shadow: 0px 0px 5px #CCC;
	}
	table#mfp_confirm_table tr th {
		white-space: nowrap;
		width: 100px;
	}
	div#mfp_thanks {
		text-align: center;
		font-size: 0.9em;
		padding: 20px 0px;
	}
	div#mfp_thanks strong {
		color: #C00;
		font-size: 24px;
		display: block;
	}
}
