@charset "utf-8";
/* CSS Document */

#staffTab .btn00Pos{
	background: url(../images/staff/tab_guest_off.png) no-repeat;
	width:210px;
	height:74px;
	z-index:4000;
}
#staffTab .btn00Pos:hover{
	background: url(../images/staff/tab_guest_on.png) no-repeat;
}
#staffTab .btn00Pos.current{
	background: url(../images/staff/tab_guest_on.png) no-repeat;
}
#staffTab .btn00Pos.current:hover{
	background: url(../images/staff/tab_guest_on.png) no-repeat;
}

#staffTab .btn01Pos{
	background: url(../images/staff/tab_cast_staff_off.png) no-repeat;
	width:212px;
	height:74px;
	z-index:4000;
}
#staffTab .btn01Pos:hover{
	background: url(../images/staff/tab_cast_staff_on.png) no-repeat;
}
#staffTab .btn01Pos.current{
	background: url(../images/staff/tab_cast_staff_on.png) no-repeat;
}
#staffTab .btn01Pos.current:hover{
	background: url(../images/staff/tab_cast_staff_on.png) no-repeat;
}

.second_area{
	position:relative;
	width: 1080px;
    margin: 0 auto;
}
.second_area .bgArea {
	height:2077px;
}
.second_area .car00{
	position:absolute;
	top:0;
	left:0;
	z-index:19;
	height: 1170px;
}
.second_area .car01{
	position:absolute;
	top:0;
	left:0;
	z-index:19;
	height: 980px;
}

#staffTab div{
	cursor:pointer;
	margin-right:15px;
}
#staffTab div:last-child{
	margin-right:0;
}

#contents.second .second_area .second_ttl img{
	position:relative;
	z-index:20;
}


/*character*/
#staffTab.repeat_area{
	background:url("../images/staff/bg_tabarea.png") no-repeat center top;
	width: 1080px;
	height: 105px;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	padding-top: 29px;
}