<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* -------------------------------------------------------------------------
 基本設定
------------------------------------------------------------------------- */
.wcv_sys_cal {
	width: 100%;
}
.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 td p {
	word-break: break-all;
	word-wrap: break-word;
}
.wcv_sys_cal img {
	border: 0;
	vertical-align: baseline;
}

/* --- コンテンツ用 ---------------------------------------------- */
.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 .wcv_sys_cal_legend {
	clear: both;
	float: right;
	margin: 0 0 10px;
	padding: 7px 0 6px 7px;
}

/* 下部用凡例 */
.wcv_sys_cal .wcv_sys_cal_legend_bottom {
	margin: 10px 0 0;
}

.wcv_sys_cal .wcv_sys_cal_legend p {
	float: left !important;
	margin: 0 5px 0 0 !important;

	padding: 0 !important;
	clear: none !important;
	line-height: normal !important;
	background: none !important;
	border: none !important;
}
.wcv_sys_cal .wcv_sys_cal_legend ul {
	float: left !important;

	margin: 0 !important;
	padding: 0 !important;
	clear: none !important;
	line-height: normal !important;
	background: none !important;
	border: none !important;
}
.wcv_sys_cal .wcv_sys_cal_legend ul li {
	float: left !important;
	padding: 0 10px 0 0 !important;
	list-style: none !important;

	margin: 0 !important;
	clear: none !important;
	line-height: normal !important;
	background: none !important;
	border: none !important;
}
.wcv_sys_cal .wcv_sys_cal_legend ul li img {
	margin: -2px 3px 0 0;
	vertical-align: middle;
}

/* -------------------------------------------------------------------------
 月変更リンク、月表示、更新日時
------------------------------------------------------------------------- */
.wcv_sys_cal .wcv_sys_cal_topbeltwrap {
	clear: both;
	text-align: center;
}

/* --- 月移動ボタン全体の幅 -------------------------------------- */
.wcv_sys_cal .wcv_sys_cal_topbelt {
	width: 24em;
	margin-right: auto;
	margin-left: auto;
}

/* --- 「前月へ」 ------------------------------------------------ */
.wcv_sys_cal p.wcv_sys_cal_prevbtn {
	float: left !important;
	font-size: 120% !important;
	margin: 6px 0 0 !important;

	padding: 0 !important;
	clear: none !important;
	line-height: normal !important;
	background: none !important;
	border: none !important;
}
.wcv_sys_cal p.wcv_sys_cal_prevbtn a {
	display: block;
	padding: 3px 10px 5px;
}
.wcv_sys_cal p.wcv_sys_cal_prevbtn span {
	display: none;
}

/* --- 「次月へ」 ------------------------------------------------ */
.wcv_sys_cal p.wcv_sys_cal_nextbtn {
	float: right !important;
	font-size: 120% !important;
	margin: 6px 0 0 !important;

	padding: 0 !important;
	clear: none !important;
	line-height: normal !important;
	background: none !important;
	border: none !important;
}
.wcv_sys_cal p.wcv_sys_cal_nextbtn a {
	display: block;
	padding: 3px 10px 5px;
}
.wcv_sys_cal p.wcv_sys_cal_nextbtn span {
	display: none;
}

/* --- 月表示 ---------------------------------------------------- */
.wcv_sys_cal p.wcv_sys_cal_month {
	font-size: 150% !important;
	font-weight: bold !important;
	margin: 0 0 3px !important;

	padding: 0 !important;
	clear: none !important;
	line-height: normal !important;
	background: none !important;
	border: none !important;
}

/* --- 更新日時 -------------------------------------------------- */
.wcv_sys_cal p.wcv_sys_cal_month {
	font-size: 150% !important;
	font-weight: bold !important;
	margin: 0 0 3px !important;

	padding: 0 !important;
	clear: none !important;
	line-height: normal !important;
	background: none !important;
	border: none !important;
}

/* -------------------------------------------------------------------------
 リストタイプ
------------------------------------------------------------------------- */
/* --- 日付 ------------------------------------------------------ */
.wcv_sys_cal table.wcv_sys_cal_listtype th {
	padding: 4px 0;
	width: 30%	/* 日付セルの幅　カテゴリー名（複数列リストタイプ）の空セルの幅も同じ値に指定する */
}
.wcv_sys_cal table.wcv_sys_cal_listtype th p {
	line-height: 1.6;
}

