ul.doctorList {
	margin: 2em 0;
}
ul.doctorList li.clearfix {
	list-style-type: none;
	margin: 0 0 3em 0;
}
ul.doctorList .doctorImg {
	float: left;
	width: 30%;
}
ul.doctorList .doctorImg img {
	width: 100%;
	height: auto;
}
ul.doctorList .doctorInfo {
	float: right;
	width: 65%;
}
p.doctorName {
	margin: .5em 0 .7em;
	padding: 0;
}
p.doctorName ruby {
	font-size: 24px;
	font-weight: bold;
	line-height: 2.0;
	font-family: 'Shippori Mincho', serif !important;
}
p.doctorName rt {
	margin: 0 0 .3em 0;
	line-height: 2.0;
	font-weight: normal;
}
p.doctorPosition,
p.doctorCareer {
	margin: 0 0 1.0em;
	font-size: 1.5rem;
	line-height: 1.5;
}
.doctorLicense {
	margin: 1.7em 0 0;
	padding: 15px;
	background: #f7f5f2;
	border-radius: 5px;
}
.doctorLicense .doctorLicenseH {
	margin: 0 0 1em 0;
	padding: 0 0 .3em .1em;
	font-size: 1.5rem;
	font-weight: bold;
	color: #00796B;
	border-bottom: 1px dotted #4DB6AC;
}
.doctorLicense ul {
	margin-left: 1.6em;
}
.doctorLicense ul li {
	font-size: 1.4rem;
}



/*
_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|
_|                                                    _|
_|  Tablet  748px ` 1180px(1000px)               _|
_|                                                    _|
_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|
*/
@media print, screen and (min-width:748px) {

	ul.doctorList {
		margin: 3em 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	ul.doctorList li.clearfix {
		width: 47%;
		margin-bottom: 4em;
	}
	p.doctorPosition,
	p.doctorCareer {
		font-size: 1.6rem;
	}
	.doctorLicense {
		padding: 20px;
	}
	.doctorLicense .doctorLicenseH {
		font-size: 1.6rem;
	}
	.doctorLicense ul li {
		font-size: 1.4rem;
	}



}
