@charset "utf-8";

.popup .ttl {
	margin: 0 10px 19px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
}

.popup .ttl p {
	padding: 0 20px 0 23px;
	font-size: 8px;
	background: url(../img/staff_detail/h3_bg.gif) no-repeat left center;
	background-size: 15px 14px;
	float: left;
	width: 40%;
}

.popup .ttl p span {
	padding-left: 4px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.0;
}

.popup .ttl div {
	float: right;
}

.popup .ttl div img {
	width: 115px;
	height: auto;
}

.popup .section01 {
	margin: 0 10px 15px;
}

.popup .section01 img ,
.popup .section02 img,
.popup .section03 img{
	width: 100%;
	height: auto;
}

.popup .section01 .photo {
	width: 27%;
	float: right;
	position: relative;
	z-index: 5;
}

.popup .section01 .photo p {
	position: absolute;
	bottom: -10px;
	left: -12px;
}

.popup .section01 .photo p img {
	width: 60px;
}

.popup .section01 .inner {
	width: 71%;
	float: left;
	position: relative;
}

.popup .section01 .inner .img01 {
	position: relative;
}

.popup .section01 .inner .img01 p {
	position: absolute;
	text-align: center;
	top: 16%;
	right: 0;
	width: 90%;
	font-weight: bold;
}

.popup .section01 .inner .img02 {
	margin-top: -10px;
	position: relative;
}

.popup .section01 .inner .img02 p {
	font-size: 9px;
	width: 85%;
	line-height: 1.4;
	position: absolute;
	top: 32%;
	left: 10%;
	text-align: center;
	font-weight: bold;
}

.popup .section01 .inner .img03 {
	position: absolute;
	top: 12%;
	left: 0;
}

.popup .section01 .inner .img03 img {
	width: 57px;
}

.popup .section02 {
	margin: 0 10px;
	margin-bottom: 18px;
	position: relative;
	clear: both;
}

.popup .section02 .img01 {
	position: relative;
}

.popup .section02 .img01 p {
	position: absolute;
	text-align: center;
	left: 5px;
	width: 68%;
	top: 20%;
	line-height: 1.4;
	font-weight: bold;
}

.popup .section02 .img02 {
	margin-top: -10px;
	position: relative;
}

.popup .section02 .img02 p {
	font-size: 8px;
	width: 79%;
	line-height: 1.7;
	position: absolute;
	top: 32%;
	left: 12%;
	text-align: center;
	font-weight: bold;
}

.popup .section02 .img03 {
	position: absolute;
	top: -4px;
	right: 10px;
}

.popup .section02 .img03 img {
	width: 60px;
}

.popup .section03 {
	margin: 0 10px;
	padding-bottom: 15px;
	clear: both;
}

.popup .section03 .lInner {
	width: 40%;
	float: left;
	position: relative;
}

.popup .section03 .lInner p {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 8%;
	left: 0;
	font-size: 10px;
	line-height: 1.3;
	font-weight: bold;
}

.popup .section03 .lInner .img01 {
	position: absolute;
	bottom: -7px;
	left: 0;
}

.popup .section03 .lInner .img01 img {
	width: 60px;
}

.popup .section03 .rInner {
	padding-top: 1px;
	width: 58%;
	position: relative;
	float: right;
}

.popup .section03 .rInner p {
	position: absolute;
	width: 73%;
	top: 25%;
	left: 15%;
	font-size: 8px;
	line-height: 1.6;
	text-align: center;
	font-weight: bold;
}

.popup .section03 .rInner .img01 {
	position: absolute;
	top: -10px;
	left: -5px;
}

.popup .section03 .rInner .img01 img {
	width: 30px;
}

.popup .section04 {
	padding-bottom: 22px;
	position: relative;
}

.popup .section04 .rInner {
	float: left;
}

.popup .section04 .rInner p {
	width: 78%;
	left: 12%;
	top: 15%;
}

.popup .section04 .lInner {
	padding-top: 1px;
	float: right;
}

.popup .section04 .lInner p {
	top: 20%;
}

.popup .section04 .lInner .img01 {
	position: absolute;
	top: -14px;
	right: 2px;
	left: auto;
}

.popup .section04 .lInner .img01 img {
	width: 22px;
}

.popup .section04 .img02 {
	position: absolute;
	left: 50%;
	bottom: 10px;
}

.popup .section04 .img02 img {
	width: 60px;
}

.popup .section05 {
	padding-bottom: 20px;
}

.popup .section05 .rInner .img01 {
	position: absolute;
	top: -15px;
	left: auto;
	right: 0px;
}

.popup .section05 .rInner .img01 img {
	width: 72px;
}

.popup .back a {
	margin: 10px;
	padding: 4px 0;
	display: block;
	background: #ff9640;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 3px;
	box-shadow: 2px 2px 0 #ffb87e;
	text-shadow: 2px 2px 1px #ffb87e; 
}

