@charset "UTF-8";

/* -------------------------------------------------------------------------
 基本設定
------------------------------------------------------------------------- */
.wcv_sys_cal {
	width: 100%;
	font-family: sans-serif;
	background:#FFF;
}
.wcv_sys_cal p,
.wcv_sys_cal ul,.wcv_sys_cal li,
.wcv_sys_cal table,.wcv_sys_cal table caption,.wcv_sys_cal th,.wcv_sys_cal td {
	margin: 0;
	padding: 0;
	line-height: 1.1;
}
.wcv_sys_cal table {
	clear: both;
	width: 100%;
	font-size: 100%;
	table-layout: fixed;
}
.wcv_sys_cal table caption {
	height: 10px;
	font-size: 70%;
	visibility: hidden;
	overflow: hidden;
}
.wcv_sys_cal th {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.wcv_sys_cal td {
	text-align: left;
	vertical-align: top;
}
.wcv_sys_cal img {
	border: 0;
	vertical-align: baseline;
}

/* --- 管理用 ---------------------------------------------------- */
.wcv_sys_cal_cmskit {
	width: 100%;
}

/* --- コンテンツ用 ---------------------------------------------- */
.wcv_sys_cal_left,.wcv_sys_cal_center,.wcv_sys_cal_right {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
.wcv_sys_cal_left:after,.wcv_sys_cal_center:after,.wcv_sys_cal_right:after {
	/*Newブラウザ フロート対策*/
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* 中央寄せ */
.wcv_sys_cal_centerwrap {
	text-align: center;
}
.wcv_sys_cal_center {
	margin-right: auto;
	margin-left: auto;
}

/* 右寄せ */
.wcv_sys_cal_rightwrap {
	text-align: right;
}
.wcv_sys_cal_right {
	margin-left: auto;
}

/* -------------------------------------------------------------------------
 ミニカレンダー
------------------------------------------------------------------------- */
/* --- 曜日 ------------------------------------------------------ */
.wcv_sys_cal table.wcv_sys_cal_minical th {
	padding: 3px 0;
}

/* --- 日付 ------------------------------------------------------ */
.wcv_sys_cal table.wcv_sys_cal_minical td {
	padding: 3px 0;
	text-align: center;
}

/* --- 月表示 ---------------------------------------------------- */
.wcv_sys_cal p.wcv_sys_cal_minimonth {
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 -2px;
	text-align: center;
}

/* --- 下部のカレンダーページへのリンク -------------------------------- */
.wcv_sys_cal p.wcv_sys_cal_minilink {
	margin: 5px 5px 0 0;
	text-align: right;
}

/* -------------------------------------------------------------------------
 デザイン１
------------------------------------------------------------------------- */
/* --- 凡例 ------------------------------------------------------ */
.wcv_sys_cal .wcv_sys_cal_design .wcv_sys_cal_legend {
	background: #FFF;
	border: 2px solid #CCC;
}

/* --- 「前月へ」 ------------------------------------------------ */
.wcv_sys_cal .wcv_sys_cal_design p.wcv_sys_cal_prevbtn a {
	background: #FFF;
	border: 1px solid #D6D6D6;
}

/* --- 「次月へ」 ------------------------------------------------ */
.wcv_sys_cal .wcv_sys_cal_design p.wcv_sys_cal_nextbtn a {
	background: #FFF;
	border: 1px solid #D6D6D6;
}

/* --- カレンダー部分 -------------------------------------------- */

/* テーブル */
.wcv_sys_cal .wcv_sys_cal_design table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	background: #FFF;
	border: 2px solid #C2C2C2;
}

/* 曜日（カレンダータイプ、ミニカレンダー） */
.wcv_sys_cal .wcv_sys_cal_design table.wcv_sys_cal_caltype th,
.wcv_sys_cal .wcv_sys_cal_design table.wcv_sys_cal_minical th {
	border: 1px solid #D6D6D6;
	border-bottom: 1px solid #CCC;
}

/* 日付（ミニカレンダー） */
.wcv_sys_cal .wcv_sys_cal_design table.wcv_sys_cal_minical td {
	border: 1px solid #D6D6D6;
}

/* --- 平日のセル ------------------------------------------------ */

/* 曜日（カレンダータイプ、ミニカレンダー） */
.wcv_sys_cal .wcv_sys_cal_design table.wcv_sys_cal_caltype th,
.wcv_sys_cal .wcv_sys_cal_design table.wcv_sys_cal_minical th {
	background: #E6E6E6;
}

/* 日付（ミニカレンダー） */
.wcv_sys_cal .wcv_sys_cal_design table.wcv_sys_cal_minical td {
	background: #FFF;
}

/* --- 土曜日のセル ---------------------------------------------- */

/* 曜日（カレンダータイプ、ミニカレンダー） */
.wcv_sys_cal .wcv_sys_cal_design table.wcv_sys_cal_caltype th.wcv_sys_cal_sat,
.wcv_sys_cal .wcv_sys_cal_design table.wcv_sys_cal_minical th.wcv_sys_cal_sat {
	color: #0066CC;
	background: #E2ECF7;
}

/* 日付（ミニカレンダー） */
.wcv_sys_cal .wcv_sys_cal_design table.wcv_sys_cal_minical td.wcv_sys_cal_sat {
	color: #06C;
	background: #F7FAFD;
}

/* --- 日曜日のセル ---------------------------------------------- */

/* 曜日（カレンダータイプ、ミニカレンダー） */
.wcv_sys_cal .wcv_sys_cal_design table.wcv_sys_cal_caltype th.wcv_sys_cal_sun,
.wcv_sys_cal .wcv_sys_cal_design table.wcv_sys_cal_minical th.wcv_sys_cal_sun {
	color: #CC3300;
	background: #FCF0F0;
}

/* 日付（ミニカレンダー） */
.wcv_sys_cal .wcv_sys_cal_design table.wcv_sys_cal_minical td.wcv_sys_cal_sun {
	color: #C30;
	background: #FDF9F7;
}

/* --- 祝祭日のセル ---------------------------------------------- */

/* 日付（ミニカレンダー） */
.wcv_sys_cal .wcv_sys_cal_design table.wcv_sys_cal_minical td.wcv_sys_cal_holiday {
	color: #F00;
	background: #FFFCF7;
}

/* --- 該当月以外のセル（カレンダータイプ、ミニカレンダー） ------ */
.wcv_sys_cal .wcv_sys_cal_design table.wcv_sys_cal_caltype td.wcv_sys_cal_out,
.wcv_sys_cal .wcv_sys_cal_design table.wcv_sys_cal_minical td.wcv_sys_cal_out {
	background: #FAFAFA;
}

/* --- アイテムがある日のセル（ミニカレンダー） ------------------ */
.wcv_sys_cal .wcv_sys_cal_design table.wcv_sys_cal_minical td.wcv_sys_cal_highlight {
	font-weight: bold;
	background: #FF9;
}
