#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 {
	margin-top:10px;
	margin-bottom:10px;
	border: 1px #b5b5b6 solid;
	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') center no-repeat;
	padding:6px;
	cursor: pointer;
	}
table.isp-calendar-inner div.prv_off {
	background: transparent url('./images/btn_prv_off.png') center no-repeat;
	padding:6px;
	}
table.isp-calendar-inner div.nxt {
	background: transparent url('./images/btn_nxt.png') center no-repeat;
	padding:6px;
	cursor: pointer;
	}
table.isp-calendar-inner div.nxt_off {
	background: transparent url('./images/btn_nxt_off.png') center no-repeat;
	padding:6px;
	}
table.isp-calendar-inner .return_now {
	background: transparent url('./images/today.png') right center no-repeat;
	width:16px;
	}

/* 年月タイトル */
table.isp-calendar-inner td.calendar-date-title {
	font-weight: bold;
	font-size:14px;
	font-size:1.4rem;
	text-align: left;
	margin: 0px;
	padding: 6px;
	}

/* 線の色 */
table.isp-business-calendar {
	background-color: #909090;
	width: 100%;
	}

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

/* ヘッダ */
table.isp-business-calendar thead th {
	background-color: #282828;
	padding: 6px;
	text-align: center;
	color:#fff;
	}
table.isp-business-calendar thead th:first-child{
	color:red;
	}
table.isp-business-calendar thead th:nth-last-of-type(1){
	color:#3299ff;
	}

/* 営業日 */
table.isp-business-calendar .business {
	background-color: #ffffff;
	}

/* 本日 */
table.isp-business-calendar .today {
	font-weight: bold;
    color: black;
	}

/* 全休 */
table.isp-business-calendar .all {
	background-image:url("http://www.bunpaku.or.jp/wordpress/wp-content/themes/bunpaku/images/waku.png");
	background-repeat: no-repeat;
    background-position: center center;
	background-color:#fff;
	}

/* 午前休 */
table.isp-business-calendar .am {
	background-color: #ffffcc;
	}

/* 午後休 */
table.isp-business-calendar .pm {
	background-color: #ccffcc;
	}

/* 他月 */
table.isp-business-calendar .space {
	background-color: #fff;
	}

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

p.holiday_all {
	background: transparent url("http://www.bunpaku.or.jp/wordpress/wp-content/themes/bunpaku/images/waku.png") 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;
	}
