@charset "UTF-8";

* {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
	box-sizing: border-box;
}
body {
	/*background-color: #EEE;*/
	text-align: center;
	margin:0;
}
div#wrapper {
	padding: 0px;
	width: 1000px;
	max-width: 100%;
	text-align: left;
	margin: 0px auto;
	/*background: url(_images/mfp_border.gif) repeat-y left top,url(_images/mfp_border.gif) repeat-y right top;*/
}
div#wrapper div#header {
}
div#wrapper div#header h1 {
	font-size: 30px;
	padding: 0;
	margin: 0;
	line-height: 1em;
	text-align:center;
}
div#wrapper img {
	max-width:100%;
}
.btn {
	text-align:center;
	margin:10px 0px;
}
.btn img:hover {
	opacity: 0.7 ;
}

.payment {
	margin-top:20px;
}
.payment h2 {
    font-size: 200%;
    line-height: 1.5em;
    text-align: center;
    color: #FFF;
    background-color: #000;
    padding: 20px 0;
}
.payment h3 {
	font-size: 150%;
    line-height: 1.5em;
	text-align:center;
	color: #666;
}
.floatL {
	width: 48%;
    margin-right: 4%;
	float:left;
}
.floatR {
	width: 48%;
	float:right;
}
.floatL2 {
	width: 40%;
    margin-right: 4%;
	float:left;
}
.floatR2 {
	width: 56%;
	float:right;
}
.payment h4 {
    font-size: 120%;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    color: #000;
    border: solid 2px #000;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
}
.payment h5 {
	content: "";
    display: block;
    border-bottom: solid 1px #666;
    padding-top: 5px;
    margin: 0 auto;
    margin-bottom: 15px;
	text-align:center;
	display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
	color: #666;
}
.payment p {
	color: #666;
	font-size:87.5%;
}
.area1 {
	color:#9DD643;
	font-size:120%;
	margin-bottom:10px;
}
.area2 {
	color:#F3994C;
	font-size:120%;
	margin-bottom:10px;
}
.bg-green {
	background-color:#049B29;
	color:#FFF;
	padding:5px;
	margin-right:1em;
}
.prefecture {
	line-height:2em;
	margin-bottom:20px;
}

.center {text-align:center;}
.bg-lpink {
    font-size: 120%;
	color: #666;
    line-height: 1.8em;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    background-color: #FFF6F0;
}
.bg-lpink2 {
	color: #666;
    line-height: 1.8em;
    padding: 15px;
    background-color: #FFF6F0;
	margin-bottom:40px;
}
.tel {
	font-size: 24px;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
	color: #666;
}
.mail {
	font-size: 24px;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
}
.clear {clear:both;}
hr {display:none;}
.btn2 {
	width: 90%;
    text-align: center;
    margin: 40px auto 0 auto;
	font-weight:bold;
	font-size: 120%;
    line-height: 1.8em;
}

.btn2 a {
	display: block;
    border: solid 1px #CCC;
    border-radius: 10px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#cccccc 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
    padding: 20px;
	text-decoration:none;
}
.btn2 a:hover {
	display: block;
    border: solid 1px #CCC;
    border-radius: 10px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #cccccc 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #cccccc 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #cccccc 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 );
    padding: 20px;
	text-decoration:none;
}

.fc-green {
    color: #049B29;
}

.yellow {
	border:solid 4px #FFFF00;
	margin:40px auto;
	padding:0;
	width:80%;
}
.yellow h2 {
    font-size: 150%;
    line-height: 1.5em;
    text-align: center;
	color:#FF0000;
    background-color: #FFFF00;
    padding: 0;
	margin-block-start: 0em;
    margin-block-end: 0em
}
.redtxt {color:#FF0000;}
.yellow p {margin:20px;}

div#wrapper div#header p {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
div#wrapper div#footer {
	text-align: center;
}
div#wrapper div#footer p {
	font-size: 12px;
	color: #666;
}
div#wrapper table {
	border-spacing: 0px;
	border-collapse: collapse;
}
div#wrapper table tr th,div#wrapper table tr td {
	background: #FFF;
	font-size: 12px;
	padding: 5px 10px;
	border: solid 1px #CCC;
}
div#wrapper div#container {
	margin: 15px auto;
	border: solid 1px #CCC;
	background: #FFF;
	padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px #999;
    -webkit-box-shadow: 0 0 10px #999;
    -moz-box-shadow: 0 0 10px #999;
    -o-box-shadow: 0 0 10px #999;
    -ms-box-shadow: 0 0 10px #999;
}

