@charset "utf-8";

.pagetitle{
	background: url(../../about/img/h2_bg.jpg) no-repeat center center #666;
}



/*staff
************************************************************************************/
.frameProf ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
.frameProf ul li{
	margin: 5px 0.5%;
	border: 2px solid #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	width: 24%;
}
.frameProf ul li.pres{
	width: 98.5%;
}

.frameProf ul li{
}
.frameProf ul li .photo{
	padding: 0 0 25px 0;
	text-align: center;
}
.frameProf ul li.pres .photo{
	width: 20%;
	display: table-cell;
	vertical-align: top;
	padding: 0;
}
.frameProf ul li.pres .photo img{
	max-width: 100%;
	width: auto;
	height: auto;
}
@media all and (-ms-high-contrast:none){
/* IE11 */
*::-ms-backdrop, .frameProf ul li.pres .photo img{
	max-width: auto;
	max-width: initial;
	width: 100%;
	height: auto;
}
}
.frameProf ul li .details{
	padding: 0;
}
.frameProf ul li.pres .details{
	padding: 0 0 0 20px;
	display: table-cell;
	vertical-align: top;
	width: 70%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.frameProf ul li.pres .details ul{
	display: block;
}
.frameProf ul li .details .type{
	font-size: 12px;
	padding: 0 1em 0 0;
	font-weight: normal;
}
.frameProf ul li .details .name{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #000;
	padding: 0 0 5px 0;
}

.frameProf ul li .details .job{
	font-size: 14px;
	margin: 0 0 10px 0;
	text-align: right;
	color: #666;
}
.frameProf ul li .details .cmt{
	padding: 10px;
}

@media screen and (max-width: 768px){
.frameProf ul li,
.frameProf ul li.pres{
	margin: 5px auto;
	width: 98%;
}

.frameProf ul li .photo,
.frameProf ul li.pres .photo{
	padding: 0;
	text-align: left;
	width: 30%;
	display: table-cell;
	vertical-align: top;
}
.frameProf ul li .photo img,
.frameProf ul li.pres .photo img{
	max-width: 100%;
	height: auto;
}
.frameProf ul li .details,
.frameProf ul li.pres .details{
	padding: 0 0 0 20px;
	display: table-cell;
	vertical-align: top;
	width: 70%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


}



/*info
************************************************************************************/
#info #googleMap{
	width: 100%;
	height: 500px;
}

#info table td table.staff{
	border: 0;
	width: auto;
	margin: 0;
}
#info table td table.staff td{
	padding: 2px 0;
	text-align: left;
	border: 0;
	vertical-align: top;
}
#info table td table.staff td.type{
	width: 8.5em;
}
#info table td table.staff td.name{
	padding-right: 4em;
}
@media screen and (max-width: 768px){
#info table td table.staff{
	display: block;
	width: 100%;
}
#info table td table.staff tbody{
	display: block;
	width: 100%;
}
#info table td table.staff tr{
	display: block;
	width: 100%;
}
#info table td table.staff td{
	display: list-item;
	width: 100%;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	border: 0;
}

#info table td table.staff td.type{
	width: auto;
	font-weight: bold;
}
#info table td table.staff td.type:before{
	content: "[";
}
#info table td table.staff td.type:after{
	content: "]";
}

#info table td table.staff td.name{
	padding-right: 0;
}
}
