@charset "UTF-8";
/*****************************************************************************************************/
/* テンプレート設定ファイル */
/*****************************************************************************************************/


.main_contents_area{
	width:836px;
	float:right;
}


/*---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------*/
/* main */
/*---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------*/


.staff_content_wrapper{
	width:100%;
	margin:0 auto;
	-webkit-text-size-adjust: 100%;
}

.staff_head_area {
	margin-top:20px;
}
.staff_head_area .title {
	padding: 0 30px;
}
.staff_head_area .title div {
    font-size: 1.16rem;
	font-weight: normal;
    letter-spacing: 1px;
	padding-left: 1rem;
	border-left: 6px solid #0073E2;
}
.staff_head_area .img {
	margin-top:40px;
	text-align:center;
}
.staff_head_area .txt {
	font-size: 1.58rem;
    letter-spacing: 1px;
    line-height: 1.2;
	color: #006DBA;
	margin-top:15px;
}


.staff_profile_list {
}
.staff_profile {
	margin-top: 70px;
}
.staff_profile_inner {
	width: 805px;
    overflow: visible;
}
.staff_profile .l {
	float: left;
	width: 184px;
	text-align:center;
}
.staff_profile .l img {
}
.staff_profile .r {
	float: right;
	width: 610px;
	border: 1px solid #DADADA;
    border-radius: 4px;
    padding: 18px 12px;
    box-sizing: border-box;
	box-shadow: 5px 5px 2px 0px rgba(0,0,0,0.4);
}
.staff_profile .r .title {
}
.staff_profile .r .title div {
    font-size: 1.08rem;
	line-height: 1.55;
	color: #000000;
	padding: 3px 0 1px 0.5rem;
	border-left: 6px solid #0071BB;
}
.staff_profile .r .title div .nickname {
	display: inline-block;
	padding-left: 1rem;
}
.staff_profile .r .profile {
	font-weight: normal;
	margin: 20px 0 0 15px;
}
.staff_profile .r .profile ul {
}
.staff_profile .r .profile ul li {
	margin: 2px 0 0;
	position: relative;
}
.staff_profile .r .profile ul li .th {
	font-size: 14.5px !important;
	line-height: 1.55;
	display: table-cell;
}
.staff_profile .r .profile ul li .td {
	font-size: 14.5px !important;
	line-height: 1.55;
	display: table-cell;
}