div#wrapper div#container form#mailformpro dl dt {
	float: none;
	width: auto;
	clear: both;
	font-size: 100%;
	padding: 10px 0 0 10px;
	text-align: left;
	border-top: solid 1px #CCC;
	margin: 0px;
}
div#wrapper div#container form#mailformpro dl dt,
div#wrapper div#container form#mailformpro dl dt span {
	vertical-align: middle;
	line-height: 1em;
}
div#wrapper div#container form#mailformpro dl dt span {
	margin-top: -0.3em;
}
div#wrapper div#container form#mailformpro dl dd {
	border: none;
	margin: 0px;
	padding: 10px;
	font-size: 100%;
	line-height: 1.5em;
	text-align: left;
}
.mfp_rows {
	clear: both;
}
.mfp_rows:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.mfp_rows input[type="text"],
.mfp_rows input[type="email"],
.mfp_rows input[type="tel"],
.mfp_rows input[type="number"],
.mfp_rows input[type="date"],
.mfp_rows input[type="file"],
.mfp_rows select,
.mfp_rows button,
form#mailformpro .mfp_rows label {
	width: 100%;
	min-width: 100%;
	word-break: break-all;
	white-space: normal;
}
.mfp_rows textarea {
	width: 100%;
	min-width: 100%;
}
.mfp_rows .mfp_col1,.mfp_rows .mfp_col2,.mfp_rows .mfp_col3,.mfp_rows .mfp_col4,.mfp_rows .mfp_col5,.mfp_rows .mfp_col6,.mfp_rows .mfp_col7,.mfp_rows .mfp_col8,.mfp_rows .mfp_col9,.mfp_rows .mfp_col10 {
	float: left;
	padding: 0 1.5%;
}
.mfp_rows .mfp_col1 {width: 10%;}
.mfp_rows .mfp_col2 {width: 20%;}
.mfp_rows .mfp_col3 {width: 30%;}
.mfp_rows .mfp_col4 {width: 40%;}
.mfp_rows .mfp_col5 {width: 50%;}
.mfp_rows .mfp_col6 {width: 60%;}
.mfp_rows .mfp_col7 {width: 70%;}
.mfp_rows .mfp_col8 {width: 80%;}
.mfp_rows .mfp_col9 {width: 90%;}
.mfp_rows .mfp_col10 {width: 100%;}
div#example_selector {
}
div#example_selector span {
	font-size: 10px;
	color: #666;
}
div#example_selector select {
	display: block;
	width: 100%;
}
div#wrapper div#container div.mfp_thanks {
	padding: 10px;
}
div#wrapper div#container div.mfp_thanks p {
	font-size: 100%;
	line-height: 1.7em;
}
div#wrapper div#container div.mfp_thanks ul.mfp_caution {
	list-style-type: disc;
}
div#wrapper div#container div.mfp_thanks ul.mfp_caution li {
	font-size: 100%;
	margin: 0 1.5em;
	font-weight: bolder;
}
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) {
	* {
		word-break: break-all;
		white-space: normal;
	}
	body {
		padding: 0px;
		margin: 0px;
	}
	div#wrapper {
		border-radius: 0px;
		padding: 20px;
		margin: 0px;
		width: 100%;
		box-shadow: none;
		border: none;
	}
	div#wrapper div#header h1 {
		font-size: 24px;
	}
	div#wrapper div#container form#mailformpro dl dt {
		padding: 10px 0 5px 10px;
	}
	.floatL,.floatL2,.floatR,.floatR2 {
		width: 100%;
		float:none;
	}
	.payment h2,.payment h3 {
	    font-size: 100%;
	}
}

