﻿@charset "utf-8";

/*------------------------------------------------------------------------------
コングレ・インスティテュート - CSS Modules Import
Date: 2009-02-05
Copyright (C) Congress Corporation. All Rights Reserved.
------------------------------------------------------------------------------*/


/* ----------------------------------------

Schedule

---------------------------------------- */

div#Main div#Schedule {
}


/* SchLimit
---------------------------------------- */

#SchLimit {
}

#SchLimit table th {
	border-right: 1px solid #ccb6b0; 
	background: #eeebe0;
	text-align: center;
	font-weight: bold;
	padding: 15px;
}

#SchLimit table td {
	padding: 15px 15px 15px 25px;
	border-right: 1px solid #ccb6b0;
}

/* ScheTb
---------------------------------------- */
#SchLimit,
.ScheTb {
	margin-bottom: 50px;
}

#SchLimit table,
.ScheTb table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ccb6b0;
	border-left: 1px solid #ccb6b0; 
	border-bottom: 1px solid #ccb6b0;
	color: #624745;
}

.ScheTb tbody th {
	padding: 5px;
	border-right: 1px solid #ccb6b0;
	text-align: center;
}

.ScheTb tbody td {	
	border-top: 1px solid #ccb6b0;
	border-right: 1px solid #ccb6b0; 
	padding: 5px;
	text-align: center;
}


.ScheTb thead tr th {
	border-bottom: 2px solid #ccb6b0;
	border-right: 1px solid #ccb6b0; 
	background: #eeebe0;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}


.ScheTb .Active {
	background: #ffdfb1;
}

.ScheTb th span {
	font-weight: normal;
	font-size: 85%;
}

.ScheTb .SchTh {
	background: #ffdfb1;
	font-weight: bold;
}

.Spanish .SchTh {
	width:9em;
}


.ScheTb .SchOn {
	background: #fbfaf5;
}


