@charset "UTF-8";
/* ------------------------- TOC 
schedule


---------------------------- */
/* ============================== category style */
/* calendar_table */
table.calendar_table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 900px;
}
table.calendar_table caption {
	text-align: left;
	color: #224455;
	padding-bottom: 6px;
	/* font-size: .75em; */
}	
table.calendar_table tr th,
table.calendar_table tr td {
	border: 1px solid #b1c2c9;
	padding: 15px 0;
	text-align: left;
	color: #224455;
}
table.calendar_table thead tr th {
	text-align: center;
	background-color: #e6f0f0;
	font-weight: bold;
	font-size: 1.15em;
	padding: 15px 0;
}
table.calendar_table thead tr th.wd_th01 {
	width: 59px;
}
table.calendar_table thead tr th.wd_th02 {
	width: 49px;	
}
table.calendar_table thead tr th.wd_th03 {
	width: 99px;	
}
table.calendar_table thead tr th.wd_th04 {
	width: 284px;	
}
table.calendar_table thead tr th.wd_th05 {
	width: 99px;	
}
table.calendar_table thead tr th.wd_th06 {
	width: 144px;	
}
table.calendar_table thead tr th.wd_th07 {
	width: 158px;	
}
table.calendar_table tbody tr th.date {
	width: 59px;
	vertical-align:top;
	text-align: center;
}
table.calendar_table tbody tr th.week {
	width: 49px;
	vertical-align:top;
	text-align: center;
}
table.calendar_table tbody tr td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
table.calendar_table tbody tr td table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border-bottom: 1px solid #b1c2c9;
}
table.calendar_table tbody tr td table:last-of-type {
	border-bottom: none;
}
table.calendar_table tbody tr td table th,
table.calendar_table tbody tr td table td {
	border: none;
}
table.calendar_table tbody tr td table td {
	border-right: 1px solid #b1c2c9;
	padding: 15px 0;
}
table.calendar_table tbody tr th p,
table.calendar_table tbody tr td table td p {
	padding: 0 10px;	
}
table.calendar_table tbody tr td table td:last-of-type {
	border-right: none;
}
table.calendar_table tr td table td.wd_td01 {
	width: 99px;
}
table.calendar_table tr td table td.wd_td02 {
	width: 284px;
	font-weight: bold;
}
table.calendar_table tr td table td.wd_td03 {
	width: 99px;
}
table.calendar_table tr td table td.wd_td04 {
	width: 144px;
}
table.calendar_table tr td table td.wd_td05 {
	width: 158px;
}
tr.hallA {
	background-color: #ffeeee;
}
tr.hallB {
	background-color: #effff7;
}
tr.hallC {
	background-color: #ffffe3;
}
tr.roomA {
	background-color: #e8fde4;
}
table.calendar_table tr td table td span.icon_bar {
	display: block;
	padding-top: 5px;
	padding-left: 10px;
}
table.calendar_table tr td table td span.icon_new {
	padding: 0 22px 0 0;
	background: url(/common/img/icon_new02.png) no-repeat right 0.1em;
	display: inline-block;
}
table.calendar_table tr td table td.wd_td05 a {
	color: #
	224455;	
}

table.calendar_table td.none {
	vertical-align: middle;
	padding: 10px;
}

tr.Saturday .week {
	color: #0000ff;
}
tr.Sunday .week {
	color: #ff0000;
}

.caption_box {
	margin:10px 0 5px 10px;
	text-align:center;
	color:#224455;
	font-weight:bold;
}

/* ============================== form */


/* ============================== media queries */
