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

/*ALL
--------------------------------------------------*/
.about-top {
	width:670px;
	height:440px;
	background-color:#f5f5f5;
	background-image: url(../img/about/about_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom:20px;
}
.balloon1 {
	position: relative;
	display: inline-block;
	margin: 50px 0 0 20px;
	padding: 8px 5px 0 5px;
	width: 150px;
	height: 100px;
	line-height: 90px;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-size: 26px;
	font-weight: bold;
	background: #32cd32;
	border-radius: 50%;
	box-sizing: border-box;
	float:left;
	opacity: 0.6;  
}

.balloon1:before {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #32cd32;
	z-index: 0;
	opacity: 0.6;  
}
.phrase-box {
	margin:10px;
	width:650px;
	height:80px;
	float:left;
	/*background-color:skyblue;*/
}
.phrase-box p {
	margin-top:10px;
	font-size:32px;
	font-weight:700;
	/*text-shadow: 3px 3px 5px #ffffff;*/
	color:red;
	text-shadow: 2px 1px 3px rgba(255, 255, 255, 1), -2px 1px 3px rgba(255, 255, 255, 1), 2px -1px 3px rgba(255, 255, 255, 1), -2px -1px 3px rgba(255, 255, 255, 1);

}
.comment-box {
	margin: 70px 0 0 0;
	width:670px;
	height:120px;
	float:left;
	/*background-color:pink;*/
}
.comment-box p {
	margin-top:10px;
	font-size:21px;
	font-weight:700;
	text-shadow: 2px 1px 3px rgba(255, 255, 255, 1), -2px 1px 3px rgba(255, 255, 255, 1), 2px -1px 3px rgba(255, 255, 255, 1), -2px -1px 3px rgba(255, 255, 255, 1);
	color:#333333;
	line-height:1.6;
}
/*-------------------------------------------------*/

.about{
	color: #ff1a39;
	font-weight: 700;
}
.about_frame{
	width:670px;
	height:180px;
	padding: 10px 5px;
	margin: 5px auto ;
	width: 630px;
	text-align: left;
	background-color: #fff;
	/*background-color: skyblue;*/
}
.about_frame p {
	margin:10px 0 10px 10px;
	font-size: 21px;
	color:#333333;
	font-weight:700;
	/*background-color: pink;*/
	float:left;
}
.about_frame_doctor {
	width:197px;
	height:166px;
	float:right;
	background: url(../img/about/doc_lady.jpg) no-repeat;
}