<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#weekly_set tbody td {
	cursor: pointer;
	}
#weekly_set td.am {
	background: #fff url('./images/am.gif') center center no-repeat;
	}
#weekly_set td.pm {
	background: #fff url('./images/pm.gif') center center no-repeat;
	}
#weekly_set td.all {
	background: #fff url('./images/all.gif') center center no-repeat;
	}

div.isp-calendar-frame {
	width: 100%;
	}

table.isp-calendar-inner {
	width: 100%;
	}

table.isp-calendar-inner div.move_button {
	width: 23px;
	height: 15px;
	}
table.isp-calendar-inner div.prv {
	background: transparent url('./images/btn_prv.png') left center no-repeat;
	cursor: pointer;
	}
table.isp-calendar-inner div.prv_off {
	background: transparent url('./images/btn_prv_off.png') left center no-repeat;
	}
table.isp-calendar-inner div.nxt {
	background: transparent url('./images/btn_nxt.png') right center no-repeat;
	text-align: right;
	cursor: pointer;
	}
table.isp-calendar-inner div.nxt_off {
	background: transparent url('./images/btn_nxt_off.png') right center no-repeat;
	text-align: right;
	}

/* 蟷ｴ譛医ち繧､繝医Ν */
table.isp-calendar-inner td.calendar-date-title {
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

/* 邱壹�濶ｲ */
table.isp-business-calendar {
	background-color: #909090;
	width: 100%;
	}

/* 繧ｫ繝ｬ繝ｳ繝繝ｼ蜈ｨ闊ｬ */
table.isp-business-calendar td {
	padding: 3px;
	text-align: center;
	}

/* 繝倥ャ繝 */
table.isp-business-calendar thead th {
	background-color: #c0c0c0;
	font-weight: bold;
	padding: 3px 0px;
	text-align: center;
	}

/* 蝟ｶ讌ｭ譌･ */
table.isp-business-calendar .business {
	background-color: #ffffff;
	}

/* 譛ｬ譌･ */
table.isp-business-calendar .today {
	background-color: #ddeeff;
	}

/* 蜈ｨ莨� */
table.isp-business-calendar .all {
	background-color: #ffdddd;
	}

/* 蜊亥燕莨� */
table.isp-business-calendar .am {
	background-color: #ffffcc;
	}

/* 蜊亥ｾ御ｼ� */
table.isp-business-calendar .pm {
	background-color: #ccffcc;
	}

/* 莉匁怦 */
table.isp-business-calendar .space {
	background-color: #eeeeee;
	}

p.calendar-information {
	float: left;
	margin: 0px;
	padding: 5px 10px 5px 18px;
	font-size: 0.8em;
	}

p.holiday_all {
	background: transparent url('./images/mark_holiday.gif') left center no-repeat;
	}
p.holiday_am {
	background: transparent url('./images/mark_am.gif') left center no-repeat;
	}
p.holiday_pm {
	background: transparent url('./images/mark_pm.gif') left center no-repeat;
	}

/* 蠖捺怦縺ｫ謌ｻ繧九Μ繝ｳ繧ｯ */
p.return_now {
	clear: both;
	float: right;
	margin: 5px 0px;
	padding: 0px;
	font-size: 0.8em;
	}
</pre></body></html>