@charset "utf-8";
/* CSS Document */

#staff_content .page_title{
	background:url(../images/blue_back.png) center top;
}
#staff_content .content_title{
	border-bottom:6px solid #5AD2E6;
}

#staff_list{
	margin-top:30px;
}
#staff_list table{
	width:100%;
	font-size:118%;
}
#staff_list table tr td{
	padding:25px;
	border-right:1px solid #4D4D4D;
	border-bottom:1px solid #4D4D4D;
}
#staff_list table tr td:last-child{
	border-right:0;
}
#staff_list table tr:first-child td{
	border-right:0;
	border-bottom:4px solid #5AD2E6;
	font-size:120%;
}

#staff_name{
	width:100%;
	margin-top:50px;
	background:url(../images/back_line.png) center top;
	line-height:0.5;
	text-align:center;
}
#staff_name div{
	position:relative;
	min-width:350px;
	display:inline-block;
	margin:0 10px;
	padding:10px 10px 5px;
	background-color:#FFFFEF;
	overflow:hidden;
}
#staff_name div:before{
	position:absolute;
	content:"　";
	display:inline-block;
	bottom:3px;
	left:4%;
	width:92%;
	border-top:1px solid #4d4d4d;
}
.staff_title{
	font-size:180%;
	font-weight:bold;
}
.staff_title_btm{
	position:relative;
	display:inline-block;
	margin-top:18px;
	padding:0 10px;
	background-color:#FFFFEF;
	font-size:132%;
}
.join_title{
	padding-left:30px;
	background:url(../images/megahon.png) no-repeat center left;
	font-size:170%;
	font-weight:bold;
}
#staff_work{
	margin-top:30px;
}
#staff_work table{
	width:100%;
	font-size:118%;
	line-height:1.8;
}
#staff_work table tr td{
	padding:25px 25px 25px 0;
	border-bottom:1px solid #4D4D4D;
}
#staff_work table tr:last-child td{
	border-bottom:0;
}
.page_back{
	padding:20px 0;
	text-align:center;
}
.page_back a{
	display:inline-block;
	padding:7px 20px 7px 60px;
	background:url(../images/page_back_icon.png) no-repeat center left 15px;
	border:2px solid #5AD2E6;
	color:#5AD2E6;
	font-size:150%;
	letter-spacing:1px;
}
.page_back a:hover{
	background-color:#F2FBFD;
}

#studio_box{
	position:relative;
	width:100%;
	font-size:132%;
}
.studio_txt01{
	position:absolute;
	right:100px;
	top:180px;
}
.studio_txt02{
	position:absolute;
	left:100px;
	top:480px;
}
.studio_txt03{
	position:absolute;
	right:120px;
	top:780px;
}
.studio_txt04{
	position:absolute;
	left:160px;
	top:1100px;
}
.studio_txt05{
	position:absolute;
	right:160px;
	top:1470px;
}

