@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

/* -------------------------------------------------------------------------
 基本設定
------------------------------------------------------------------------- */
.wcv_sys_cal {
	width: 100%;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.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_caltype th {
	padding: 3px 0;
}

/* --- アイテム表示部 -------------------------------------------- */

/* セルの最小高さ */
.wcv_sys_cal table.wcv_sys_cal_caltype td div {
	min-height: 70px;
	height: auto !important;
	height: 70px;	/*IE5,6用*/
}

.wcv_sys_cal table.wcv_sys_cal_caltype td p {
	margin: 0 2px 7px 6px;
	line-height: 1.2;
}
.wcv_sys_cal table.wcv_sys_cal_caltype td p img {
	margin: 0 3px -3px 0;
}

/* 時間帯表示 */
.wcv_sys_cal table.wcv_sys_cal_caltype td p span {
	font-size: 80%;
}

/* --- [＋]ボタン ------------------------------------------------ */
.wcv_sys_cal table.wcv_sys_cal_caltype td p.wcv_sys_cal_itembtn {
	float: right;
	margin: 1px 1px 0 5px;
}
.wcv_sys_cal table.wcv_sys_cal_caltype td p.wcv_sys_cal_itembtn img {
	margin: 0;
}

/* --- 日付 ------------------------------------------------------ */
.wcv_sys_cal table.wcv_sys_cal_caltype td p.wcv_sys_cal_date {
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 6px;
	text-align: center;
	line-height: 1.6;
}

/* -------------------------------------------------------------------------
 リストタイプ
------------------------------------------------------------------------- */
/* --- 日付 ------------------------------------------------------ */
.wcv_sys_cal table.wcv_sys_cal_listtype th {
	padding: 4px 0;
	width: 9em;	/* 日付セルの幅　カテゴリー名（複数列リストタイプ）の空セルの幅も同じ値に指定する */
}
.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;*/
	margin: 5px;
	line-height: 1.2;
	border-bottom: 1px dotted #CCC;
	/*padding: 5px;*/
	padding: 5px 5px 10px;
}
.wcv_sys_cal table.wcv_sys_cal_listtype td p:last-child{
	border: 0;
}

.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 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: 9em;	/* 空セルの幅　日付セルの幅も同じ値に指定する */
}

/* -------------------------------------------------------------------------
 デザイン
------------------------------------------------------------------------- */
/* --- 凡例 ------------------------------------------------------ */
.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_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 td {
	background: #FFF;
}

/* 日付（リストタイプ） */
.wcv_sys_cal .wcv_sys_cal_design table.wcv_sys_cal_listtype th {
	background: #E6E6E6;
}

/* --- 土曜日のセル ---------------------------------------------- */

/* アイテム表示部（リストタイプ） */
.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: #D8E6F4;
}

/* --- 日曜日のセル ---------------------------------------------- */

/* アイテム表示部（リストタイプ） */
.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: #F9E3E3;
}

/* --- 祝祭日のセル ---------------------------------------------- */

/* アイテム表示部（リストタイプ） */
.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;
}

/*##############################################
スマートフォン対応
##############################################*/
@media (max-width:680px){
	/* テーブル */
	.wcv_sys_cal .wcv_sys_cal_design table,
	.wcv_sys_cal .wcv_sys_cal_design table *{
		display: block;
		width: inherit !important;
	}
	
	.wcv_sys_cal .wcv_sys_cal_design table{
		border: 0;
		border-top: 1px solid #D6D6D6;
	}

	/* アイテム表示部（リストタイプ） */
	.wcv_sys_cal .wcv_sys_cal_design table.wcv_sys_cal_listtype td {
		display: block;
		border-top: 0;
	}

	/* 日付（リストタイプ） */
	.wcv_sys_cal .wcv_sys_cal_design table.wcv_sys_cal_listtype th {
		display: block;
		border-bottom: 0;
		border-top: 0;
	}
	
	/* キャプション */
	.wcv_sys_cal table caption{
		height: 0;
	}
	
	/* 年月、ページャー */
	.wcv_sys_cal .wcv_sys_cal_topbelt{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.wcv_sys_cal .wcv_sys_cal_topbelt > p{
		float: none;
	}
	.wcv_sys_cal p.wcv_sys_cal_month{
		text-align: center;
		width: 100%;
	}
}
