@charset "utf-8";


/*----------------------------------------------------
	#staff
--------------------------------------------------- */
#staff{
	width:100%;
	overflow:hidden;
	background:url(../img/bg.jpg) no-repeat center bottom;
	background-size:cover;
	padding-bottom:40px;
}
#staff h1{
	font-weight:normal;
	font-size:16px;
	color:#FFF;
	padding-top:70px;
	margin-left:78.26%;
	margin-bottom:18px;
}

#staff dl{
	overflow:hidden;
	margin-bottom:5px;
}
#staff dl dt{
	width:39.06%;
	float:left;
	text-align:right;
	font-size:10px;
	color:#8CA9A5;
	line-height:180%;
}
#staff dl dd{
	width:58.4%;
	float:right;
	text-align:left;
	position:relative;
	font-size:14px;
}
#staff dl dd span{
	float:left;
	margin-right:30px;
}
#staff dl dd .btn_more{
	float:left;
	background: url(../img/more_info.png) no-repeat;
	background-size:contain;
	width:60px;
	height:15px;
	display:block;
	color:#FFFFFF;
	font-size:9px;
	text-align:left;
	padding-left:4px;
	line-height:17px;
	
}


#staff .mb{
	margin-bottom:26px;
}


/*----------------------------------------------------
	#popup
----------------------------------------------------*/
#popup{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:110;
	background:#FAFAF0;
	min-height:100%;
	display:none;
	
}
#popup .popupArea{
	width:89.33%;
	margin:0 auto;
	padding-top:50px;
	
}
#popup .popupArea .btn_close{
	text-align:center;
	padding-top:25px;
	padding-bottom:25px;
}

#popup .popupArea .image{
	width:53.33%;
	margin:0 auto;
	margin-bottom:8px;
 }
#popup .popupArea .image img{
	width:100%;
	height:auto;
}
#popup .popupArea h2{
	font-size:16px;
	margin-bottom:3px;
	font-weight:normal;
	text-align:center;
}

#popup .popupArea .web{
	font-size:14px;
	margin-bottom:10px;
	font-weight:normal;
	text-align:center;
}
#popup .popupArea .web a{
	color:#605040;
}
#popup .popupArea .sns{
	overflow:hidden;
	text-align:center;
	margin-bottom:10px;
}
#popup .popupArea .sns li{
	display:inline-block;
	margin:0 10px;
}
#popup .popupArea .twitter a{
	background:url(../img/twitter.png) no-repeat left center;
	background-size:contain;
	width:35px;
	display:block;
	height:35px;
}

#popup .popupArea h3{
	text-align:center;
	font-size:14px;
	line-height:180%;
	font-weight:normal;
	margin-bottom:25px;
}
#popup .popupArea p{
	text-align:left;
	font-size:14px;
	line-height:200%;
	margin-bottom:20px;
}
