@charset "shift-JIS";
/******** head ******************/
#bg_ccc h1{
	margin: 0 auto;
}
/******** new_schedule ******************/
#new_wrapper{
	width: 760px;
	margin: 0 auto;
	background: #232323;
	border-right:2px solid #666;
	border-left:2px solid #666;
}
#new_wrapper div.new_schedule{
	width: 700px;
	text-align: left;
	vertical-align: middle;
	margin: 0 auto;
}
.year{
	color: #fff;
	padding: 5px 0 10px 0;
	font-size: 18px;
	text-align: center;
}
#new_wrapper div.new_logbox{
	padding: 10px 0 20px;
}
#new_wrapper div.new_logbox table {
	margin: 0px auto;/*Firefox*/
}
#new_wrapper table{
	color: #fff;
}
#new_wrapper div.new_schedule table td{
	padding: 15px 0;
	border-bottom: 1px solid gray;
}
#new_wrapper div.new_schedule tr:last-child td{ 
	border-bottom:none; 
}

#new_wrapper div.new_schedule table{
	width: 700px;
}
#new_wrapper div.new_schedule table td.end{
	font-weight: normal;
	color: darkgray;
	text-align: center;
	width: 50px;
}
#new_wrapper div.new_schedule table td.day{
	/* width: 200px; 期間が長い時*/
	width: 100px;
}
#new_wrapper div.new_schedule table td.pre{
	width:80px;
}
#new_wrapper div.new_schedule table td.playce{
	width: 180px;
}
.blue{
	color: #3482c3;
}
.red{
	color: red;
}
