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

/* ================================================================================ */
/*                                                                                  */
/*      コーディネーター紹介(PC)                                                    */
/*                                                                                  */
/* ================================================================================ */


/*////////////////////////////////////////////////


                  ■  span(共通)  ■
	  

////////////////////////////////////////////////*/



/* コーディネーター
------------------------------------------------------------*/
#staff {
	margin-bottom: 55px;
}

#staff article {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

#staff article .staff-img  {
	margin-top: 15px;
	margin-right: 15px;
}

#staff article.staff_fujishiro .staff-img  {
	margin-top: 33px;
}

#staff article.staff_satou .staff-img  {
	margin-top: 25px;
}

#staff article.staff_yamanaka .staff-img  {
	margin-top: 45px;
}

#staff article.staff_shirono .staff-img  {
	margin-top: 25px;
}

#staff article.staff_kurokawa .staff-img  {
	margin-top: 3px;
}

#staff article .staff-img img {
	width: 200px;
}

#staff article .staff-comment {
	width: 777px;
	height: 230px;
	background-image: url(../img/staff/fukidashi_male.gif);
	background-size: 777px 230px;
	background-repeat: no-repeat;
	padding: 22px 5px 0px 55px;
}

#staff article.staff_fujishiro .staff-comment {
	height: 263px;
	background-size: 777px 263px;
	padding-top: 17px;
}

#staff article.staff_satou .staff-comment {
	height: 250px;
	background-size: 777px 250px;
	padding-top: 17px;
}

#staff article.staff_yamanaka .staff-comment {
	height: 295px;
	background-size: 777px 295px;
	padding-top: 17px;
}

#staff article.staff_shirono .staff-comment {
	height: 250px;
	background-size: 777px 250px;
	padding-top: 17px;
}

#staff article.staff_kurokawa .staff-comment {
	height: 205px;
	background-size: 777px 205px;
}

#staff article div.female {
	background-image: url(../img/staff/fukidashi_female.gif);
}

#staff article .staff-comment h3{
	font-size: 22px;
	border-bottom: dashed 1px ;
	margin: 0 15px 20px 0;
	padding-bottom: 5px;
}

#staff article .staff-comment h3.male{
	color: #00b5e7;
}

#staff article .staff-comment h3.female{
	color: #ff566a;
}

#staff article .staff-comment p{
	line-height: 2em;
	margin: 0 25px 0 0;
}


/* バナー 
------------------------------------------------------------*/
#page_staff .banner-entry {
	position: relative;
	width: 675px;
	height: 157px;
	background-image: url(../img/common/banner_entry.png);
	background-repeat: no-repeat;
	margin: auto;
}

#page_staff .banner-entry a {
	position: absolute;
	left: 206px;
	bottom: 0px;
}



































