#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: 30px;
	height: 30px;
margin_bottom:5px;
}
table.isp-calendar-inner div.prv {
	background: transparent url('http://unryuin.xsrv.jp/wp/wp-content/uploads/2017/05/btn_previous_on.png') right center no-repeat;
	text-align: right;
	cursor: pointer;
}
table.isp-calendar-inner div.prv_off {
	background: transparent url('http://unryuin.xsrv.jp/wp/wp-content/uploads/2017/05/btn_previous_off.png') left center no-repeat;
}
table.isp-calendar-inner div.nxt {
	background: transparent url('http://unryuin.xsrv.jp/wp/wp-content/uploads/2017/05/btn_next_on.png') right center no-repeat;
	text-align: right;
	cursor: pointer;
}
table.isp-calendar-inner div.nxt_off {
	background: transparent url('http://unryuin.xsrv.jp/wp/wp-content/uploads/2017/05/btn_next_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: 10px;
	font-size: 1.2em;
	color: #fff;
}
/* 線の色 */
table.isp-business-calendar {
	background-color: #909090;
	width: 100%;
}
/* カレンダー全般 */
table.isp-business-calendar td {
	padding: 9px;
	text-align: center;
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 1.1em;border-bottom: 1px solid #666;
}
/* ヘッダ */
table.isp-business-calendar thead th {
	background-color: #c0c0c0;
	font-weight: bold;
	padding: 9px 0px;
	text-align: center;
}
/* 営業日 */
table.isp-business-calendar .business {
	background-color: #ffffff;
}
/* 本日 */
table.isp-business-calendar .today {
	background-color: #757575;
	color: #fff;
	font-weight: bold;
}
/* 全休 */
table.isp-business-calendar .all {
	background-color: #E90205;
	color: #fff;
}
/* 午前休 */
table.isp-business-calendar .am {
	background-color: #C6E4FB;
}
/* 午後休 */
table.isp-business-calendar .pm {
	background-color: #F5B9BA;
}
/* 他月 */
table.isp-business-calendar .space {
	background-color: #eeeeee;
}
p.calendar-information {
	display: none;
	
}
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;
}