@charset "utf-8";
#top-image {
  margin-bottom: 50px;
  padding: 20px 3px;
  background-color: #505054;
  background-image: url("../images/005946/005946_00a.jpg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
.organizer {
  margin-bottom: 10px;
  font-size: 32px !important;
  font-weight: bold;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
    0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
    0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
    0 0 3px #fff, 0 0 3px #fff;
  text-align: center;
}
#title {
  background-color: rgba(255,255,255,0.70);
  padding: 12px 16px;
  font-size: 19px; 
}
.main-title {
  margin-bottom: 10px;
}
.period {
  text-indent: -4em;
  padding-left: 4em;
}
#contentsarea h2 {
  margin: 100px 0 20px !important;
  padding: 35px 35px 30px !important;
  font-size: x-large !important;
  background: linear-gradient(to right, #fff 15%, rgba(160,160,165,0.25));
}
#contents h3 {
  margin: 30px 0 16px;
  font-size: 17px;
  padding: 16px 10px 13px 12px;
  background: linear-gradient(to left, #fff 0%, rgba(100,175,225,0.55));
}
#contents table ul {
  padding-left: 0;
  list-style-type: none;
}
.dl-horizontal {
  margin-left: -40px !important;
}
td ul li {
  margin-top: 10px;
}
td dl dt {
  font-weight: normal;
}
#session {
  margin-left: 24px;
}
#session dt {
  text-indent: -10px;
  padding-left: 10px;
}
#session dd {
  margin-left: 10px;
  line-height: 20px;
}
.session {
  margin-bottom: 8px;
}
.session1 {
  border-bottom: solid 1px #FA9628;
}
.session2 {
  border-bottom: solid 1px #64AFE1;
}
.session span {
  padding: 0.5px 6px 0px;
  border-radius: 6px;
  color: #fff;
  font-size: 15px;
}
.session1 span {
  background-color: #FA9628;
}
.session2 span {
  background-color: #64AFE1;
}
#days li,
#organizer li{
  margin-top: 0;
}
.apply {
  text-decoration: none !important;
}
.apply div {
  margin: 5px 0;
  padding: 7px 7px 4px;
  border: solid 2px #FA9628;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  word-break: keep-all;
}
.apply div:hover {
  border: solid 2px #FA9628;
  box-shadow:0 0 5px #B94B00;
  background-color: rgba(250,150,40,0.55);
}
.apply div span {
  color: #B94B00;
}
#note li {
  margin-left: 24px;
  list-style-type: disc;
}
/*
#recommend dt,
#solution dt {
  margin: 50px auto 10px;
  padding: 10px 10px 7px;
  background-color: #64AFE1;
  color: #fff;
  font-weight: normal;
}
*/
.mb00 {
  margin-bottom: 0;
}
.mb16 {
  margin-bottom: 16px;
}
.mb99 {
  margin-bottom: 100px;
}

@media screen and (max-width: 1199px) {
  .organizer {
    font-size: 20px;
  }
  #title {
    padding: 10px 12px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #title-image {
    margin-bottom: 16px;
  }
  .organizer {
    font-size: 20px;
  }
  #title {
    padding: 16px 12px;
    font-size: 15px;
  }
  .dl-horizontal {
    margin-left: 0 !important;
  }
  #session {
    margin-left: 0;
  }
}
@media screen and (max-width: 470px) {
  .organizer {
    font-size: 20px !important;
  }
  .dl-horizontal dt {
    margin-bottom: 0px;
  }
  .dl-horizontal dd {
    margin-bottom: 20px;
  }
  #recommend ul {
    padding-left: 24px;
  }
  #recommend li {
    margin-bottom: 8px;
    line-height: 18px;
  }
}

