/*==================================================
.timetable_area  2020-07-31 add
==================================================*/
.timetable_area .timetable_innr{
  padding: 0 25px;
}
.timetable_area .innr{
  padding: 0 20px;
}
.timetable_area .country_list{
  padding-top: 10px;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.timetable_area .country_list li{
  margin: 0 5px;
  line-height: 1;
}
.timetable_area .country_list li.active a{
  background: #FFA800;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-bottom: 5px solid #FFA800;
  font-weight: normal;
}
.timetable_area .country_list li a{
  display: block;
  padding: 8px 15px;
  color: #333333;
  background: #F3F8FB;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
.timetable_area .country_list li a:hover{
  text-decoration: none;
  background: #FFA800;
}
.timetable_area .timetable{
  border: 0;
  margin: 0;
  width: 100%;
}
.timetable_area .timetable thead th{
  padding: 8px 10px;
  width: auto;
  border: 0;
  background: #FFA800;
  line-height: 1;
  color: #fff;
  font-weight: normal;
  width: calc(150 / 840 * 100%);
}
.timetable_area .timetable thead th:nth-child(3){
  width: calc(542 / 840 * 100%);
  text-align: left;
}
.timetable_area .timetable tbody td{
  width: auto;
  font-weight: normal;
  width: calc(150 / 840 * 100%);
}
.timetable_area .timetable tbody tr td:nth-child(1){
  border-left: 1px solid #c5e0ec;
}
.timetable_area .timetable tbody tr td:nth-child(3){
  width: calc(542 / 840 * 100%);
}
.timetable_area .timetable tbody tr:nth-child(even){
  background: #F3F8FB;
}
.timetable_area .timetable .Title_Speaker{
  text-align: left;
  font-weight: normal;
}
.timetable_area .timetable tbody td strong{
  font-weight: bold;
  color: #355004;
  padding-bottom: 5px;
}
.timetable_area .timetable tbody td b{
  font-weight: normal;
}
.timetable_area .timetable{
  display: none;
}
.timetable_area .timetable#JP{
  display: block;
}
.timetable_area .link a{
  background: url(../img/arrow.png) no-repeat center left ;
  padding-left: 20px;
}
.timetable_area .catalog_link{
  padding: 50px 0 30px;
  margin: 0 auto;
  text-align: center;
}
.timetable_area .menu{
  padding: 20px 25px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.timetable_area .menu .link{
  margin: 0 15px;
}
.timetable_area .catalog{
  padding-bottom: 35px;
}
.timetable_area .catalog .country_list{
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.timetable_area .catalog .country_list li.active a{
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
.timetable_area .catalog .country_list li:first-child{
  margin-left: 0;
}
.timetable_area .catalog .schedule{
  padding:20px 0;
  border-bottom: 1px dotted #CCCCCC;
  line-height: 1;
}
#contents .timetable_area .catalog .schedule h4{
  background: none;
  margin: 0;
  color: #285600;
}
.timetable_area .catalog .schedule time{
  display: block;
  background: #f1fae1;
  padding: 10px;
  margin-bottom: 20px;
}
.timetable_area .catalog .schedule strong{
  font-weight: bold;
  color: #355004;
  padding-bottom: 5px;
}
.timetable_area .catalog .schedule p{
  margin-bottom: 5px;
}
.timetable_area .catalog .schedule span{
  background: #333333;
  padding: 5px 10px;
  margin-right: 5px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
}
.timetable_area .schedule-list{
  list-style: none;
}
.timetable_area .schedule-list li{
  padding-top: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  letter-spacing: 0;
}
.timetable_area .schedule-list span{
  background: #333333;
  padding: 7px 10px;
  margin-right: 10px;
  color: #fff;
  display: block;
  width: 105px;
  text-align: center;
  font-size: 12px;
  line-height: 1;
}
.timetable_area .schedule-list small{
  display: inline-block;
  padding: 2px;
  margin-left: 5px;
  border: 1px solid #333;
  line-height: 1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
}
.timetable_area .details p{
  margin-top: 30px;
}
