* {
  box-sizing: border-box;
}
.main {
  position: relative;
  max-width: 273px;
  height: 800px;
  padding-right: 0px;
  background-color: #eee;
  overflow-y: scroll;
}

.cal {
  display: flex;
  padding-top: 20px;
}
.cal_row-label {
  flex: 0 0 20px;
}
.cal_row-timeline {
  width: 100%;
}
.cal_label {
  height: 90px;
  transform: translateY(-12px);
  margin: 0;
  font-size: 12px;
  text-align: center;
}
.cal_block {
  width: 100%;
  height: 90px;
  border-top: 1px solid #aaa;
}

.reserve {
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 23px);
}
.reserve_item {
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 5px;
  padding: 0px 5px 5px 5px;
  position: absolute;
  width: 100%;
  top: 50px;
}
.todo-icon {
  width: 15px;
  margin-left: 0px;
}
.todo-icon:hover {
  opacity: 0.5;
}
.time-text {
  vertical-align: top;
  font-size: 13px;
}
.cate-img {
  width: 60px;
  margin: -3px 0 0 25px;
}
.cate-img:hover  {
  opacity: 0.5;
}
.title-text {
  width: 100%;
  height: 37px;
  padding: 0;
  margin: -2px 0 0 0;
  font-size: 14px;
  font-weight: 600;
  font-family: sans-serif;
  line-height: 17px;
  overflow: hidden;
  /* border: 1px solid red; */
}
.title-text a {
  color: #000;
  text-decoration: none;
}
.title-text: a:hover {
  text-decoration: underline;;
}
#Modal {
 z-index: 1000
}
/*
#CategoryModal {
 z-index: 1001
}
#OrganizerModal {
 z-index: 1002
}
*/