.event-list-notice{
  color: #555;
  margin-left: -10px;
}
.event_table {
  font-size: 90%;
  margin-bottom: 0;
}
.event_table tbody tr.st_grn{
  background-color: #dff0d8!important;
}
.event_table tbody tr.st_red{
  background-color: #f2dede!important;
}
.event_table tbody tr.cancel{
  background-color: #ccc!important;
}
.event_table th{
  vertical-align: middle;
  text-align: center;
  padding:2px;
}
.event_table thead th {
  background-color: #5C5C5A;
  color: #fff;
  white-space: nowrap;
  vertical-align: middle;
}
.event_table tbody tr:nth-of-type(odd) {
  background-color: rgba(79, 72, 77, 0.05);
 }
.event_table .TxtTh {
  min-width: 300px !important;
}

.event_table .target_category th{
  writing-mode: vertical-rl;
  text-orientation: upright;
  vertical-align: middle;
  background-color: #d9e8e4;
  color: #595D56;
  width: 30px;
}
.event_table td{
  vertical-align: middle;
}

.event_table .target_category td{
  padding: 4px 0;
}
.event_table th.event-name{
  min-width: 150px;
}

.event_table .vertical_w{
  writing-mode: vertical-rl;
  text-orientation: upright;
  vertical-align: middle;
}
h3.ym_title{
  font-weight:bold;
  padding: 5px 0 5px 0;
  
}

.event_table,table.entry_list{
  max-width: none;
}

.list-btn-area {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.event-list-title{
  padding: 5px 0 5px 10px;
  margin: 0 0 10px -15px;
  border-left: 5px solid #f794a4;
}

/* イベント詳細 */
#content_wrap.event_detail .sub_content_h{
  padding-left: 10px;
}
@media (min-width: 992px) {
  #content_wrap.event_detail .sub_content_h{
    width: 760px;
    margin: 10px auto;
  }
}
#content_wrap.event_detail .table.description_list th,
#content_wrap.entry_detail .table.description_list th{
  width: 20%; 
  text-align: center;
}
#content_wrap.event_detail .table-bordered:first-of-type .competition_list_h{
  min-width: 59px;
}
#content_wrap.event_detail .sub_description th::after,
#content_wrap.entry_detail .sub_description th::after {
  content: "";
}
#content_wrap.event_detail .sub_description .description_list th+td::before,
#content_wrap.entry_detail .sub_description .description_list th+td::before {
  content: ":";
  font-weight: bold;
}
#content_wrap.event_detail .sub_description .description_list th+td::before,
#content_wrap.entry_detail .sub_description .description_list th+td::before {
  padding-right: 15px;
}
#content_wrap.event_detail .sub_description th::after,
#content_wrap.entry_detail .sub_description th::after {
  padding-left: 0;
}

#content_wrap.event_detail .sub_description .target-category{
  margin-top: -22px;
  margin-left: -19px;
  list-style-type: none;
}
@media (max-width: 767px) {
  #content_wrap.event_detail .sub_description table.description_list,
  #content_wrap.entry_detail .sub_description table.description_list {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  #content_wrap.event_detail .syllabus_link,
  #content_wrap.entry_detail .syllabus_link{
    margin: 4px 0 0 15px;
  }
}
.event_detail .cert-target{
  line-height: 1.6;
}

.event-entry-list-notice{
  color: #555;
  margin-top: 10px;
  font-size: 90%;
}