@import url(/Users/SpecialReport/Medicine/css/reset.css);

a{
	width: auto;
}
/*Layout*/
.d_headerZone,
.d_nav_wrap,
.d_smallMenu_wrap,
.d_subManu_wrap,
.d_topAd_wrap {
	padding-left: 0;
}
body *{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	letter-spacing: -0.05em;
}
.mo{
	display: none;
}
.Wrapper {
	width: 1002px;
	border: 1px solid #f1f1f1;
	margin: 20px auto;
	position: relative;
}

#testbanner ul{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#testbanner li{
	width: 100%;
	height: 20%;
}
#testbanner li a{
	display: block;
	height: 100%;
}

.tab_wrap,
.contWrap > div{
	position: relative;
}
.tab_list{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tab_list li{
	float: left;
	width: 25%;
	height: 100%;
}
.tab_list li a{
	display: block;
	height: 100%;
}

.effect{
	position: relative;
}
.effect .fin{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.effect.eff02_1 .fin{
	top: auto;
	bottom: 0;
}
.effect.slide .fin{
	display: block;
	width: 0;
	overflow: hidden;
}

.effect.blink .fin{
	display: block;
	animation: blink 1.5s infinite;
	-webkit-animation: blink 1.5s infinite;
	-ms-animation: blink 1.5s infinite;
}

@keyframes blink{
	0%{opacity: 0;}
	50%{opacity: 1;}
	100%{opacity: 0;}
}

.formBack{
	background: url(../images/formBack.jpg);
	padding-bottom: 30px;
}
.form_wrap{
	width: 700px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.form_wrap div{
	flex: 1 1 5%;
	border: 2px solid #bebebe;
	height: 40px;
	margin: 0 5px;
	/* padding: 0 5px; */
}
.form_wrap input,
.form_wrap select{
	border: none;
	appearance: none;
	-webkit-appearance: none;
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 20px;
}
.form_wrap input::placeholder,
.form_wrap select{
	color: #bebebe;
}
.form_wrap select {
  background:url('../images/arr.png') no-repeat right 9px center;
}

.submit_wrap{
	position: relative;
}
.submitBtn{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 30%;
	height: 50px;
	cursor: pointer;
} 

@media all and (max-width:768px){
	/*Layout*/
	html, body{
		min-width: auto;
		margin: 0;
		overflow-x: hidden;
	}
	header, 
	.footerWrap, 
	.web{
		display: none;
	}
	.evBody,
	.SectionBody_event,
	.Wrapper,
	#wrapper,
	.wrap{
		margin: 0 !important;
		padding: 0 !important;
		width: 100% !important;
	}
	#wrapper{
		border: none;
	}
	.mo{
		display: block;
	}
	.width100{
		width: 100%;
	}
	#wrap{
		width: 100% !important;
	}

	.formBack{
		background-size: 100%;
	}
	.form_wrap{
		width: 80vw;
		flex-wrap: wrap;
	}
	.form_wrap div{
		flex: 1 1 100%;
		margin: 5px 0;
	}
}
@media all and (max-width:414px){
	.form_wrap input, .form_wrap select{
		font-size: 14px;
	}
}
