@charset "UTF-8";
.main {
	width:100%;
	height:400px;
	margin-bottom: 30px;
/* 	background: url(../img/top/bg-slider.png) repeat 0 0; */
	overflow: hidden;
}

.hero_wrapper {
  width: 980px;
	margin: 0 auto;
	padding: 0;
}
.hero {
	list-style: none;
	padding: 0;
}
.hero li {
  margin: 0;
  padding: 0;
}
.hero img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.hero a:hover img {
  opacity: .9;
}

#top .bx-wrapper {
  margin-bottom: 0;
}
#top .bx-wrapper .bx-viewport {
  box-shadow: none;
  border: 0;
  left: 0;
  background: transparent;
}
#top .bx-wrapper .bx-pager,
#top .bx-wrapper .bx-controls-auto {
  bottom: 30px;
}
#top .bx-wrapper .bx-pager.bx-default-pager a {
  background: #c9c9c9;
}
#top .bx-wrapper .bx-pager.bx-default-pager a:hover,
#top .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #eaa10c;
}
/*Fix to hide bx-clone*/
#top .bx-viewport li { min-height: 1px; min-width: 1px; }

@media screen and (max-width: 640px) {
.main {
	width: 640px;
	height: 648px;
}

.hero_wrapper {
	width: 100%;
	height: auto;
}
#top .main .main_img {
	width: 100%;
}
#top .bx-wrapper {
  margin: 0 auto 60px;
}


}


.top_content {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
.top_main {
  width: 730px;
  float: left;
}
.top_banner {
  width: 230px;
  float: right;
}

@media screen and (max-width: 640px) {
.top_content {
  width: 640px;
  padding: 0 20px;
  box-sizing: border-box;
}
.top_main {
  width: auto;
}

.top_banner {
  width: auto;
  position: relative;
  right: auto;
  top: auto;
  margin-bottom: 40px;
}
}

.section_title {
  background: url(../img/common/bg-section_title.png) no-repeat left top;
  background-size: 42px 25px;
  font-size: 20px;
  font-weight: bold;
  color: #4b4b4b;
  text-align: left;
  padding: 0 0 10px 42px;
  line-height: 25px;
  border-bottom: 2px solid #eaa10c;
  margin-bottom: 15px;
  position: relative;
}
  .section_title .link_more {
    position: absolute;
    right: 0;
    bottom: 8px;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
  }
    .section_title .link_more:before {
      content: "";
      width: 0;
      height: 0;
      border: 7px solid transparent;
      border-left: 10px solid #eaa10c;
      border-right: 0;
      display: inline-block;
      margin-right: .5em;
      position: relative;
      top: 2px;
    }

@media screen and (max-width: 640px) {
.section_title {
  background-size: 85px 50px;
  font-size: 36px;
  padding: 0 0 10px 88px;
  line-height: 50px;
  border-bottom: 4px solid #eaa10c;
  margin-bottom: 20px;
}
  .section_title .link_more {
    bottom: 16px;
    font-size: 26px;
  }
    .section_title .link_more:before {
      border: 12px solid transparent;
      border-left: 17px solid #eaa10c;
      margin-right: .05em;
    }
}


.top_latest_news_title {
  padding: 5px 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  position: relative;
  margin-bottom: 0;
}
  .top_latest_news_title::after {
    content: '';
    position: absolute;
    width: 0; height: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-top: 12px solid #fff;
    border-bottom: 12px solid #fff;
    border-right: 6px solid #fff;
    border-left: 6px solid transparent;
  }
.top_latest_news {
  background-color: #FFF7E9;
  padding: 0 20px;
  margin-bottom: 40px;
}
.top_latest_news_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top_latest_news_list li {
  border-bottom: 1px dotted #b7b7b7;
  padding: 10px 0;
  margin: 0;
}
.top_latest_news_list li:last-of-type {
  border-bottom: 0;
}
.top_latest_news_list li:after {
  content: "";
  display: table;
  clear: both;
}
.top_latest_news_list .info_date {
  float: left;
  width: 90px;
  display: block;
}
.top_latest_news_list .info_title {
  float: right;
  width: 592px;
  display: block;
}

@media screen and (max-width: 640px) {
.top_latest_news_title {
  padding: 5px 20px;
  font-size: 36px;
}
  .top_latest_news_title::after {
    border-top: 18px solid #fff;
    border-bottom: 18px solid #fff;
    border-right: 9px solid #fff;
    border-left: 9px solid transparent;
  }
.top_latest_news {
  margin-bottom: 40px;
}
.top_latest_news_list .info_date {
  float: none;
  width: auto;
}
.top_latest_news_list .info_title {
  float: none;
  width: auto;
}
}


.top_event {
  margin-bottom: 50px;
}
.top_event:after {
  content: "";
  display: table;
  clear: both;
}
.top_event_list {
  float: left;
  width: 478px;
}
.top_event_list .eo-events {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top_event_list .eo-events li {
  border-bottom: 1px dotted #b7b7b7;
  padding: 20px 0;
  margin: 0;
}
.top_event_list .eo-events li:after {
  content: "";
  display: table;
  clear: both;
}
.top_event_list .event_date {
  float: left;
  width: 90px;
  display: block;
}
.top_event_list .event_title {
  float: right;
  width: 380px;
  display: block;
}

.top_event_cal {
  float: right;
  width: 233px;
}
.eo_widget_calendar {
  border-top: 3px solid #f6f6f6;
  font-family: Arial, sans-serif;
}
  .eo_widget_calendar table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    position: relative;
  }
  .eo_widget_calendar tfoot {
    position: absolute;
    top: 5px;
    width: 100%;
  }
  .eo_widget_calendar tfoot tr {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .eo_widget_calendar tfoot td {
    background-color: transparent;
    border: 0;
    display: block;
    font-size: 11px;
  }
  #eo-widget-prev-month {
    text-align: left;
  }
  #eo-widget-next-month {
    text-align: right;
  }
  .eo_widget_calendar caption {
    text-align: center;
    border-bottom: 3px solid #f6f6f6;
    font-size: 14px;
    padding: 10px;
  }
  .eo_widget_calendar th {
    text-align: center;
    font-size: 10px;
    border: 2px solid #fff;
  }
  .eo_widget_calendar th[title=Sun],
  .eo_widget_calendar th[title=Sat]{
    color: #eaa10c;
  }
  .eo_widget_calendar td {
    text-align: center;
    font-size: 12px;
    padding: 7px 1px;
    border: 2px solid #fff;
    background-color: #f6f6f6;
  }
  .eo_widget_calendar td.event {
    padding: 0;
    background-color: transparent;
  }
  .eo_widget_calendar td.event a {
    padding: 7px 1px;
    background-color: #eeb43d;
    color: #fff;
  }
  .eo_widget_calendar td.event a:hover {
    background-color: #eaa10c;
    text-decoration: none;
  }
  .eo_widget_calendar td a {
    display: block;
  }

