/*-----------------------------------*/
.method_top {
	width: 670px;
	height:180px;
	background-color:#ffffff;
	padding:5px;
	margin:10px;
	background-image: url(../img/method/method_top.jpg);
}
/*-----------------------------------*/

.method{
	color: #ff1a39;
	font-weight: 700;
}
.method_frame{
	width:670px;
	height:180px;
	padding: 10px 5px;
	margin: 5px auto ;
	width: 630px;
	text-align: left;
	background-color: #fff;
	/*background-color: skyblue;*/
}
.method_frame p {
	margin:10px 0 0 20px;
	font-size: 24px;
	color:#333333;
	font-weight:700;
	line-height:1.8;
	/*background-color: pink;*/
	float:left;
}
.method_frame_doctor {
	width:197px;
	height:166px;
	float:right;
	background: url(../img/method/doc_ok3.jpg) no-repeat;
}