@charset "UTF-8";
/* Scss Document */
/* CSS Document */
/* NEWS Style
-------------------------------------------------------- */
#toppage {
  width: 1000px;
}

#mainimage #mainImg {
  margin: 20px auto 0px auto;
  width: 1000px;
  position: relative;
  height: 320px;
}
#mainimage #mainImg .bnr_visit {
  position: absolute;
  top: 40px;
  left: 63%;
}
#mainimage #mainImg .bnr_visit a {
  transition: 0.3s ease;
}
#mainimage #mainImg .bnr_visit a:hover {
  filter: drop-shadow(5px 5px 10px #fff);
}
#mainimage #mainImg .bnr_webGuide {
  position: absolute;
  top: 150px;
  left: 63%;
}
#mainimage #mainImg .bnr_webGuide a {
  transition: 0.3s ease;
}
#mainimage #mainImg .bnr_webGuide a:hover {
  filter: drop-shadow(5px 5px 10px #fff);
}
#mainimage #mainImg .bnr_event {
  position: absolute;
  top: 230px;
  left: 63%;
}
#mainimage #mainImg .bnr_event a {
  transition: 0.3s ease;
}
#mainimage #mainImg .bnr_event a:hover {
  filter: drop-shadow(5px 5px 10px #fff);
}

.bnr_main {
  margin: 0 auto;
  width: 1000px;
}

#toppage .slider2 {
  float: left;
  width: 71%;
}
#toppage #news {
  float: left;
  border: 1px solid #079DF8;
  width: 71%;
  height: 250px;
  margin: 10px auto;
  border-radius: 5px;
  padding: 0px 0px 10px 0px;
}
#toppage #news h4 {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  padding: 0px 3px;
  text-align: center;
  background-color: #079DF8;
}
#toppage #news div#newswaku {
  height: 230px;
  overflow-y: scroll;
}
#toppage #news dl {
  width: 96%;
  line-height: 1.5;
  clear: both;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  border-bottom: 1px dotted #ddd;
  font-size: 90%;
  							 	/*height:300px;
  overflow-y:scroll;*/
}
#toppage #news dt {
  clear: both;
  float: left;
  width: 18%;
  padding: 10px 0px;
}
#toppage #news dd {
  width: 82%;
  float: right;
  padding: 10px 0px;
}
#toppage #news dd p {
  float: left;
}
#toppage #news dd img {
  /*	float: left;
  	margin-right:15px;
  	width: 16%;*/
  vertical-align: middle;
}
#toppage #news dd span.blue {
  color: #06C;
  text-decoration: underline;
  cursor: pointer;
}
#toppage #news dd span.blue:hover {
  color: #09F;
  text-decoration: none;
}

/*アコーディオン*/
label {
  display: block;
}

input[type="checkbox"].on-off {
  display: none;
}

#news ul {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
  padding: 0;
  list-style: none;
}
#news li {
  font-size: 80%;
  margin-bottom: 10px;
  margin-top: 10px;
}

input[type="checkbox"].on-off + ul {
  height: 0;
  overflow: hidden;
}
input[type="checkbox"].on-off:checked + ul {
  height: 220px;
}

#news li a {
  color: #0468A4;
  background-image: url(../images/kink.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
}
#news li a:hover {
  color: #059EFA;
}

/*アコーディオンおわり*/
#toppage #rightarea {
  width: 25%;
  float: right;
}

#exlinks {
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  margin-bottom: 60px;
  width: 100%;
  clear: both;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
}
#exlinks h4 {
  text-align: center;
}
#exlinks ul.bottombnr {
  clear: both;
}
#exlinks ul.bottombnr li {
  float: left;
  margin-left: 15px;
  margin-top: 10px;
}

/*開催速報*/
#report {
  width: 100%;
}
#report h4 {
  font-size: 120%;
  text-align: center;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: dotted;
  border-top-color: #CCC;
  border-bottom-color: #CCC;
  width: 80%;
  margin-left: 10%;
}
#report h5 {
  text-align: center;
  font-size: 100%;
  margin-top: 10px;
}
#report table {
  width: 80%;
  margin-left: 10%;
  border-collapse: collapse;
  border-spacing: 0;
}
#report table th {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #EFEFEF;
  border-right: 1px dotted #999;
}
#report table td {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  border-right: 1px dotted #999;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999;
}
#report table th:last-child, #report table td:last-child {
  border-right-style: none;
}
#report table th span, #report table td span {
  font-size: 80%;
}
#report p {
  font-size: 80%;
  margin-left: 10%;
}
#report ul#dayphoto {
  width: 80%;
  margin-left: 10%;
}
#report ul#dayphoto li {
  float: left;
  margin-top: 20px;
}

.report--logo {
  width: 800px;
  margin: 30px auto 0;
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
}
.report--logo img {
  max-width: 100%;
  height: auto;
}

#message {
  text-align: center;
  width: 960px;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 1.3em;
  border: 2px solid #06F;
  padding: 10px;
  line-height: 1.6em;
}

.new_expo {
  width: 1000px;
  margin: 5px auto;
}
.new_expo img {
  display: inline-block;
}

.top-bnrArea {
  margin-bottom: 20px;
}
.top-bnrArea__unit {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.top-bnrArea__unit li a {
  transition: 0.3s ease;
}
.top-bnrArea__unit li a:hover {
  filter: drop-shadow(5px 5px 10px #2aabfd);
}
.top-bnrArea__unit li:nth-child(2) a:hover {
  filter: drop-shadow(5px 5px 10px #eb6238);
}
.top-bnrArea__unit li:nth-child(3) a:hover {
  filter: drop-shadow(5px 5px 10px #3b8d07);
}

.bottom-area {
  float: left;
  width: 100%;
}
.bottom-area--container {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.top-twitterTL {
  width: 320px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.top-site-map a {
  display: block;
  width: 100%;
  transition: all 0.3s ease;
}
.top-site-map a:hover {
  opacity: 0.5;
}
