@charset "UTF-8";
/* sp(320px) */

#pageStaff {}

#pageStaff #headline {
	background-image: url(../img/staff/bg_headline.jpg);
}

	@media (-webkit-min-device-pixel-ratio: 2){
		#pageStaff #headline {
			background-image: url(../img/staff/bg_headline@2x.jpg);
		}
	/* end of media query(retina) */	
	}

#pageStaff .gap .txt .posi {
	font-size: 15px;
}
#pageStaff .gap .txt dl {
	margin: 20px 0 0;
	padding-top: 20px;
	position: relative;
}
#pageStaff .gap .txt dl:before {
	content: '';
	border-top: 1px solid;
	width: 40px;
	position: absolute;
	left: 0;
	top: 0px;
}
#pageStaff .gap .txt dt {
	font-weight: normal;
}
#pageStaff .gap .txt dd {
	margin-left: 0;
	
}
#pageStaff .gap .txt dl dd:nth-of-type(1) {
	margin-bottom: 20px;
}





@media handheld, print, screen and (min-width: 374px) {
/* iphone6 */


/* end of media query(iphone6) */	
}



@media handheld, print, screen and (min-width: 413px) {
/*  iPhone6 Plus */

/* end of media query(iPhone6 Plus) */	
}



@media handheld, print, screen and (min-width: 481px) {
/* tablet */



/* end of media query(tablet) */	
}



@media handheld, print, screen and (min-width: 621px) {
/* iPad */


/* end of media query(iPad) */	
}



@media handheld, print, screen and (min-width: 801px) {
/* pc */



/* end of media query(pc) */
}