@charset "UTF-8";

.wrapper_fair {
  width: 80%;
  margin: 0 auto;
}

.pointer {
	cursor: pointer;
}
table.calc_table th {
	background-color: #eee;
	color: #555;
}
table.calc_table th.sat {
	background-color: #DDEEFF;
	color: #00f;
}
table.calc_table th.sun {
	background-color: #F0D0D0;
	color: #f00;
}
table.calc_table .hover_day {
	background-color: #cecece;
}
.userselect-time__list .selected_item {
	background-color: #f3d5f7;
}
.userselect-time__item [type="radio"] {
  display: none;
}
.is-error {
    font-size: 80%;
    color: #f00;
}