@media screen and (max-width: 640px) {
.top_event {
  margin-bottom: 40px;
}
.top_event_list {
  float: none;
  width: 100%;
}
.top_event_list .event_date {
  float: none;
  width: auto;
}
.top_event_list .event_title {
  float: none;
  width: auto;
}
.top_event_cal {
  display: none;
}

}

.top_fbbox {
  margin-bottom: 30px;
  position: relative;
}



.top_banner_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top_banner_list li {
  margin-bottom: 30px;
}
.top_banner_list li a {
  display: block;
  border: 1px solid #afafaf;
}
.top_banner_list li img {
  vertical-align: bottom;
  z-index: -1;
  position: relative;
}

@media screen and (max-width: 640px) {
.top_fbbox {
  text-align: center;
}


.top_banner_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -8px;
}
.top_banner_list li {
  margin-bottom: 16px;
  width: 50%;
  padding: 0 8px;
  box-sizing: border-box;
}

}


.top_report {
  margin-bottom: 50px;
}
.top_report_list {
  list-style: none;
  width: 750px;
  margin-right: 20px;
}
.top_report_list:after {
  content: "";
  display: table;
  clear: both;
}
.top_report_list li {
  float: left;
  width: 230px;
  margin-right: 20px;
}
.top_report_thumb {
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
.top_report {
  margin-bottom: 40px;
}
.top_report_list {
  width: 100%;
  margin-right: 0;
}
.top_report_list li {
  float: none;
  width: auto;
  margin-right: 0;
  margin-bottom: 30px;
}
}


.top_information {
  margin-bottom: 50px;
}
.top_information_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top_information_list li {
  border-bottom: 1px dotted #b7b7b7;
  padding: 20px 0;
  margin: 0;
}
.top_information_list li:after {
  content: "";
  display: table;
  clear: both;
}
.top_information_list .info_date {
  float: left;
  width: 90px;
  display: block;
}
.top_information_list .info_title {
  float: right;
  width: 632px;
  display: block;
}

