@charset "UTF-8";

* {
	font-family: sans-serif;
}

body {
	background-color: #EEE;
	text-align: center;
	margin:0;
}
div#wrapper {
	width: 800px;
	text-align: left;
	background-color: #FFF;
	margin: 10px auto;
	border-radius: 5px;
	border: solid 1px #999;
	box-shadow: 0px 0px 10px #999;
}
div#wrapper div#header,div#wrapper div#footer {
	/*border: solid 2px #333;*/
	/*background-color: #333;*/
	/*background-image: url(_images/mfp_header.png);*/
	/*background-size: 100% 100%;*/
}
div#wrapper div#header {
	margin: 5px;
	padding: 20px 10px 0px 20px;
	/*border-radius: 5px;*/
}

div#wrapper div#header h1 {
	color: #009900;
	/*text-shadow: 0px 0px 10px #eee;*/
	font-size: 32px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-family: sans-serif;
	line-height: 1;
}

div#wrapper div#header h2 {
	display:inline-block;
	color: #fff;
	font-size: 24px;
	padding:6px 12px;
	margin: 10px 0px 0px 0px;
	font-family: sans-serif;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #ddd;
	background-color: #009900;
	/*text-shadow: 0px 0px 5px #ddd;*/
	text-align: center;
}

div#wrapper div#header h4 {
	display:inline-block;
	color: #fff;
	font-size: 24px;
	padding:6px 12px;
	margin: 10px 0px 0px 0px;
	font-family: sans-serif;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #ddd;
	background-color: red;
	/*text-shadow: 0px 0px 5px #ddd;*/
	text-align: center;
}

div#wrapper div#header h3 {
	color: #333;
	margin: 0px 0px 0px 0px;
}

select option[selected] {
	background: #CCC;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:#999;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:#999;
}
::placeholder{ /* Others */
	color:#999;
}

/*div#wrapper div#header p {
	padding: 0px;
	line-height: 1em;
	color: #FFF;
	text-shadow: 0px 0px 5px #000;
}
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;
}



/*申込リスト*/
.hyo1 {
	width:94%;
	margin: 22px 4px 2px 26px;
	border: #999999 1px solid;
	border-collapse: collapse;
	color: #333333;
	font-size: 14px;
	table-layout: fixed;
}

.hyo1 td{
	border: #999999 1px solid;
	border-collapse: collapse;
	padding: 3px 4px 3px 4px;
	text-align: left;
}

table.hyo1 tr.t-head {
	background: #dddddd;
}

table.hyo1 tr.t-head td {
	text-align: center;
	padding: 4px 4px 4px 4px;
}

table.hyo1 td.td-c {
	text-align: center;
	padding: 7px 2px;
}

table.hyo1 td.td-l {
	text-align: left;
	border-right-style: hidden;
	padding: 3px 14px 3px 14px;
}

table.hyo1 td.td-r {
	text-align: right;
	padding: 3px 14px 3px 14px;
}

table.hyo1 td.td-l-rb {
	text-align: left;
	border-right-style: hidden;
	border-bottom-style: hidden;
	font-size:75%;
	padding: 3px 20px 0px 20px;
}

table.hyo1 td.td-r-rb {
	text-align: right;
	border-bottom-style: hidden;
	font-size:75%;
	padding: 3px 20px 0px 20px;
}

div.sp {
		height:26px;
	}
/*
[data-ruby] {
	position: relative;
}

[data-ruby]::before {
	content: attr(data-ruby);
	position: absolute;
	top: -1em;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 0.6em;
}
*/





@media screen and (max-width: 800px) {
	body {
		padding: 0px;
		margin: 0px;
	}
	div#wrapper {
		border-radius: 0px;
		padding: 0px;
		margin: 0px;
		width: 100%;
		box-shadow: none;
		border: none;
	}
	div#wrapper div#header {
		border-radius: 0px;
		margin: 0px;
		padding: 10px;
	}
	div#wrapper div#header h1 {
		font-size: 32px;
	}
	div.mfp_buttons button {
		font-size: 16px;
	}

	table#mfp_confirm_table tr th {
		/*white-space: nowrap;*/
		width: 100px;
	}
	div#mfp_thanks {
		text-align: center;
		font-size: 16px;
		padding: 20px 0px;
	}
	div#mfp_thanks strong {
		color: #C00;
		font-size: 20px;
		display: block;
	}

	.hyo1 {
		margin: 10px 0px 2px 10px;
		font-size: 65%;
	}

	.hyo1 td {
		padding: 0px 2px 2px 2px;
	}

	table.hyo1 td.td-l {
		padding: 0px 2px 0px 4px;
	}

	table.hyo1 td.td-r {
		padding: 0px 4px 0px 2px;
	}

	table.hyo1 td.td-l-rb {
		padding: 2px 2px 0px 2px;
		font-size: 60%;
}

	table.hyo1 td.td-r-rb {
		padding: 2px 2px 0px 2px;
		font-size: 60%;
}	
	div.sp {
		height:16px;
	}

.hurikomijoho {
	font-size: 18px;
	border-top:solid 1px #ccc;
	padding:8px 8px 8px 8px;
	margin: 0;
}

div#mfp_warning {
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	/*background-color: #FEE;*/
	/*border: solid 1px #F00;*/
	padding: 0px 0px 0px 0px;
}
div#mfp_warning p {
	float:left;
	padding: 0px;
	margin: 0px 10px 0px 10px;
	font-size: 18px;
	text-align: left;
	line-height: 1.2;
	text-decoration: underline;
	/*border-bottom: solid 1px #F00;*/
}
div#mfp_warning p strong {
	font-size: 16px;
	color: #F00;
}

.tt2 {
	font-size: 18px;
	text-align:right;
}

.korona {
	font-size: 18px;
	width:94%;
	margin:20px auto;
	line-height:1.5em;
}

.kyocho2 {
	font-size: 18px;
	margin: 0px 0px 0px 0px;
	font-weight:bold;
	color:#FF0000;
	text-decoration:underline;
	text-decoration-color:#FF0000;
}

.nijutoroku {
	font-size:20px;
	text-align: center;
	background:red;
	color:#fff;
	padding:10px 0px 7px 0px;
	margin:0px 0 20px 0;
	text-decoration:none;
	font-weight:bold;
}


form#mailformpro input,form#mailformpro select {
	padding: 3px;
	font-size: 18px;
}







}
