@charset "utf-8";
/* CSS Document */

div#main_content{
	margin-bottom: 125px;
}
div.top_area{
	padding-top: 40px;
	text-align: center;
	padding-bottom: 40px;
}

div#content{
	width:800px;
	min-height:600px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
}
div#content fieldset{
	border-style: none;
}
div#content table{
	width:100%;
}
div#content table tr{
	
}
div#content table tr th,
div#content table tr td{
	font-size:1rem;
	font-weight:400;
	color:#595757;
	text-align:left;
	vertical-align:top;
	padding-top:40px;
}
div#content table tr th{
	width:8em;
}
div#content table tr td{
	
}
div#content table tr td input{
	font-size:1rem;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	padding: 10px;
}
div#content table tr td input#name1{
	width:250px;
}
div#content table tr td input#name2{
	width:250px;
}
div#content table tr td input#mailaddress{
	width:500px;
}
div#content table tr td textarea{
	font-size:1rem;
	width:585px;
	height:12em;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	padding: 10px;
}
div#content table tr td.checkarea{
	padding-top:40px;
	text-align:center;
}
div#content table tr td.checkarea input{
	font-size:1.125rem;
	padding: 10px;
	cursor: pointer;
}

/* 確認窓 */
div#modal {
	display: none;
	position: fixed;
	top:0;
	width: 100%;
	height: 100%;
	z-index:10;
}
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 div#checkArea{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	padding:45px;
	border-style:solid;
	border-width:1px;
	border-color:#999;	
}


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:1rem;
	font-weight:400;
	color:#595757;
	text-align:left;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	vertical-align: middle;
	padding: 10px;
}
div#modal div.container table tr th{
	width:12em;
}
div#modal div.container table tr td{
	
}
div#modal div.container  table tr td.checkarea{
	padding-top:40px;
	text-align:center;
	border-style: none;
}
div#modal div.container  table tr td.checkarea input{
	font-size:1.125rem;
	padding: 10px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
}
@media screen and (min-width:641px) and (max-width:960px) { 
	div#main_content{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width:800px) {
	div#main_content{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	div#main_content{
		padding-bottom: 100px;
	}
	
	div#content{
		width:100%;
	}
	div#content table{
		width:100%;
	}
	div#content table tr td input#name1{
		width:150px;
	}
	div#content table tr td input#name2{
		width:150px;
	}
	div#content table tr td input#mailaddress{
		width:400px;
	}
	div#content table tr td textarea{
		width:400px;
		height:12em;
	}
}

@media screen and (max-width:640px) { 
}