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

/* content block 1 */
.mcs_container {
	position:relative;
	height:100%;
}

/*** 基本設定 ***/
/*#mcs_container .customScrollBox{position:relative; height:100%; overflow-x:hidden;; overflow-y:scroll;}*/
.mcs_container .customScrollBox{position:relative; height:100%; overflow:hidden;}
.mcs_container .customScrollBox .container{position:relative; top:0; float:left; }
.mcs_container .customScrollBox .content{clear:both;}
.mcs_container .dragger_container{position:relative; width:14px; height:100%; background-image:url(/_common/img/scrollbar_bg.gif); float:left; margin:0 0 0 0px; cursor:pointer; }

.mcs_container .dragger{position:absolute; width:14px; height:50px; background-color:#a0a0a0; }
.mcs_container .dragger_pressed{position:absolute; width:14px; height:50px; background-color:#CCC; }

/*** トップ用 ***/
#pageTop .mcs_container .customScrollBox .container {
	width:321px;	
}

/*** 人材派遣共通 ***/
.cateHaken .mcs_container .customScrollBox .container {
	width:846px;
}