﻿/*** for CLLCalendar.js ***/


.CLLCalendar_BaseTable {
	width:180px;
	border:1px solid #ccc;
	background-color:#FFFFFF;
}
.CLLCalendar_HeadTable {
	width:100%;
	height:22px;
	background-color:#EEEEEE;
}
.CLLCalendar_BodyTable {
	width:100%;
	height:150px;
}
.CLLCalendar_TailTable {
	width:100%;
}


/** カレンダー見出し **/
/* 前の月へ */
.CLLCalendar_prevMonth {
	text-align:left;
	color: #000000;
    font-size: 11px;
    font-family:"ＭＳ ゴシック",monospace;
    width:20px;
}
/* 現在の年月 */
.CLLCalendar_headYM {
	color: black;
    font-size: 13px;
    text-align:center;
    font-family:'MS UI Gothic';
}
/* 先の月へ */
.CLLCalendar_nextMonth {
	text-align:right;
	color: #000000;
    font-size: 11px;
    font-family:"ＭＳ ゴシック",monospace;
    width:20px;
}
/* 前の年へ */
.CLLCalendar_prevYear {
	text-align:left;
	color: #000000;
    font-size: 11px;
    font-family:"ＭＳ ゴシック",monospace;
    width:20px;
}
/* 次の年へ */
.CLLCalendar_nextYear {
	text-align:right;
	color: #000000;
    font-size: 11px;
    font-family:"ＭＳ ゴシック",monospace;
    width:20px;
}


/** 曜日見出し **/
/* 日曜日 */
.CLLCalendar_sunday_th {
	text-align:center;
	color: red;
    font-size: 10px;
    font-weight: 900;
    height: 20px;
    border: 1px solid gainsboro;
    background-color:#DFDFDF;
}
/* 月～金曜日 */
.CLLCalendar_weekday_th {
	text-align:center;
	color: black;
    font-size: 10px;
    font-weight: 900;
    height: 20px;
    border: 1px solid gainsboro;
    background-color:#DFDFDF;
}
/* 土曜日 */
.CLLCalendar_satday_th {
	text-align:center;
	color: blue;
    font-size: 10px;
    font-weight: 900;
    height: 20px;
    border: 1px solid gainsboro;
    background-color:#DFDFDF;
}


/** 日付 **/
/* 今日 */
.CLLCalendar_today {
	text-align:right;
    padding: 2px 0;
	color: black;
    font-size: 13px;
    font-weight: 900;
    border: 1px solid gray;
    background-color:#FFFFC0;
}
/* 祝日 */
.CLLCalendar_holiday {
	text-align:right;
    padding: 2px 0;
	color: red;
    font-size: 12px;
    border: 1px solid gainsboro;
}
/* 日曜日 */
.CLLCalendar_sunday {
	text-align:right;
    padding: 2px 0;
	color: red;
    font-size: 13px;
    font-family:'MS UI Gothic';
    border: 1px solid gainsboro;
}
/* 月～金曜日 */
.CLLCalendar_weekday {
	text-align:right;
    padding: 2px 0;
	color: black;
    font-size: 13px;
    font-family:'MS UI Gothic';
    border: 1px solid gainsboro;
}
/* 土曜日 */
.CLLCalendar_satday {
	text-align:right;
    padding: 2px 0;
	color: blue;
    font-size: 13px;
    font-family:'MS UI Gothic';
    border: 1px solid gainsboro;
}


/** 操作系 **/
/* 閉じる */
.CLLCalendar_close {
	text-align:center;
    padding: 2px 0;
	color: black;
    font-size: 10px;
    border: none;
}
/* リセット */
.CLLCalendar_reset {
	text-align:center;
    padding: 2px 0;
	color: black;
    font-size: 10px;
	border:1px solid green;
	border-style: groove;
}

.CLLCalendar_mini_icon{
	margin-top:3px;
	margin-left:0px;
	vertical-align:middle;
}
.CLLCalendar_mini_shim{
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:0px;
	display:none;
}
.CLLCalendar_mini_div{
	position:relative;
	display:inline;
	z-index:10;
	margin-left:0px;
	color:#FFFFFF;
}