@charset "utf-8";
/* Updated date: 2017/06/20 */
.staff-list h4{
	padding:0;
}

.staff-list:last-child{
	margin-bottom: 0;
}

.staff-img{
	height: auto;
	overflow: hidden;
}

.staff-img img{
	position: relative;
	width: 100%;
	height: auto;
}

.staff-list table{
	border:1px solid #cccccc;
	width: 100%;
}

.staff-list tr{
	border-bottom: 1px dotted #CCCCCC;
}

.staff-list tr:last-child{
	border:none;
}

.staff-list th{
	border-right: 1px dotted #CCCCCC;
	background: #f3f3e8;
	width: 20%;
	min-width: 5em;
	padding:5px;
}

.staff-list td{
	width: 80%;
	padding:5px;
}
.staff-list td a{
color:#6193d7;
text-decoration: underline;
word-break:break-all;
display: inline-block;
}


@media (max-width: 767px) {
	.staff-text{
		line-height: 1.6;
	}
	.staff-img{
		margin-bottom: 15px;
	}
}


@media (max-width: 575px) {
	.gallery-list{
		width: 100%;
	}

	.staff-list h4{
		margin-bottom: 10px;
	}
	.staff-list th{
		width: 30%;
		min-width: 6em;
	}
	.staff-list td{
		width: 70%;
	}
}




.staff-list-2 table {
  width: 100%;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.staff-list-2 th, .staff-list-2 td {
  padding: 0.5em 1.0em;
}
.staff-list-2 th {
  width: 100px;
  position: relative;
}

.staff-list-2 tr:not(:last-child) th {
  border-bottom: 1px dashed #CCC;
}
.staff-list-2 tr:not(:last-child) td {
  border-bottom: 1px dashed #CCC;
}

.staff-list-2 th::after {
  content: '';
  height: 50%;
  width: 1px;
  background-color: #777;
  position: absolute;
  right: 0;
  top: 25%;
}