@charset "utf-8";
/* CSS Document */

/**/
dl#mailform input[type="date"]{
	width: 12em !important;
}



/* モーダルウィンドウ */
div#modal {
	display: none;
	position: fixed;
	top:0;
	width: 100%;
	height: 100%;
	z-index:1000;
}
div#modal div.background {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
div#modal div.container {
	background-color:#FFF;
	position:relative;
	width:80%;
	max-width: 800px;
	padding-top:30px;
	padding-bottom:30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	z-index:1300;
	overflow: auto;
}
div#modal div.container table{
	width:100%;
	
}
div#modal div.container table#checkData{
	
	
}
div#modal div.container table#checkData tr{
	
}
div#modal div.container table#checkData tr th,
div#modal div.container table#checkData tr td{
	font-size:16px;
	vertical-align:top;
	border-style: solid;
	border-width: 1px;
	border-color: #999;
	padding: 15px;
}
div#modal div.container table#checkData tr th{
	font-weight:bold;
	text-align:left;
	width: 18em;
}
div#modal div.container table#checkData tr td{
}


div#modal div.container table#checkSubmit tr td{
	padding: 50px;
	text-align: center;
}
div#modal div.container table#checkSubmit tr td input{
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-size:16px;
}

div#modal div.container table#checkSubmit tr td div.g-recaptcha div{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
/*

div#modal div.container div#checkArea{
	width:760px;
	margin-left:auto;
	margin-right:auto;
	padding:45px;
	border-style:solid;
	border-width:8px;
	border-color:#BAE2EE;	
}


div#modal div.container {
	background-color:#FFF;
	position:relative;
	width:900px;
	padding-top:30px;
	padding-bottom:30px;
	z-index:30;
}



div#modal div.container table{
	width:100%;
	
}
div#modal div.container table tr{
	
}
div#modal div.container table tr th,
div#modal div.container table tr td{
	font-size:16px;
	font-weight:400;
	color:#595757;
	text-align:left;
	vertical-align:top;
}
div#modal div.container table tr th{
	width:8em;
	padding-bottom:40px;
}
div#modal div.container table tr td{
	
}
div#modal div.container  table tr td.checkarea{
	padding-top:40px;
	text-align:center;
}
div#modal div.container  table tr td.checkarea input{
	font-size:19px;
	color:#7CCBDE;
	background:none;
	border-style:none;
	background-color:#EAF5F7;
	width:300px;
	height:54px;
}
*/