@charset "UTF-8";
/* ------------------------- TOC 
schedule


---------------------------- */
/* ============================== category style */
/* calendar_table */

table {
  height: auto !important;
}


table.calendar_table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 900px;
}
table.calendar_table caption {
	text-align: left;
	color: #444444;
	padding-bottom: 6px;
	/* font-size: .75em; */
}	
table.calendar_table tr th,
table.calendar_table tr td {
	border: 1px solid #ddd;
	padding: 15px 0;
	text-align: left;
	font-size: 1.1em;
	color: #444444;
}
table.calendar_table thead tr th {
	text-align: center;
	background-color: #F0EFED;
	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: 264px;	
}
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 #ddd;
}
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 #ddd;
	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: 264px;
	font-weight: bold;
	word-break: break-all;
}
table.calendar_table tr td table td.wd_td03 {
	width: 99px;
	word-break: break-all;
}
table.calendar_table tr td table td.wd_td04 {
	width: 144px;
	word-break: break-all;
}
table.calendar_table tr td table td.wd_td05 {
	width: 158px;
	word-break: break-all;
}
tr.hallA {
	background-color: #fee;
}
tr.hallB {
	background-color: #effff7;
}
tr.roomA {
	background-color: #ffffe3;
}
tr.roomB {
	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: #444444;	*/
}

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:#444444;
	font-weight:bold;
}

/* ============================== form */


/* ============================== media queries */
