
/* =======================================x
	tH[
========================================== */
	#wrapper .main{
		margin:0 auto 0 auto;
		width: 100%;
		max-width:1240px;
		box-sizing: border-box;
	}

	#wrapper .main h3{
		padding:0!important;
		color: #ff0000;
		font-weight: normal!important;
	}


		#wrapper .main h3{
			background: none;
		}

.main table.resTable {
	width: 100%;
	margin-bottom:30px;
}

.main th,.main td{
	padding:18px 0 15px 0;
	box-sizing:border-box;
	background:#ffffff;
	border-bottom:1px dotted #b7b7b7;
}
.main table.resTable input,
.main table.resTable textarea{
	padding:5px 5px 5px 5px;
}

.main table.resTable select{
	padding:3px 5px 6px 5px;
}

.head{
	margin:50px 0 60px 0;
	text-align:center;
}

body.contact_form #wrapper .main{
	padding:40px 80px;
	width:100%;
}

.personal_area{
	width:100%;
	height:200px;
}

body.contact_personal #wrapper .main{
	width:auto;
}

/* tmpl */
	#wrapper.tmpl .main .resTable td,
	#wrapper.tmpl .main .resTable th{
		padding:18px 18px 15px 18px;
		box-sizing:border-box;
		background:#ffffff;
		border: 1px solid #cccccc;
	}
	#wrapper.tmpl .main .resTable  th{
		background: #f3f3f3;
		vertical-align: top;
	}



.main th{
	background: #fff;
	vertical-align: top;
}

h2.formTitle{
	font-weight:bold;
	margin-bottom:10px;
}

.resTable th {width: 23%; text-align: left; }
.imp{color:#ca0b0f; font-weight:normal;}


.submit{
	text-align: center;
	margin: 30px 0 30px 0;
}
	.submit input{
		cursor: pointer;
		width:200px;
		padding: 10px 10px 8px 10px;
		font-size: 100%;
		margin: 0 5px 0 5px;
	}

.pr_title{
	text-align: center;
	font-size: 120%!important;
	margin-bottom: 25px;
}

a{text-decoration:none;color:#0050ad;}
a:hover{text-decoration:underline;color:#0050ad;}


dl.notice{
	border:solid 1px #cccccc;
	background:#ffffff;
	padding:5px 20px 20px 20px;
	font-size:100%;
	line-height: 180%;
}
dl.notice dt{
	font-weight:bold;
	margin-top: 10px;
}
dl.notice dd{
	text-indent:-1em;
	margin:0 0 0 1em;
}

dl.notice dd.noind{
	text-indent:0;
	margin:0;
}

dl.notice a{
	text-decoration: underline;
}
	dl.notice a:hover{
		text-decoration: none;
	}



body#land h4{
	text-align: center;
	font-size: 160%;
	margin-bottom: 15px;
	margin-top:50px;
}



@media only screen and (max-width:768px){
		#wrapper .main{
			width:98%;
		}

	.resTable th,
	.resTable td{
		width:100%;
		box-sizing:border-box;
		display:block;
		border:none;
		padding: 0;
	}
	.resTable th{
		padding-bottom: 5px;
	}
	.resTable td{
		padding-bottom: 15px;
		margin-bottom: 10px;
		border-bottom:1px dotted #b7b7b7;
	}

	#wrapper.tmpl .main .resTable  td{
		border-top:none!important;
	}


	.main table.resTable input,
	.main table.resTable textarea{
		width:96%!important;
	}

	.main table.resTable input.ckbox{
		width:auto!important;
	}

	.main table.resTable input.spw30{
		width:30px!important;
	}

	.main table.resTable select{
		display: block;
		margin-bottom: -5px;
	}

	.pr_title{
		margin-top: -10px;
	}

	dl.notice{
		padding:0 10px 10px 15px;
	}

	.submit{
		margin: 20px 0 20px 0;
	}

	.submit input{
		width: 45%;
	}

	body.contact_form #wrapper .main{
		padding:15px 20px;
		width:100%;
	}

	.logo{
		width:70%;
	}
}




/******************************************************/
/* clear */
/******************************************************/

#wrapper .main:after,
#wrapper .quiz:after,
#wrapper .present .leadSet:after,
#wrapper .present .preSet:after,
.main .formList:after,
.main .sns:after{
	display:block;content:"";clear:both;overflow:hidden;
}
