@charset "utf-8";

#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: calc(100% - 80px);
	background-color: #fff;
	padding: 25px 40px;
	}

table.isp-calendar-inner {
	width: 100%;
	}

table.isp-calendar-inner div.move_button {
	padding-bottom: 10px;
	margin:  15px 0;
	color: #634126;
	text-align:  center;
	}
table.isp-calendar-inner div.prv:before {
	content: "<<";
	color: #ffffff;
	width:  auto;
	height:  auto;
	cursor: pointer;
	background-color: #a28772;
	padding:  5px 5px;
	}
table.isp-calendar-inner div.prv:hover:before {
	background-color: #cec3ba;
	
}
table.isp-calendar-inner div.prv_off:before {
	content: "";
	color: #47341f;
	height: 1em;
	cursor: pointer;
	width: 2em;
	position:  relative;
	display:  inline-block;
	}
table.isp-calendar-inner div.nxt:before {
	content: ">>";
	color: #ffffff;
	width:  auto;
	height:  auto;
	cursor: pointer;
	background-color: #a28772;
	padding:  5px 5px;
	}
	table.isp-calendar-inner div.nxt:hover:before{
	background-color: #cec3ba;
	}
table.isp-calendar-inner div.nxt_off:before {
	content: "";
	color: #47341f;
	height: 1em;
	cursor: pointer;
	width: 2em;
	background-color: #fff;
	position:  relative;
	display:  inline-block;
	}

table.isp-calendar-inner td.calendar-date-title {
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size:  125%;
	font-weight: normal;
	padding-bottom:  10px;
	}

table.isp-business-calendar {
	background-color: #909090;
	width: 100%;
	}

table.isp-business-calendar td {
	padding: 3px;
	text-align: center;
	border-right-width: 0;
	}

table.isp-business-calendar thead th {
	background-color: #7d5328;
	color: #fff;
	font-weight: bold;
	padding: 3px 0px;
	border-right: 2px solid #fff;
	text-align: center;
	}

table.isp-business-calendar .business {
	background-color: #ffffff;
	}

table.isp-business-calendar .today {
	background-color: #95b10a;
	color: #fff;
	}
table.isp-business-calendar .all {
	background-color: #ff9999;
	color: #fff;
	font-weight:  bold;
	border: 2px solid #fff;
	box-sizing: border-box;
	}

table.isp-business-calendar .am {
	background-color: #9cdfff;
	color: #fff;
	font-weight:  bold;
	border: 2px solid #fff;
	box-sizing: border-box;
	}

table.isp-business-calendar .pm {
	background-color: #9cdfff;
	border: 2px solid #fff;
	box-sizing:  border-box;
	}

table.isp-business-calendar .space {
	background-color: #ffffff;
	}

p.calendar-information {
	float: left;
	margin: 20px 0px 0px 0px;
	padding: 0;
	font-size: 0.8em;
	}


p.calendar-information.holiday_pm {
display: none;
	}

p.holiday_all:before {
	content: "■";
	color: #ff9999;
	font-size:  160%;
	}
p.holiday_am:before {
	content: "■";
	color: #9cdfff;
	font-size: 160%;
	}
p.holiday_pm:before {
	content: "■";
	color: #9cdfff;
	font-size: 160%;
	}

#contents p.return_now {
	clear: both;
	float: right;
	margin: 5px 0px;
	padding: 0px;
	font-size: 0.8em;
	display:  none;
	}
aside#isp_businesscalendar-2,
aside#isp_businesscalendar-3 {
    background-color: #f6eee3;
    padding: 15px;
    width: calc(100% - 30px);
    text-align: center;
    max-width: 966px;
    margin: auto;
    margin-bottom: 70px;
}

table.isp-business-calendar thead th:last-child {
    border-right: 0;
}

table.isp-business-calendar tr:last-child td {
    border-bottom:  0;
}
