@charset "utf-8";
@import "common/0-import.css";
/*------------------------------------------------------------
	各スタッフ紹介
------------------------------------------------------------*/
body {
	margin: 0;
	background: none;

	text-align: center;
}

#popup {
	margin: 0 auto;
	width: 680px;
	text-align: left;
}

#popup .box {
	height: 235px;
	border: 1px solid #9DB0BC;
	border-top: none;
	background: url(../img/staffdetails/box_back.jpg) repeat-x top;
	position: relative;
}

#popup .box p {
	position: absolute;
	font-size: 14px;
	line-height: 1.4;
}

#popup .box p.text {
	position: absolute;
	top: 52px;
	right: 164px;
}

#popup .box p.text01 {
	position: absolute;
	top: 12px;
	left: 260px;
}

#popup .box p.text02 {
	position: absolute;
	top: 30px;
	left: 350px;
}

#popup .box p.textbig {
	position: absolute;
	top: 52px;
	right: 164px;
	font-size: 36px;
	font-weight: bold;
}

#popup .box p.m10 {
	left: 35px;
	top: 8px;
}

#popup .box p.yuan {
	position: absolute;
	top: 5px;
	right: 22px;
}

#popup .box p.spacial {
	padding: 18px 10px 0 10px;
	font-weight: bold;
	text-align: center;
	top: 115px;
	right: 10px;
	left: 260px;
	background: url(../img/staffdetails/line.gif) repeat-x top;
}

#popup .boxb {
	padding: 10px 10px 0 35px;
	background: #B5C6D0;
	height: 100%;
	overflow: hidden;
}

#popup .boxb ul {
	float: left;
	background: #fff;
}

#popup .boxb li img {
	display: block;
}

#popup .boxb li {
	text-align: center;
	margin-bottom: 5px;
	font-size: 14px;
}

#popup .boxc {
	background: url(../img/staffdetails/boxc_back.gif) no-repeat left top;
	float: right;
	padding-bottom: 80px;
}

#popup .boxc p {
	text-align: center;
	margin-top:20px;
	line-height: 1.7;
	font-size: 18px;
	letter-spacing: 1px;
}

