/*------------------------------------------------------------------------------
								STAFF
------------------------------------------------------------------------------*/
.footer-menu-area {
	border-top: 1px solid #CCCCCC;
}
.staff {
	width: 100%;
	min-width: 1280px;
	max-width: 1600px;
	margin: 0 auto;
	box-sizing: border-box;
	padding:0 70px 100px;
}
.staff .staff-area {
	width: 100%;
	position: relative;
}
.staff .sub {
	display: block;
	background: #000000;
	color: #FFFFFF;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	margin: 0 auto;
	width: 16.6em;
	
}
.staff .sub-name {
	text-align: center;
	font-size: 16px;
}
.staff .music li {
	width: 100%;
}
.staff .music li h3 {
	color: #c81e09;
	background: #efefef;
	border: 1px solid #afafaf;
	font-size: 20px;
	text-align: center;
	line-height: 2.4em;
}
.staff .music li p {
	text-align: center;
	font-size: 18px;
	border: 1px solid #afafaf;
	border-top: none;
	padding: 0.5em;
}
.staff .music li p span {
	margin: 0 0.75em;
	white-space: nowrap;
}



@media screen and (max-width: 1000px) {
/*------------------------------------------------------------------------------
								STAFF
------------------------------------------------------------------------------*/
.staff {
	min-width: 740px;
	max-width: 1000px;
	padding:0 40px 12.5vw;
}

.staff .sub {
	font-size: 3.5vw;
	margin-bottom: 0.2em;
	
}
.staff .sub-name {
	font-size: 3vw;
}
.staff .music li {
	width: 100%;
}
.staff .music li h3 {
	font-size: 3.2vw;
}
.staff .music li p {
	font-size: 2.9vw;
}
}


@media print{
.main ul li .photo-none {
	display:none;
}
}