@charset "utf-8";
/* CSS Document */
#staff{
	font-size: 15px;
	color: #000000;
	line-height:1.9;
	text-align:left
}
#staff .wr_title{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	position: relative;
	font-weight: bold;
	height: 160px;
	border-bottom: 3px solid #000000;
}
#staff .wr_title .title_eng{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 80px;
}
#staff .wr_title .title_jp{
	position: absolute;
	top: 90px;
	left: 0;
	font-size: 40px;
}
#staff .wr_title .title_desc{
	position: absolute;
	top: 90px;
	left:270px;
}

#staff .wr_staff{
	margin: 30px 0 50px 0;
	font-weight: bold;
}
#staff img{
	width: 100%;
}
#staff .wr_staff .name{
	font-size: 120%;
	margin: 0 0 10px 0;
}
#staff .left{
	float: left;
	width: 280px;
	margin-right: 40px;
}
#staff .right{
	float: right;
	width: 280px;
	margin-left: 30px;
}
#staff .left_mg{
	margin-left: 48px;
}
#staff .left_mg2{
	margin-left: 65px;
}
#staff .left_mg3{
	margin-left: 20px;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
/* 768px????????????? */

#staff .wr_title{
	position:static;
	height:auto;
}
#staff .wr_title .title_eng{
	position:static;
	line-height:1;	
}
#staff .wr_title .title_jp{
	position: static;
	line-height:1;
}
#staff .wr_title .title_desc{
	position:static;
}
#staff .left_mg{
	margin-left: 0px;
}
#staff .left_mg2{
	margin-left: 0px;
}
#staff .left_mg3{
	margin-left: 0px;
}
#staff .kaigyou{
	display:none;
}
#staff .bt_block{
	margin-top:5px;
	border-top:1px solid #cccccc;
	padding-top:5px;
}
}
