.widget-ivent-title {
    font-weight: 700;
    font-size: 1em;
    padding: 3px;
    margin-bottom: 10px;
    background-color: #cfeee96e;
    width: 97%;
}
table.scheduleCalendar{
  width: 100%;
  border-collapse: collapse;
  border: 1px #999 solid;
  table-layout:fixed;
  background:#eff6f561;
  margin-bottom:10px;
}

table.scheduleCalendar td{
  border-collapse: collapse;
  border: 1px #ccc solid;
  font-size: 11px;
  max-width: 15%;
  text-align: center;
  vertical-align: top;
  height: 60px;
}

table.widgetScheduleCalendar td{
  height: 10px;
}
table.widgetScheduleCalendar td.scheduleOn{
	background-color:#2cb4a8;
}

table.scheduleCalendar th{
  border-collapse: collapse;
  border: 1px #ccc solid;
  font-size: 11px;
  background-color: #cfeee96e;
  text-align: center;
  padding: 10px;
}
table.scheduleCalendar th.bold{
	font-weight:bold;
}

th.sunday{
  color: #f00;
}

th.satday{
  color: #00f;
}
th.nowmonth{
	border-right:none !important;
	border-left:none !important;
}
th.premonth{
	border-right:none !important;
}
th.nextmonth{
	border-left:none !important;
}
th.premonth a, th.nextmonth a{
	display:flex;
	justify-content: space-between;
}
/*----- 三角の矢印 */
.arrow {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2cb4a8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrow::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
}

/* 左向き */
.arrow.-left::before {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 8px solid #fff;
    border-left: 0;
    transform: translateX(-1px);
}
/* 右向き */
.arrow.-right::before {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid #fff;
    border-right: 0;
    transform: translateX(1px);
}


div.scheduleLink{
  text-align: left;
}

ul.scheduleList{
  list-style: none;
}

ul.scheduleList li{
  display: block;
  padding:10px;
	border-bottom: 1px dotted #ccc;
}
ul.scheduleList li.odd{
	background-color:#F6F6F6;
}
ul.scheduleList li a{
	/*
	color:#000 !important;
	text-decoration:none !important;
	*/
}

span.scheduleList-date{
	font-weight:bold;
	display: table-cell;
	width: 16em;
}
@media only screen and (max-width: 768px){
	span.scheduleList-date{
		display:block;
	}
}
span.scheduleList-title{
	margin-left:10px;
	display: table-cell;
}
h2.ivent{background:none;font-size:18px;font-size:1.8rem;border-bottom:1px solid #00aaff;color:#000;}
ul.scheduleListTop{
	padding:1em 0;
}

ul.scheduleListTop li{
  display: block;
  margin: 0 10px 1em;
  line-height:1.3em;
}
span.scheduleList-dateTop{
  font-size: 12px;font-size: 1.2rem;
  color:#00aaff;font-weight:bold;
}
span.scheduleList-titleTop{
}

p{
  margin: 20px 10px;
}

p.scheduleLeadText{
  margin: 20px 10px;
}

div.scheduleMeta{
  font-size: 14px;font-size:1.4rem;
}

div.scheduleContent{
  margin:auto;
}
div.scheduleContent table.schedulecontent{
}
div.scheduleContent table.schedulecontent tr th{
	white-space:nowrap;
	padding:2px;
	font-weight:bold;
}
table.holidayAdminCalendar{
  width: 80%;
  max-width: 500px;
  border-collapse: collapse;
  border: 1px #ccc solid;
  table-layout:fixed;
  margin: 20px auto;
}

table.holidayAdminCalendar th{
  border-collapse: collapse;
  border: 1px #ccc solid;
  background-color: #f6f6f6;
  text-align: center;
  padding: 10px;
}

table.holidayAdminCalendar td{
  border-collapse: collapse;
  border: 1px #ccc solid !important;
  text-align: center;
  padding: 10px;
}

td.holiday{
  background-color: #ffcccc;
}

.holidayCalendarInner-holiday{
  color: #ff9999;
}
@media only screen and (max-width: 768px) {
	div.scheduleLink{
		text-align:center;
	}
	h2.ivent{font-size:inherit;}
}