@media screen and (max-width: 640px) {
.top_information {
  margin-bottom: 40px;
}
.top_information_list .info_date {
  float: none;
  width: auto;
}
.top_information_list .info_title {
  float: none;
  width: auto;
}
}


.participant {
  background: url(../img/top/bg-participant.png) repeat 0 0;
  margin-bottom: 10px;
  clear: both;
}
.participant_inner {
  width: 980px;
  margin: 0 auto;
  padding: 40px 0;
}
.participant_heading {
  font-size: 117.3%;
  font-weight: normal;
  margin: 0 0 8px;
  background: transparent;
  text-align: left;
  color: #4b4b4b;
  padding: 0;
}
.participant_list {
  width: 984px;
  margin-right: -4px;
  list-style: none;
}
  .participant_list:after {
    content: "";
    display: table;
    clear: both;
  }
  .participant_list li {
    float: left;
    box-sizing: border-box;
    position: relative;
    width: 160px;
    height: 60px;
    margin: 0 4px 4px 0;
    text-align: center;
    background-color: #fff;
    font-size: 10px;
    line-height: 1.4;
    padding: 2px;
  }
  .participant_body {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .participant_name {
    display: block;
    margin: auto;
    width: 100%;
    line-height: 1.3;
  }
  .participant_mark {
    display: block;
    margin: auto;
    width: 100%;
  }
    .participant_mark img {
      max-width: 100%;
      max-height: 56px;
      width: auto;
      height: auto;
      padding: 4px 12px;
      box-sizing: border-box;
    }
  .participant_extra {
    margin-top: 2em;
    font-size: 10px;
    line-height: 1.4;
  }
  
@media screen and (max-width: 640px) {
.participant {
  margin-bottom: 0;
}
.participant_inner {
	width:602px;
	padding:25px 0;
}
.participant_heading {
  font-size: 24px;
  margin: 0 0 25px;
  text-align: center;
}
.participant_list {
  width: 606px;
}
  .participant_list li {
    width: 198px;
    min-height: 56px;
    font-size: 12px;
  }
  .participant_extra {
    font-size: 12px;
  }
}
  
  



/*
.new_info {
	width:980px;
	margin:0 auto 30px;
}
.new_info .tit {
	font-size:117.3%;
	border-left:solid 6px #eaa10c;
	margin:0 0 8px;
	padding:0 0 0 13px;
}
.new_info dl {
	margin:0 16px;
	padding:0 0 0 3px;
	border-bottom:dashed 1px #adadae;
}
.new_info dt {
	width:120px;
	padding:10px 0 8px 0;
	margin:0;
	float:left;
}
.new_info dd {
	width:825px;
	padding:10px 0 8px 0;
	float:left;
}
@media screen and (max-width: 640px) {
.new_info {
	width:600px;
	margin:0 auto 30px;
}
.new_info .tit {
	font-size:100%;
	border-left:solid 9px #eaa10c;
	margin:0 0 15px;
}
.new_info dl {
	margin:0;
	padding:0;
}
.new_info dt {
	width:160px;
}
.new_info dd {
	width:440px;
}
}

.report {
	background:#eaa10c;
	margin:0 0 18px;
}
.report_naka {
	width:980px;
	margin:0 auto;
	padding:25px 0;
}
.report_naka .tit {
	font-size:117.3%;
	color:#ffffff;
	border-left:solid 6px #ffffff;
	margin:0 0 18px;
	padding:0 0 0 13px;
}
.report_naka p {
	color:#ffffff;
}
.report_box {
	width:220px;
	float:left;
	margin:0 0 0 20px;
}
.report_box img {
	height:auto;
}
@media screen and (max-width: 640px) {
.report {
	background:#eaa10c;
	margin:0 0 18px;
}
.report_naka {
	width:600px;
	padding:25px 0;
}
.report_naka .tit {
	font-size:100%;
	border-left:solid 9px #ffffff;
	margin:0 0 25px;
}
.report_box {
	width:100%;
	float:none;
	margin:0 0 40px 0;
}
.report_box p {
	margin:0 0 10px;
}
}
.top_btnBox {
	text-align:center;
	width:100%;
	margin:0 0 30px 0;
}
.top_btn {
	display:inline-block;
	margin:5px 10px;
}
@media screen and (max-width: 640px) {
.top_btn {
	width:600px;
	display:block;
	margin:15px auto;
}
.top_btn img {
	width:600px;
	height:auto;
}
}
*/

