@charset "utf-8";

/***************************************************
	test.css
***************************************************/
.xo-month-wrap {
    margin: 0 auto 50px;
    padding: 140px 100px 110px;
    background: url(https://toshie-piano-school.com/img/index/bg_carender01.jpg) center center no-repeat;
    background-size: 100% 100%;
		max-width: 650px;
}
.biz_calendar {
    max-width: 650px;
}
.xo-month{
    border-collapse: collapse;
    border-spacing: 0;
    position: relative;
    margin: 0;
    padding: 10px;
    border: none;
}
.xo-event-calendar table.xo-month td,
.xo-event-calendar table.xo-month th  {
	padding: 5px 20px 70px 10px;
	border: 1px solid #d3bd85;
	color: #d3bd85;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}
.xo-event-calendar table.xo-month>thead th.saturday {
	background: #81bbc8;
  border-right: 1px solid #81bbc8;
    color: #fff;
}
.xo-event-calendar table.xo-month>thead th.sunday {
    background: #eb7c7c;
    color: #fff;
}
.xo-event-calendar table.xo-month>thead th{
padding: 5px 10px;
background: #c8ab65;
border-right: 1px solid #fff;
color: #fff;
}

.xo-event-calendar table.xo-month .month-event-title {
	background-size: 88px auto;
	background: url(https://toshie-piano-school.com/img/index/calender_ico01a.jpg) center center no-repeat;
	color: #d3bd85;
	height: 64px;
	background-size: contain;
	font-size: 0;
	width: 61px;
}
.xo-event-calendar table.xo-month .month-event-title.category-experience{
	background-size: 88px auto;
	background: url(https://toshie-piano-school.com/img/index/calender_ico07b.jpg) center center no-repeat;
    color: #d3bd85;
		height: 64px;
		background-size: contain;
		font-size: 0;
		width: 61px;
}
.holiday-all{
background: url(https://toshie-piano-school.com/img/index/calender_ico02a.jpg) center center no-repeat;
color: #d3bd85;
}
