body .col-centered {
  float: none;
  margin: 0 auto;
}

#y_calendar {
  max-width: 800px;
}

#y_calendar .fc-sat {
  color: #2980b9;
}

#y_calendar .fc-sun {
  color: #e74c3c;
}

#y_calendar .fc-event {
  color: black;
  background-color: transparent;
  border: none;
  font-size: 1.5em;
}

#y_calendar .fc-list-item-marker {
  display: none;
}

#y_calendar .fc-list-item-title {
  font-size: 1.5em;
}

#y_calendar .fc-list-empty-wrap2 {
  position: inherit;
}

#y_calendar a {
  box-shadow: none;
}

#y_calendar tr {
  border: none;
}

#y_calendar table {
  margin: 0;
}

#y_calendar .fc-toolbar button:disabled {
  color: #d0d0d0;
}

#y_calendar .fc-widget-header thead {
  background-color: whitesmoke;
}

#y_calendar .fc-widget-header thead th.fc-widget-header {
  height: 3em;
  vertical-align: middle;
}

#y_calendar .fc-widget-content .fc-event-container {
  text-align: center;
  font-size: 1.4em;
}

#header {
	max-width: 800px;
	height: 50px;
	margin: 0 auto 20px;
	line-height: 50px;
	background-color: #E6E9CF;
	border-left: 5px solid #1D7031;
}
#header h1 {
	padding-left: 15px;
	font-size: 1.3em;
}

.calendar_foot_msg {
  max-width: 800px;
  margin: 15px auto 30px;
}
.calendar_foot_msg #setsumei span {
	color: red;
}
#tel {
	font-weight: 700;
}

.fc-footer-toolbar {
	display: none;
}
.hp-back-btn {
	display: block;
	width: 200px;
	height: 44px;
	line-height: 44px;
	margin-top: 20px;
	background-color: #1D7031;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: .4s;
	transition: .4s;
}
.hp-back-btn:hover {
	opacity: .7;
}
