#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: #ffffff;
    width: 100%;
}
/* カレンダー全般 */
table.isp-business-calendar td {
    margin: 3px;
    padding: 2px 4px;
    text-align: center;
    border: 7px solid #fff;
    box-sizing: border-box;
    font-weight: bold;
}
/* ヘッダ */
table.isp-business-calendar thead th {
    border-top: 1px dashed #f1f1f1;
    border-bottom: 1px dashed #f1f1f1;
    background-color: #ffffff;
    font-weight: bold;
    padding: 3px 0px;
    text-align: center;
    color: #666666;
    font-size: 13px;
}
/* 営業日 */
table.isp-business-calendar .business {
	background-color: #c2c2c2;
}
/* 本日 */
table.isp-business-calendar .today {
	color: #000!important;
	font-weight: bold!important;
}
/* 全休 */
table.isp-business-calendar .all {
    background-color: #facf6f;
}
/* 午前休 */
table.isp-business-calendar .am {
	background-color: #9bdf92;
}
/* 午後休 */
table.isp-business-calendar .pm {
	background-color: #27b817;
}
/* 他月 */
table.isp-business-calendar .space {
	background-color: #efefef;
}
p.calendar-information {
    float: left;
    margin-top: -5px;
    margin-left: 6px;
    padding: 5px 10px 5px 17px;
    font-size: 0.8em;
    font-weight: bold;
}
p.holiday_all {
	background: transparent url('./images/mark_holiday.png') left center no-repeat;
}
p.holiday_am {
	background: transparent url('./images/mark_am.png') left center no-repeat;
}
p.holiday_time {
    background: transparent url(./images/mark_time.png) left center no-repeat;
    line-height: 1.3;
}

/* 当月に戻るリンク */
p.return_now {
	display:none;
	clear: both;
	float: right;
	margin: -40px 0px 5px 0px;
	padding: 0px;
	font-size: 0.8em;
	
}
p.return_now a {
	background: #ed9027;
	color: #fff;
	padding: 5px;
}
.change {
    background: #91a0e0;
}
.side_calendar {
	margin-top: 15px;
}
