@charset "UTF-8";
/* CSS Document */


/*ヘッダー*/

#pageHeader{
	background:url(../../shared/img/MainVisual_bg02.png) no-repeat center bottom;
	background-size:cover;
}

/*コンテンツ1*/

#section1{
	width:1000px;
	margin:0 auto;
}

#section1 p{
	text-align:center;
	margin-top:-30px;
	line-height:2.1em;
	letter-spacing:0.1em;
}

section#staff{
	width:1000px;
	margin:0 auto;
}

div.imgleft,
div.imgright{
	display:flex;
	margin-bottom:50px;
}

div.imgleft img{
	margin-right:30px;
}

div.imgright img{
	margin-left:30px;
}

div.staffname{
	display:flex;
	border-bottom:1px solid #009C95;
}

div.staffname h3{
	color:#009C95;
	font-size:1.8em;
	font-weight:bold;
	margin-bottom:10px;
}

div.staffname p{
	padding:8px;
	padding-left:20px;
	font-size:0.9em;
	letter-spacing:2px;
}

div.staff p.Contents{
	margin-top:15px;
	margin-bottom:40px;
}

div.profile li dl{
	display:flex;
	flex-wrap:wrap;
	border:1px dashed #009C95;
	padding:41px;
	}

div.profile li dt{
	width:30%;
	margin-bottom:10px;
	color:#009C95;
}

div.profile li dd{
	width:69%;
}

#staff p{
	text-align:center;
}