@charset "utf-8";

/***********************************

modul

************************************/
#stafftop{
	width:320px;
/*	margin-bottom:70px;*/
	margin-bottom:15px;
	background:#ffe7e7;
	position: relative;
	overflow:hidden;
	_zoom:1;
	border-radius:2px 2px 0 0;
}

.heading_stafftopArea{
	width:320px;
	height:53px;
	padding-top:15px;
	color:#FFF;
	background-color:#c60001;
}

.heading_stafftopArea h3{
	padding-left:22px;
	color:#FFF;
	font-size:120%;
}

.heading_staff a{
	text-decoration:none;
	color:#FFF;
}

.stafftop_text{
	padding-left:22px;
	color:#FFF;
	margin-bottom:9px;
	font-size:80%;
}

a.all_viewer{
	width:80px;
	height:27px;
	color:#FFF;
	font-size:80%;
	text-align:center;
	font-weight:bold;
	line-height:27px;
	display:block;
	background:url(../../../../img/applicant/mypage/common/all_view.png) no-repeat left top;
	text-decoration:none;

}

a:hover.all_viewer{
	color:#FFF;
	background:url(../../../../img/applicant/mypage/common/all_viewhover.png) no-repeat left top;	
}

#slider{
	width:320px;
	height:248px;
	background:url(../../../../img/applicant/mypage/index/staff_topbg.gif) no-repeat left top;
	margin:0;
	padding:0;
}



#stafftop li.card_index{
	width:320px;
	height:228px;
	padding-top:20px;
	margin-top:-2px;
}

.flickwrapper{
	width:160px;
	height:186px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	background:url(../../../../img/applicant/mypage/index/staff_topcard.png) no-repeat left top;
}

#stafftop li.card_index img.thum_imgtop{
	width:160;
	height:120px;
	display:block;
}


#stafftop li.card_index .link_txt{
	width:150px;
	padding:11px 0 0 0;
	margin:0 0 8px 8px;
	color:#333;
	display:block;
	font-weight:bold;
	font-size:80%;
}

#stafftop li.card_index .link_txt span.name{
	color:#333;
	display:block;
	font-size:120%;

}



#stafftop li.card_index .moreread{
	padding:20px;
	clear:both;
	line-height:150%;
}

.btn_next,
.btn_prev{
	display:none;
}





/***********************************

wideslider_top

************************************/
.wideslider_top{
	width: 960px;
	height: 248px;
	text-align: left;
	position: relative;
	overflow: hidden;
	margin:0 auto 0px -320px;

}

.wideslider_top ul,
.wideslider_top ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider_top_base {
	top: 0;

	/*position: absolute;	wideslider_topが100％じゃないときabsoluteを削除*/
	overflow: visible;	
}

.wideslider_top_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev_top,
.slider_next_top {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}


.slider_prev_top {background:url(../../../../img/applicant/mypage/common/recarw_left.png) no-repeat right center;}
.slider_next_top {background:url(../../../../img/applicant/mypage/common/recarw_right.png) no-repeat left center;}

.pagination_top {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination_top a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #666;
}
.pagination_top a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
.wideslider_top ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider_top ul {
	display: inline-block;
	overflow: hidden;
}
