#weekly_set {
	width: 500px;
}
#weekly_set thead th {
	text-align: center;
}
#weekly_set tbody td {
	cursor: pointer;
	text-align: center;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #efefef;
}
#weekly_set td.A {
	background: #fff url('./images/img_a.gif') center center no-repeat;
	}
#weekly_set td.B {
	background: #fff url('./images/img_b.gif') center center no-repeat;
	}
#weekly_set td.C {
	background: #fff url('./images/img_c.gif') center center no-repeat;
	}
#weekly_set td.D {
	background: #fff url('./images/img_d.gif') center center no-repeat;
	}
#weekly_set td.E {
	background: #fff url('./images/img_e.gif') center center no-repeat;
	}
#weekly_set td.F {
	background: #fff url('./images/img_f.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;
	}

/* 年月タイトル */
#main table.isp-calendar-inner {
	border: solid 1px #ccc;
}

#main table.isp-calendar-inner td {
	border: none;
}

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%;
	}

/* カレンダー全般 */
#sideMenu table.isp-business-calendar td {
	text-align: center;
}

#main table.isp-business-calendar td {
	text-align: center;
	border: solid 1px #ccc;
}

/* ヘッダ */
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 {
	/* 2016.10.04 change
	 background-color: #ddeeff; */
	 border: solid 2px #f03 !important;
	}

/* 全休 */
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-right: 15px !important;
	font-size: 0.8em;
	line-height: 1;
	}

p span.holiday-color {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-right: 5px;
	}
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;
	}
	
/* 管理画面休診日設定 */
#tbl_close_patern th {
	text-align: center;
}
