@charset "utf-8";
/* CSS Document */


.wrap {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.main {
	background: url(image/mainbg.jpg) center top no-repeat;
	text-align: center;
	margin: 0 auto;
}
.index_seminar {
	font-size: 34px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 2.3;
	height: 79px;
	background: #E1005C;
	margin-bottom: 40px;
}
.container01 {
	height: 580px;
	width: 980px;
	margin: 0 auto 50px;
	position: relative;
	background: url(image/img01.jpg) center top no-repeat;
	position: relative;
}
.container01text {
	position: absolute;
	left: 45px;
	top: 40px;
	font-size: 24px;
	line-height: 1.7;
	text-shadow: 2px 2px 2px #FFF, -2px 2px 2px #FFF, 2px -2px 2px #FFF, -2px -2px 2px #FFF;
}
.container01text .f-pink {
	color: #ea3c86;
	font-weight: bold;
	}
.container01img {
	position: absolute;
	left: 87px;
	bottom: -30px;
}
.container02 {
	width: 780px;
	margin: 0 auto 50px;
}
.container02text1 {
	font-size: 28px;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 20px;
}
.container02text1 span {
	font-size: 65px;
	line-height: 1.4;
	}
.container02text2 {
	font-size: 22px;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	padding: 15px 15px;
	margin-bottom: 10px;
}
.container02text3 {
	font-size: 18px;
	padding: 0 15px;
	margin-bottom: 10px;
}
.container02text3 span {
	color: #C62058;
}
.container02btn a {
	display: block;
	width: 400px;
	color: #FFF;
	text-align: center;
	background: url(image/arrow.png) 97% center no-repeat #C72158;
	padding: 10px 0;
	border-radius: 7px;
	font-size: 17px;
	margin: 0 auto 15px;
}
.container02btn a:hover {background-color: #D8638A;}
.container02text4 {
	text-align: center;
	font-size: 22px;
	border-top: 1px dashed #000;
	padding: 10px 0;
	margin-bottom: 5px;
}

.dr-wrap {width: 770px; margin: 0 auto 50px;}
.dr-left {float: left;}
.dr-right {float: right; width: 480px; font-size: 14px;}
.dr-right span {font-size: 25px; line-height: 1.4; /*color: #BF8C00;*/}
.dr-right span span {font-size: 16px;}
table.doctor_profile_rayout_base {
	width: 100%;
	border-collapse: collapse;
}
table.doctor_profile_rayout_base th,
table.doctor_profile_rayout_base td {
	padding: 5px;
	border: 1px solid #CCC;
}

@media screen and (max-width: 640px){
	img {
		max-width: 100%;
		height: auto;
	}
	#header2 #headerPC .inner {
		width: inherit!important;
	}
	.main {margin: 0 auto;}
	.wrap {
		width: inherit;
	}
	.floatleft {
		float: none!important;
	}
	.float-overflow {
		overflow: initial!important;
	}
	.index_seminar {
		font-size: 20px;
		padding: 10px 0;
		letter-spacing: 0;
		margin-bottom: 2%;
		height: auto;
		line-height: 1.5;
	}
	.container01 {
		height: inherit;
		width: 96%;
		margin: 0 auto;
		position: relative;
		background-size: auto 100%;
		background-position: right top;
	}
	.container01text {
		position: relative;
		left: inherit;
		top: inherit;
		font-size: 14px;
		line-height: 1.5;
		background-color: rgba(255,255,255,0.5);
	}
	.container01img {
		position: relative;
		left: inherit;
		top: inherit;
		margin-bottom: 2%;
		background-color: rgba(255,255,255,0.5);
		bottom: auto;
	}
	.container02 {
		width: 96%;
		margin: 0 auto 5%;
	}
	.container02text1 {
		font-size: 14px;
		margin-bottom: 8px;
		}
	.container02text1 span {font-size: 30px;}
	.container02text2 {
		font-size: 14px;
		padding: 5px 10px;
	}
	.container02text3 {
		font-size: 14px;
		padding: 0 10px;
		margin-bottom: 10px;
		line-height: 1.6;
	}
	.container02btn a {
		width: 96%;
		font-size: 14px;
		margin: 0 auto 2%;
	}
	.container02btn a:hover {background-color: #D8638A;}
	.container02text4 {
		font-size: 14px;
		margin-bottom: 0;
	}
	.container02 .ac {
		width: 80%;
		margin: 0 auto 12px;
	}
	.dr-wrap {width: 96%; margin: 0 auto 5%;}
	.dr-left {width: 48%; margin: 0 2% 2% 0;}
	.dr-right {width: 100%; float: none;}
	.dr-right span {font-size: 16px;}
	.dr-right span span {font-size: 12px;}
	table.doctor_profile_rayout_base {
		font-size: 12px;
	}
	.mb50 {margin-bottom: 4%;}
}