div.wabi{
	margin: 20px 10px;
	padding: 10px;
	background: #fdeff5;
}
div.wabi p{
	font-size: 13px;
}
section#t00{
	display: none;
}
/**募集要項************/
section#head{
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
}
section#head div.btn{
	width: 100%;
	margin: 0 auto;
	max-width: 1040px;
	min-width: 280px;
	position: absolute;
	top: -15px;
	left: 0px;
	text-align: left;
}
section#head div.btn a{
	display: block;
	text-indent: -9999px;
	width: 58px;
	height: 58px;
	background: url(../../../common/img/sekou_arrow.png) no-repeat;
}
section#head h2{
	text-indent: -9999px;
	background: url(../img/title.png) no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto;
	width: 100%;
	max-width: 1040px;
	margin: 50px 0 auto;
	height: 0;
	padding-top: 5.555556%;
}
div.liner{
	width: 100%;
	height: 3px;
	background: #00afec;
	margin: -50px 0 0;
}
section#t01{
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
}
section#t01 div.youkou{
	width: 85%;
	max-width: 1040px;
	margin: 0 auto;
}
section#t01 dl{
	width: 860px;
	border: 1px solid #ccc;
	border-top: none;
	margin: 20px auto;
	background: #f5f5f5;
}
section#t01 dt,section#t01 dd{
	padding: 10px 5px;
	font-size: 110%;
	margin: 0;
	display: table-cell;
	line-height: 180%;
}
section#t01 dt{
	border-top: 1px solid #ccc;
	clear: left;
	float: left;
	width: 120px; 
	text-align: left;
	vertical-align: middle;
}
section#t01 dd{
	background: #fff;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-left: 160px; 
	text-align: left;
	width: 720px;
	vertical-align: middle;
}
section#t01 div.form_btn{
	width: 316px;
	margin: 20px auto;
}
section#t01 div.form_btn a{
	display: block;
	text-indent: -9999px;
	background: url(../img/order.png) no-repeat;
	width: 316px;
	height: 55px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
section#t01 div.form_btn a:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/**フォーム************/
section#form{
	width: 100%;
	max-width: 1040px;
	min-width: 800px;
	margin: 0 auto;
	padding: 0 0 30px;
}
section#form div.form{
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
}
section#form div.btn{
	width: 100%;
	margin: 0 auto;
	max-width: 1040px;
	min-width: 280px;
	position: absolute;
	top: -15px;
	left: 0px;
	text-align: left;
}
section#form div.btn a{
	display: block;
	text-indent: -9999px;
	width: 58px;
	height: 58px;
	background: url(../../../common/img/sekou_arrow.png) no-repeat;
}
section#head h2.form{
	text-indent: -9999px;
	background: url(../img/title_form.png) no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto;
	width: 100%;
	max-width: 1040px;
	margin: 50px 0 auto;
	height: 0;
	padding-top: 5.555556%;
}
section#form h3{
	width: 670px;
	margin: 0 auto;
	padding: 30px 5px 5px;
	text-align: left;
	font-size: 110%;
	border-bottom: solid 1px #ccc;
}
section#form dl{
	width: 680px;
	margin: 0 auto;
	border-bottom: 1px dotted #ccc;
}
section#form dt,
section#form dd{
	padding: 12px 8px;
	font-size: 110%;
	margin: 0;
	display: table-cell;
	border-top: 1px dotted #ccc;
}
section#form dt.nb,
section#form dd.nb{
	border: none !important;
}
section#form dt{
	clear: left;
	float: left;
	width: 181px; 
	text-align: left;
	vertical-align: middle;
}
section#form dt span{
	color: #0099d9;
}
section#form dd{
	background: #fff;
	margin-left: 201x; 
	text-align: left;
	width: 467px;
	vertical-align: middle;
}
section#form dd span{
	font-size: 90%;
}
section#form .l1{
	width: 343px;
}
section#form .l2{
	width: 100px;
}
section#form div.form_btn{
	margin: 30px auto;
}
section#form div.form_btn input.kakunin{
	background: url(../img/form_kakunin.png) no-repeat;
	width: 316px;
	height: 55px;
	text-indent: -9999px;
	border: none;
	margin: 0 0 0 43px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
section#form div.form_btn input.kakunin:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
section#form div.form_btn input.regist{
	background: url(../img/form_regist.png) no-repeat;
	width: 316px;
	height: 55px;
	text-indent: -9999px;
	border: none;
	margin: 30px auto;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
section#form div.form_btn input.regist:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/**thanks**********************************/
section#regist{
	width: 100%;
	max-width: 1040px;
	margin: 30px auto;
	font-size: 130%;
}