@charset "UTF-8";

@import url("main.css");

/* ======================================

 schedule CSS file
 
 Color Cordination
 Key Color: 

======================================= */

table.schedule
{
	width: 640px;
}
table.schedule th
{
	width: 16%;
}
table.schedule .day td
{
	text-align: center;
	font-size: 100%;
}
table.schedule td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 133%;
	text-align: right;
}
table.schedule .even
{
	background: #f5edf0;
}
table.schedule .close
{
	color: #f27ea0;
}
#contents .entry span.close
{
	color: #f27ea0;
	font-weight: bold;
}
#contents .entry .access a
{
	padding-left: 15px;
	background: url(../img/com/arrow_r.gif) no-repeat left center;
}

table.schedule-2014-early th {
	width: 14%;
}