/* CSS Document */

.topInfoBox {
  background-color: #E5E5E5;
  padding: 25px 20px;
}

.topInfoBox .top_news,
.topInfoBox .top_update {
  background-color: #FFF;
  width: 48%;
  max-width: 460px;
  line-height: 1.4;
  padding: 0 0 5px 0;
}

.topInfoBox .top_news h2,
.topInfoBox .top_update h2 {
  padding: 15px 10px 13% 20px;
  position: relative;
}

.topInfoBox .top_news h2:before,
.topInfoBox .top_update h2:before {
  position: absolute;
  content: "";
  display: block;
  right: 20px;
  top: 10px;
  width: 85px;
  height: 60px;
  background: url(./img/top_img_05.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.topInfoBox .top_news h2 .txt,
.topInfoBox .top_update h2 .txt {
  vertical-align: middle;
}

.topInfoBox .top_news h2 {
  background: url(./img/top_img_01.jpg?190517) center bottom no-repeat #fb6e41;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.topInfoBox .top_news h2 .txt {
  margin-right: 10px;
}

.topInfoBox .top_update h2 {
  padding-bottom: 13%;
  background: url(./img/top_img_02.jpg?190517) center bottom no-repeat #5d9cec;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.topInfoBox .entry_wrap {
  width: 100%;
  height: 435px;
  overflow-y: hidden;
  position: relative;
}

.topInfoBox .entry_wrap::-webkit-scrollbar {
  background: #ccc;
  width: 10px;
}

.topInfoBox .entry_wrap::-webkit-scrollbar-thumb {
  background: #aaa;
}
.topInfoBox .toggle-open-news,
.topInfoBox .toggle-open-update{
  display: none;
}
.topInfoBox .top_news {
  position: relative;
  float: left;
}
.topInfoBox .top_news .txt01 {
  display: inline-block;
  color: #FFFFFF;
  font-size: 12px;
  vertical-align: middle;
}
.topInfoBox .top_update {
  position: relative;
  float: right;
}
.topInfoBox .top_news article,
.topInfoBox .top_update article {
  border-bottom: #888888 1px dashed;
  margin: 0 35px 15px 15px;
}

.topInfoBox .top_news .top_news_day {
  color: #FA6E41;
}

.topInfoBox .top_update .top_news_day {
  color: #5D9CEC;
}

.top_schedule {
  padding: 25px 20px;
}

.top_schedule h2 {
  font-size: 25px;
}
.top_schedule h2:before{
  margin: 0 10px 0 0;
  content: "";
  display: inline-block;
  width: 57px;
  height: 57px;
  background: url(/img/top_img_03.jpg) left center no-repeat;
  vertical-align: middle;
}
.top_schedule h2 span{
  vertical-align: middle;
}
.top_schedule h2 img {
  max-width: 30%;
  padding: 0 0 0 30px;
  vertical-align: bottom;
}
.top_schedule table {
  width: 100%;
}
.top_schedule .table-first tr:last-child th,
.top_schedule .table-first tr:last-child td{
  border-bottom: none;
}
.top_schedule table thead th {
  background-color: #FA6E41 !important;
  color: #FFFFFF;
}
.top_schedule table thead .th01,
.top_schedule table thead .th02,
.top_schedule table thead .th03 {
  text-align: center;
  padding: 8px 0 5px 0;
  font-size: 18px;
  letter-spacing: 1em;
  text-indent: 1em;
}
.top_schedule table thead .th02 .txt-sp{
  display: none;
}
.top_schedule table tr th,
.top_schedule table tr td {
  border: #FFF 3px solid;
  padding: 10px 10px 8px 10px;
}
.top_schedule table tr th {
  background-color: #FFCE54;
  text-align: right;
}
.top_schedule table tr th:nth-child(1){
  width: 175px;
}
.top_schedule table tr td:nth-child(3){
  width: 280px;
}
.top_schedule table tr td {
  background-color: #EBEDF0;
}
.top_schedule table tr td dl.venue{
  display: none;
}
.top_schedule .toggle-open{
  display: none;
}
.top_schedule .top_scheduleBtn {
  max-width: 330px;
  margin: 10px 0 0;
  position: relative;
}
.top_schedule .top_scheduleBtn p {
  position: absolute;
  top: 13px;
  left: 30px;
  color: #FFF;
  font-size: 14px;
}