/* --- [＋]ボタン ------------------------------------------------ */
.wcv_sys_cal table.wcv_sys_cal_listtype th p.wcv_sys_cal_itembtn {
	float: right;
	margin: 0 2px 0 0;
}

/* --- アイテム表示部 -------------------------------------------- */
.wcv_sys_cal table.wcv_sys_cal_listtype td {
	padding: 6px 0 0;
}
.wcv_sys_cal table.wcv_sys_cal_listtype td p {
	margin: 0 2px 7px 6px;
	line-height: 1.2;
}
.wcv_sys_cal table.wcv_sys_cal_listtype td p img {
	margin: 0 3px -3px 0;
}

.wcv_sys_cal table.wcv_sys_cal_listtype td p{
	font-size: 80%;
}

/*
.wcv_sys_cal table.wcv_sys_cal_listtype td p a{
	font-size: 80%;
}
*/

/* 時間帯表示 */
/*
.wcv_sys_cal table.wcv_sys_cal_listtype td p span {
	font-size: 80%;
}
*/

/* --- カテゴリー名（複数列リストタイプ） ------------------------ */
.wcv_sys_cal table.wcv_sys_cal_listtype tr.wcv_sys_cal_category td {
	padding: 4px 0;
	text-align: center;
}
.wcv_sys_cal table.wcv_sys_cal_listtype tr.wcv_sys_cal_category td.wcv_sys_cal_category_empty {
	width: 30%;	/* 空セルの幅　日付セルの幅も同じ値に指定する */
}

/* -------------------------------------------------------------------------
 デザイン
------------------------------------------------------------------------- */
/* --- 凡例 ------------------------------------------------------ */
.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 {
	border: 1px solid #D6D6D6;
}

/* --- 「次月へ」 ------------------------------------------------ */
.wcv_sys_cal .wcv_sys_cal_design p.wcv_sys_cal_nextbtn a {
	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_listtype td {
	border: 1px solid #D6D6D6;
}

/* 日付（リストタイプ） */
.wcv_sys_cal .wcv_sys_cal_design table.wcv_sys_cal_listtype th {
	border: 1px solid #D6D6D6;
	border-bottom: 1px solid #CCC;
}

/* カテゴリー名（複数列リストタイプ） */
.wcv_sys_cal .wcv_sys_cal_design table.wcv_sys_cal_listtype tr.wcv_sys_cal_category td {
	background: #F4F4F4;
}

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

/* アイテム表示部（リストタイプ） */
.wcv_sys_cal .wcv_sys_cal_design table.wcv_sys_cal_listtype td {
	background: #FFF;
}

/* 日付（リストタイプ） */
.wcv_sys_cal .wcv_sys_cal_design table.wcv_sys_cal_listtype th {
	background: #F1F1F1;
}

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

/* アイテム表示部（リストタイプ） */
.wcv_sys_cal .wcv_sys_cal_design table.wcv_sys_cal_listtype td.wcv_sys_cal_sat {
	background: #F7FAFD;
}

/* 日付（リストタイプ） */
.wcv_sys_cal .wcv_sys_cal_design table.wcv_sys_cal_listtype th.wcv_sys_cal_sat {
	color: #06C;
	background: #E2ECF7;
}

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

/* アイテム表示部（リストタイプ） */
.wcv_sys_cal .wcv_sys_cal_design table.wcv_sys_cal_listtype td.wcv_sys_cal_sun {
	background: #FDF9F7;
}

/* 日付（リストタイプ） */
.wcv_sys_cal .wcv_sys_cal_design table.wcv_sys_cal_listtype th.wcv_sys_cal_sun {
	color: #C30;
	background: #FCF0F0;
}

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

/* アイテム表示部（リストタイプ） */
.wcv_sys_cal .wcv_sys_cal_design table.wcv_sys_cal_listtype td.wcv_sys_cal_holiday {
	background: #FFFCF7;
}

/* 日付（リストタイプ） */
.wcv_sys_cal .wcv_sys_cal_design table.wcv_sys_cal_listtype th.wcv_sys_cal_holiday {
	color: #F00;
	background: #FFF5E5;
}
</pre></body></html>