@charset "UTF-8";
.post-instructor-ul {
	font-size: 0;
	margin: 0 2%;
}

li.post-instructor-waku {
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 0;
	display: block;
	padding: 5px 0;
	margin-bottom: 10px;
}

.prof-left {
	width: 30%;
	display: inline-block;
	margin-right: 3%;
	vertical-align: top;
}

.instructor-img {
	height: 100px;
	overflow: hidden;
}

.prof-left img {
	display: inline-block;
	width: 100%;
}

.prof-right {
	width: 65%;
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
}

.instructor-name-eng {
	font-size: 32px;
	color: #8f0080;
	display: block;
	border-bottom: 1px solid #888;
}

a .instructor-name-jp {
	display: block;
	color: #111;
	font-size: 16px;
}

.instructor-single-link {
	text-align: right;
}

.instructor-single-link a {
	color: #888;
	text-decoration: underline;
}

@media screen and (min-width: 769px) {
	/* PC */
	.post-instructor-ul {
		margin: 0;
	}
	li.post-instructor-waku {
		display: inline-block;
		width: 31.333%;
		margin: 10px 1%;
	}
	.instructor-name-jp {
		text-align: right;
		margin: 5px 0;
	}
}