@charset "utf-8";

/* ==================================================================
CSS information
 style info : 全ページ共通設定　文字設定・画像設定　*yama 201002renew
================================================================== */

/* --------------------------------------------------------
	ページ下部のカレンダーなどの３つのボタン設定を読み込んでる
-------------------------------------------------------- */

@import url("../../css/style_campuslife.css");


/* --------------------------------------------------------
	カレンダー設定　
-------------------------------------------------------- */



#calender .main_table a {
	color:#0066CC;
	border-bottom: 1px dotted;
}

#calender .main_table {
	border-collapse:separate;
	border-spacing:2px;
	margin-bottom:10px;
}

#calender .main_table td {
	padding:2px;
	vertical-align: middle;	 
}

#calender .main_table th {
	line-height:2em;
	background-color:#C7E981;
	text-align:center;
}

#calender .main_table .event {
	width:190px;
	border: 1px solid #DDD;
}

#calender .main_table .eventdetail {
	border: 1px solid #DDD;
	font-size:11px;
}

#calender .main_table .day {
	background:#FEF58F;
	width:20px;
	text-align:center;
}

#calender .main_table .week {
	font-size:12px; padding:2px;
	text-align:center;
	background: url(../../../img/common/bg_01.gif) repeat;
	line-height: 1.5em;
	background-color:#DDD;
}


#calender .main_table .holiday{	color:#ff6b80;}
#calender .main_table .saturday{ color:#3e7ad4;}
#calender .main_table .work {
	background-color:#b3dee9;
	border: 1px solid #cde6ff;
}

#calender .main_table .course {
	background-color: #f7cad7;
	border: 1px solid #ffcccc;
}

#calender .main_table .school {
	background-color: #cef1b8;
	border: 1px solid #eeffcd;
}

#calender ul.schedule_color{margin: 10px 0;}
#calender .schedule_color li {display:inline;padding:5px;margin-right:10px;}
