



/*スタッフエリア*/

article{
	margin:0 auto 5% auto;
	text-align:center;
	background:#faf9f5;
	background-image:url(../image/staff/bg.png);
	background-position:top center;
	background-repeat:no-repeat;
}


article h1 img{
	width:56%;
	height:auto;
	max-width:500px;
	margin:40px auto 10px auto;
	text-align:center;
}



#staff{
	width:80%;
	height:auto;
	margin:0 auto;
	padding-bottom:8%;
	letter-spacing:0.1em;
}


.staffarea{
	margin:0 auto 14% auto;
	padding-bottom:6%;
	border-bottom:1px solid #E2D1BA;
}


.staffarea h2 img{
	width:70%;
	max-width:240px;
	margin-bottom:8%;
}


.staffarea h4{
	margin:0px auto 4% auto;
	font-size:80%;
	line-height:1.5;
	text-align:left;
}



.staffarea h5{
	line-height:1.5;
	font-size:80%;
	font-weight:bold;
	margin-bottom:2%;
	text-align:left;
}



.staffarea p{
	line-height:1.5;
	font-size:80%;
	padding-bottom:4%;
	text-align:left;
}



/*スタッフエリア*/





/*ピックアップエリア*/

#pick{
	width:100%;
	height:auto;
	max-width:828px;
	margin:0% auto;
	text-align:center;
	padding:3% 0% 5% 0%;


	background-image:
	url(../image/pbg.png), /* 最前面の背景レイヤーの背景画像 */
    url(../../image/pickbg.png);

	background-repeat:
    no-repeat, /* 最前面の背景レイヤーに対応 */
	repeat;

	background-position:
    right top, /* 最前面の背景レイヤーに対応 */
	top;
	
	background-size:
	100%,
	180%;
}


#pickup{
	width:90%;
	height:auto;
	margin:0 auto;
}



#pick h4 img{
	width:56%;
	height:auto;
	max-width:485px;
	margin:0px auto 15px auto;
	text-align:center;
}



#pick h5 img{
	width:49%;
	height:auto;
	max-width:245px;
	margin-bottom:16px;
	float:left;
	padding-bottom:2%;
	text-align:center;
}


/*ピックアップエリア*/






