
/*＝＝＝＝＝＝＝＝＝＝医師紹介*/
.doctor {
	margin-bottom: 40px;
}

.doctorTxt {
	width: 600px;
	float: left;
	margin: 0px 60px;
	line-height: 2;
}

.doctorPhoto {
	width: 360px;
	float: left;
}

.doctorTxt_p {
	font-size: 16px;
	margin-bottom: 40px;
}

/*先生写真*/
.drImg {
	width: 300px;
	margin: 0px auto 0px;
}

/*名前*/
.drNameWap {
	width: 360px;
}

.drNameWap table{
	width: 100%;
}

.drNameWap th{
	padding: 5px 0px;
	font-weight: normal;
	background-color: #eeeeee;
	border-bottom: solid 1px #ccc;
}

.drNameWap td{
	padding: 5px 0px;
	text-align: center;
	border-bottom: solid 1px #ccc;
}

.drNameWap table .drName{
	background-color: #fff;
	font-size: 20px;
}


/*＝＝＝＝＝＝＝＝＝＝経歴*/
.careerlWap {
	background-color: #edeeef;
	padding: 20px 0px 60px;
}

.careerTabelWap {
	width: 100%;
	max-width: 600px;
	margin: 0px auto 0px;
}

.careerTabelWap table{
	width: 100%;
}

.careerTabelWap th{
	padding: 10px 0px;
	width: 50%;
	font-weight: normal;
	background-color: #eeeeee;
	border-bottom: solid 1px #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.careerTabelWap td{
	padding: 10px 0px;
	border-bottom: solid 1px #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/*＝＝＝＝＝＝＝＝＝＝スタッフより*/
.h3Txt {
	width: 600px;
	margin: 0px auto 60px;
	font-size: 16px;
}

.staffcomment {
	background: url("../img/doctor/happa.png")right bottom no-repeat;
}
/*
.wideinner {
	background-image: url("../img/doctor/staff_ripple.jpg");
	background-size: cover;
	background-position: 50% 0;
}
*/

@media handheld, only screen and (max-width: 767px) {
/*スマホ*/

/*＝＝＝＝＝＝＝＝＝＝あいさつ*/
	.doctorPhoto {
		width: 90%;
		float: none;
		margin: 0px auto 10px;
	}

	.doctorTxt {
		width: 96%;
		float: none;
		margin: 0px auto 20px;
		line-height: 1.5;
	}

	.doctorTxt_p {
		font-size: 14px;
		margin-bottom: 10px;
	}

	/*先生写真*/
	.drImg {
		width: 90%;
		max-width: 360px;
		margin: 0px auto 10px;
	}

	/*名前*/
	.drNameWap {
			width: 100%;
			margin: 0px auto 10px;
	}

	/*＝＝＝＝＝＝＝＝＝＝経歴*/
	.careerlWap {
		padding: 20px 0px 40px;
	}

	.careerTabelWap th{
		padding: 10px 0px;
		width: 30%;
		font-weight: normal;
		background-color: #eeeeee;
		border-bottom: solid 1px #ccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	/*＝＝＝＝＝＝＝＝＝＝スタッフより*/
	.h3Txt {
		width: 96%;
		margin: 0px auto 60px;
		font-size: 16px;
	}


}





