#main #schedule_attension{
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom:1px dotted #999;
}
#main #schedule_attension span{
	color:#B22222;
}


#main #schedule_tab{
	width:630px;
	height:35px;
	margin:0 0 0 15px;
	padding:0px;
}

#main #schedule_tab ul{
	width:630px;
  	margin:0px auto;
  	padding:0px;

}
#main #schedule_tab li {
	width:90px;
	height:35px;
  	margin:0px;
 	padding: 0px;
	list-style: none;
	font-size: 14px; 
	font-size: 1.4rem; /* =14px */
	text-align:center;
	line-height:2.4;
	float: left;
	cursor: pointer;
	background:url(../background/sche_tab2.png) no-repeat;
}
#main #schedule_tab li.select {
	color:#fff;
	background:url(../background/sche_tab1.png) no-repeat;
}
.disnon {
	display: none;
}

#main #st_box_wrap{
	width: 660px;
	height:100%;
	min-height:100%;
}

#main #st_box_wrap .schedule_tab_box{
	width: 660px;
	padding-top:20px;
	text-align: center;
	clear: left;
}



/* 出勤ラインナップ */
#main #st_box_wrap .schedule_tab_box ul{
	width: 660px;
	list-style-type:none;
	margin:0 0 0 8px;
	padding:0;
}
#main #st_box_wrap .schedule_tab_box ul li{
	width:160px;
	height:320px;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:20px;
	padding:0;
	float:left;
	background:url(../background/g_frame.png) no-repeat;
}

#main #st_box_wrap .schedule_tab_box ul li #gbox{
	width:160px;
	height:320px;
	margin:0;
	padding:0;
	top:0px;
	left:0px;
}
#main #st_box_wrap .schedule_tab_box ul li #gbox #img_box{
	width:110px;
	height:180px;
	margin:0 auto;
	padding:0;
	position:relative;
	top:25px;
}
#main #st_box_wrap .schedule_tab_box ul li #gbox #icon_box{
	width:150px;
	margin:0 auto;
	padding:0;
	position:relative;
	top:-155px;
	left:-80px;
	z-index:1;
}

#main #st_box_wrap .schedule_tab_box ul li #gbox #txt_box{
	width:150px;
	margin:0 auto;
	padding:0;
	position:relative;
	top:50px;
}
#main #st_box_wrap .schedule_tab_box ul li #gbox #txt_box h4{
	margin:0px auto;
	padding:1px 0px;
	color:#333;
	font-size:12px;
	text-align:center;
	font-weight:normal;
	position:relative;
	top:0px;
	left:0px;
	background-color:#fff;
	border-top:1px dotted #ccc;
}

#main #st_box_wrap .schedule_tab_box ul li #gbox #txt_box h4 a{
	text-decoration:none;
}
#main #st_box_wrap .schedule_tab_box ul li #gbox #txt_box h4 span{
	font-size:10px;
}

#main #st_box_wrap .schedule_tab_box ul li #gbox #txt_box h5{
	margin:0px auto;
	padding:2px 0px;
	color:#333;
	font-size:10px;
	text-align:center;
	font-weight:normal;
	background-color:#eee;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	position:relative;
	top:0px;
	left:0px;
}
#main #st_box_wrap .schedule_tab_box ul li #gbox #txt_box h6{
	margin-bottom:5px;
	padding:3px 0px;
	color:#333;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}
#main #st_box_wrap .schedule_tab_box ul li #gbox #txt_box h7{
	height:18px;
	margin:0;
	padding:0;
	position:relative;
	top:-10px;
}
