#schedule_tab{width:850px;height:35px;margin:0 0 0 5px;padding:0px;}
#schedule_tab ul{width:630px;margin:0px auto;padding:0px;}
#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;
	border: 1px solid #ddd;
	/* 左上角丸 */
	border-top-left-radius: 6px; 
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	/* 右上角丸 */
	border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px; 
	
	/* グラデーション　Webkit */
    	background: -webkit-gradient(
        			linear,
        			left top,
       				left bottom,
        			from(#eee),
        			to(#fff)
        );         
	/* グラデーション　Firefox */
	background: -moz-linear-gradient(
				top,
				#eee,
				#fff
	);    
	/*グラデーション　 IE */
	/* InternetExplorer 8-9*/  
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#fff', GradientType=0)";  
	/* InternetExplorer  10*/  
	background: linear-gradient(to bottom, #eee, #fff); 
	
}
#schedule_tab li.select {
	color:#fff;
	font-weight:bold;
	border: 1px solid #336600;
	
	/* 左上角丸 */
	border-top-left-radius: 6px; 
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	/* 右上角丸 */
	border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px; 

	background:#9cbb1c;
}
.disnon {
	display: none;
}


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

#st_box_wrap .schedule_tab_box{
	width: 840px;
	padding-top:20px;
	text-align: center;
	clear: both;
}
